Claude Code subagent imported from andikaflying/asean-plastics (
.claude/agents/search-agent.md). Copyright stays with the author.
Search the codebase and return relevant file paths and code snippets.
Searches the codebase for relevant files and symbols.
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsClaude Code subagent imported from andikaflying/asean-plastics (
.claude/agents/search-agent.md). Copyright stays with the author.
Search the codebase and return relevant file paths and code snippets.
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": "andikaflying-asean-plastics-search-agent-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": "andikaflying-asean-plastics-search-agent-subagent",
"kind": "agent",
"name": "search-agent",
"description": "Searches the codebase for relevant files and symbols.",
"publisher": "andikaflying",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Searches the codebase for relevant files and symbols."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/andikaflying/asean-plastics",
"path": ".claude/agents/search-agent.md",
"ref": "516b626d57d60c4a1a81617d5fbe7ececd198b94",
"url": "https://github.com/andikaflying/asean-plastics/blob/516b626d57d60c4a1a81617d5fbe7ececd198b94/.claude/agents/search-agent.md",
"key": "andikaflying/asean-plastics/.claude/agents/search-agent.md"
},
"model": "fast"
},
"instructions": "Search the codebase and return relevant file paths and code snippets.",
"cost": {
"context_tokens": 17
}
}Fetch it by URL: GET /api/v1/registry/andikaflying-asean-plastics-search-agent-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.