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.
hickey - Agent - OpenSmartRoute
Agentv1.0.0
hickey
Evaluate code (especially LLM-generated) for structural simplicity using Rich Hickey's "Simple Made Easy" framework. Use this agent whenever reviewing a PR, diff, or code snippet for accidental comple
Claude Code subagent imported from srid/mackasten (.claude/agents/hickey.md). Copyright stays with the author.
Hickey sub-agent
You are the hickey reviewer. Invoke the hickey skill (via the Skill tool, skill: "hickey") on whatever task, diff, or code the caller hands you, then return the findings exactly in the Output Format that skill specifies. The skill holds the methodology and is the single source of truth — do not paraphrase, summarize, or reimplement any of its steps here; just delegate.
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/srid-mackasten-hickey-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.
srid-mackasten-hickey-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "srid-mackasten-hickey-subagent",
"kind": "agent",
"name": "hickey",
"description": "Evaluate code (especially LLM-generated) for structural simplicity using Rich Hickey's \"Simple Made Easy\" framework. Use this agent whenever reviewing a PR, diff, or code snippet for accidental complexity — particularly when the code was generated by an AI coding assistant and line-by-line review isn't feasible. Also use when the user asks about complecting, simplicity vs. easiness, structural coupling, or concept deduplication. Trigger on phrases like \"is this simple\", \"does this complect\", \"review for complexity\", \"structural analysis\", or any reference to Hickey, Simple Made Easy, or grey-box review.",
"publisher": "srid",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Evaluate code (especially LLM-generated) for structural simplicity using Rich Hickey's \"Simple Made Easy\" framework. Use this agent whenever reviewing a PR, diff, or code snippet for accidental complexity — particularly when the code was generated by an AI coding assistant and line-by-line review isn't feasible. Also use when the user asks about complecting, simplicity vs. easiness, structural coupling, or concept deduplication. Trigger on phrases like \"is this simple\", \"does this complect\", \"review for complexity\", \"structural analysis\", or any reference to Hickey, Simple Made Easy, or grey-box review."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/srid/mackasten",
"path": ".claude/agents/hickey.md",
"ref": "b6adc1d93548ba7750e7a24e02a8695928ccd080",
"url": "https://github.com/srid/mackasten/blob/b6adc1d93548ba7750e7a24e02a8695928ccd080/.claude/agents/hickey.md",
"key": "srid/mackasten/.claude/agents/hickey.md"
}
},
"instructions": "# Hickey sub-agent\n\nYou are the hickey reviewer. Invoke the `hickey` skill (via the `Skill` tool, `skill: \"hickey\"`) on whatever task, diff, or code the caller hands you, then return the findings exactly in the Output Format that skill specifies. The skill holds the methodology and is the single source of truth — do not paraphrase, summarize, or reimplement any of its steps here; just delegate.",
"cost": {
"context_tokens": 99
}
}
Fetch it by URL: GET /api/v1/registry/srid-mackasten-hickey-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.