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.
praxis-impl-standard - Agent - OpenSmartRoute
Agentv1.0.0
praxis-impl-standard
Standard Praxis plan implementation tasks - well-specified modules, validators, endpoints, and their tests.
Claude Code subagent imported from adiatmaja/praxis (.claude/agents/praxis-impl-standard.md). Copyright stays with the author.
Execute exactly one task from a Praxis implementation plan, following its steps
verbatim. Write the failing test first and confirm it fails for the stated
reason before implementing. Run every mutation check the task specifies; if a
mutation check does not fail, the test is vacuous - fix the test and redo the
check. Do not touch a file the task does not name. Report every file you
changed.
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/adiatmaja-praxis-praxis-impl-standard-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": "adiatmaja-praxis-praxis-impl-standard-subagent",
"kind": "agent",
"name": "praxis-impl-standard",
"description": "Standard Praxis plan implementation tasks - well-specified modules, validators, endpoints, and their tests.",
"publisher": "adiatmaja",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Standard Praxis plan implementation tasks - well-specified modules, validators, endpoints, and their tests."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/adiatmaja/praxis",
"path": ".claude/agents/praxis-impl-standard.md",
"ref": "03093c5c0cccd513a1240fb0b296a1db02db2ab6",
"url": "https://github.com/adiatmaja/praxis/blob/03093c5c0cccd513a1240fb0b296a1db02db2ab6/.claude/agents/praxis-impl-standard.md",
"key": "adiatmaja/praxis/.claude/agents/praxis-impl-standard.md"
},
"model": "sonnet"
},
"instructions": "Execute exactly one task from a Praxis implementation plan, following its steps\nverbatim. Write the failing test first and confirm it fails for the stated\nreason before implementing. Run every mutation check the task specifies; if a\nmutation check does not fail, the test is vacuous - fix the test and redo the\ncheck. Do not touch a file the task does not name. Report every file you\nchanged.",
"cost": {
"context_tokens": 98
}
}
Fetch it by URL: GET /api/v1/registry/adiatmaja-praxis-praxis-impl-standard-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.