byagentic-research· 3 skills
Author a mache projection schema (Topology→Node→Leaf) that maps structured data or source code into a filesystem/graph. Use when creating or debugging a *-schema.json for a new data source (SQLite/JSON) or a new source language. Covers both dialects — tree-sitter S-expression selectors for code, and JSONPath selectors for data — the gotchas (@scope on inner nodes, nested $[*], _parent traversal, the .db vs JSON-walker capability split), and how to validate the result.
$npx -y skills add agentic-research/mache --skill authoring-schemasInstalls into the current project.
Run `npx skills use "https://github.com/agentic-research/mache" --skill "agentic-research/mache/authoring-schemas"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/agentic-research/mache" that are relevant to the current task. Run `npx skills add "https://github.com/agentic-research/mache"` and select the relevant skills, then follow their instructions.