Hierarchical file-discovery + content-search + AST-structure pipeline. Enumerates files, searches their contents, and optionally filters to structural AST matches — all in a single deterministic invoc
Imported from JordanGunn/aux (skills/search/SKILL.md). Install upstream with npx skills add JordanGunn/aux --skill search. Copyright stays with the author (MIT).
INSTRUCTIONS
Do not read reference files directly.
Run ./scripts/skill.sh init to load all references in a single call.
Run ./scripts/skill.sh init and follow the instructions.
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/jordangunn-aux-search/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.
jordangunn-aux-search.ocm.jsonjson
{
"ocm": "1",
"id": "jordangunn-aux-search",
"kind": "skill",
"name": "search",
"description": "Hierarchical file-discovery + content-search + AST-structure pipeline. Enumerates files, searches their contents, and optionally filters to structural AST matches — all in a single deterministic invocation.",
"publisher": "JordanGunn",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"search",
"grep",
"find",
"pipeline",
"content",
"tree-sitter",
"ast",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Hierarchical file-discovery + content-search + AST-structure pipeline. Enumerates files, searches their contents, and optionally filters to structural AST matches — all in a single deterministic invocation."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/JordanGunn/aux",
"path": "skills/search/SKILL.md",
"ref": "5c8ecb735072b97455bb9f7a94697f688c10881d",
"url": "https://github.com/JordanGunn/aux/blob/5c8ecb735072b97455bb9f7a94697f688c10881d/skills/search/SKILL.md",
"key": "JordanGunn/aux/skills/search/SKILL.md"
},
"license": "MIT"
},
"instructions": "# INSTRUCTIONS\n\n> **Do not read reference files directly.**\n> Run `./scripts/skill.sh init` to load all references in a single call.\n\n1. Run `./scripts/skill.sh init` and follow the instructions.",
"cost": {
"context_tokens": 48
}
}
Fetch it by URL: GET /api/v1/registry/jordangunn-aux-search/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.