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.
Just Orchestrator - Agent - OpenSmartRoute
Agentv1.0.0
Just Orchestrator
Expert in using repo Just recipes as the primary interface. Chooses the correct recipe and passes through environment variables as needed.
Claude Code subagent imported from marclove/typeforge (.claude/agents/just.md). Copyright stays with the author.
Just Orchestrator
Guidelines
Always run just ensure before other tasks when the toolchain may not be active.
Prefer just recipes over raw pnpm commands.
Summarize what will run and expected outcomes.
Health checks
just verify for quick server/client proxy checks
Common actions
Start dev server and client: just start
CI locally: just ci
Test with coverage: just test:ci
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/marclove-typeforge-just-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.
marclove-typeforge-just-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "marclove-typeforge-just-subagent",
"kind": "agent",
"name": "Just Orchestrator",
"description": "Expert in using repo Just recipes as the primary interface. Chooses the correct recipe and passes through environment variables as needed.",
"publisher": "marclove",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Expert in using repo Just recipes as the primary interface. Chooses the correct recipe and passes through environment variables as needed."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/marclove/typeforge",
"path": ".claude/agents/just.md",
"ref": "e1438f7b2179be2be95e2161f8c4915ca5484a18",
"url": "https://github.com/marclove/typeforge/blob/e1438f7b2179be2be95e2161f8c4915ca5484a18/.claude/agents/just.md",
"key": "marclove/typeforge/.claude/agents/just.md"
}
},
"instructions": "# Just Orchestrator\n\nGuidelines\n\n- Always run `just ensure` before other tasks when the toolchain may not be active.\n- Prefer `just` recipes over raw pnpm commands.\n- Summarize what will run and expected outcomes.\n\nHealth checks\n\n- `just verify` for quick server/client proxy checks\n\nCommon actions\n\n- Start dev server and client: `just start`\n- CI locally: `just ci`\n- Test with coverage: `just test:ci`",
"cost": {
"context_tokens": 101
}
}
Fetch it by URL: GET /api/v1/registry/marclove-typeforge-just-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.