plugins/repoql/skills/skill-builder/SKILL.md
This skill guides intentional skill design. Use when creating, improving, or reviewing Claude Code skills. Requires a zone assessment to clarify what kind of skill is being built before writing content.
npx skillsauth add stueeey/repoql.public skill-builderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A skill encodes what cannot be derived from first principles. Before writing, understand what you're encoding.
Skill files are irreducible — they cannot be summarized and still communicate what they need to. Browse what's available, then read each file you need with => content to get full text — never structure.
read("help:///skills/skill-builder/** => tree: headlines", 5000)
Then read each file you need:
read("help:///skills/skill-builder/SKILL.md => content", 10000)
tools
Diagnose and fix RepoQL issues. Use when tool calls fail, results seem wrong, indexing is stuck, the host is unresponsive, or things are slow.
documentation
Effective Mermaid diagrams. Use when creating markdown documents with human audiences.
tools
Effective use of RepoQL — the workflow, the techniques, and the wild magic. Use when you want to get more out of RepoQL or need to understand what's possible.
documentation
How to write clear, verifiable, discoverable documents for LLMs and humans. Always use when writing north-star, gestalt, reference, research, design, plan, flow, findings, concepts, or process documents.