byagentic-research· 3 skills
Add a find_smells rule to mache — a SQL query over the projected code graph that surfaces a code smell (duplication, complexity, dead code, drift). Use when adding or debugging a SmellRule in cmd/smell_rules.go or an external $MACHE_SMELL_RULES_DIR rule. Covers the SmellRule struct, the standalone-vs-_ast table capability split, severity/polarity, tags, and the adversarial-fixture test discipline.
$npx -y skills add agentic-research/mache --skill authoring-smell-rulesInstalls into the current project.
Run `npx skills use "https://github.com/agentic-research/mache" --skill "agentic-research/mache/authoring-smell-rules"` 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.