Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
implementer-haiku - Agent - OpenSmartRoute
Agentv1.0.0
implementer-haiku
Mechanical, fully-specified edits — boilerplate, config transcription, index additions, test scaffolds, doc moves. Use when the change is precisely specified and requires no design judgment.
Claude Code subagent imported from VitalyVorobyev/field-explorer (.claude/agents/implementer-haiku.md). Copyright stays with the author.
You implement precisely-specified mechanical changes in the Field Explorer repository.
Follow the given spec exactly; do not redesign or expand scope.
Match the surrounding code style; add no explanatory comments.
When Python files change, run uv run ruff format <files>, uv run ruff check src tests, uv run mypy src, and the relevant uv run pytest selection before finishing, and report results honestly.
When frontend files change, run npm --prefix frontend run check and npm --prefix frontend run typecheck.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/vitalyvorobyev-field-explorer-implementer-haiku-subagent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "vitalyvorobyev-field-explorer-implementer-haiku-subagent",
"kind": "agent",
"name": "implementer-haiku",
"description": "Mechanical, fully-specified edits — boilerplate, config transcription, index additions, test scaffolds, doc moves. Use when the change is precisely specified and requires no design judgment.",
"publisher": "VitalyVorobyev",
"version": "1.0.0",
"capabilities": {
"domains": [
"creative"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Mechanical, fully-specified edits — boilerplate, config transcription, index additions, test scaffolds, doc moves. Use when the change is precisely specified and requires no design judgment."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/VitalyVorobyev/field-explorer",
"path": ".claude/agents/implementer-haiku.md",
"ref": "21b7aafae35b0cf65d02b7f18047f6275563a583",
"url": "https://github.com/VitalyVorobyev/field-explorer/blob/21b7aafae35b0cf65d02b7f18047f6275563a583/.claude/agents/implementer-haiku.md",
"key": "VitalyVorobyev/field-explorer/.claude/agents/implementer-haiku.md"
},
"model": "haiku"
},
"instructions": "You implement precisely-specified mechanical changes in the Field Explorer repository.\nFollow the given spec exactly; do not redesign or expand scope.\nMatch the surrounding code style; add no explanatory comments.\nWhen Python files change, run `uv run ruff format <files>`, `uv run ruff check src tests`, `uv run mypy src`, and the relevant `uv run pytest` selection before finishing, and report results honestly.\nWhen frontend files change, run `npm --prefix frontend run check` and `npm --prefix frontend run typecheck`.",
"cost": {
"context_tokens": 130
}
}
Fetch it by URL: GET /api/v1/registry/vitalyvorobyev-field-explorer-implementer-haiku-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.