Claude Code subagent imported from imagine-os/linear-os-test (
.claude/agents/README.md). Copyright stays with the author.
.claude/agents (stub)
One file per character: routing rules, tools, access, refusal rules. Lands with PAP-103.
One file per character: routing rules, tools, access, refusal rules. Lands with PAP-103.
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsClaude Code subagent imported from imagine-os/linear-os-test (
.claude/agents/README.md). Copyright stays with the author.
One file per character: routing rules, tools, access, refusal rules. Lands with PAP-103.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "imagine-os-linear-os-test-readme-subagent", ...}An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "imagine-os-linear-os-test-readme-subagent",
"kind": "agent",
"name": "README",
"description": "One file per character: routing rules, tools, access, refusal rules. Lands with PAP-103.",
"publisher": "imagine-os",
"version": "1.0.0",
"capabilities": {
"domains": [
"creative"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"One file per character: routing rules, tools, access, refusal rules. Lands with PAP-103."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/imagine-os/linear-os-test",
"path": ".claude/agents/README.md",
"ref": "07ae237ad3b3a245956aaef64639b476833657d1",
"url": "https://github.com/imagine-os/linear-os-test/blob/07ae237ad3b3a245956aaef64639b476833657d1/.claude/agents/README.md",
"key": "imagine-os/linear-os-test/.claude/agents/README.md"
}
},
"instructions": "# .claude/agents (stub)\n\nOne file per character: routing rules, tools, access, refusal rules. Lands with PAP-103.",
"cost": {
"context_tokens": 28
}
}Fetch it by URL: GET /api/v1/registry/imagine-os-linear-os-test-readme-subagent/manifest?version=1.0.0
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.