plugins/repoql/skills/effective-repoql/SKILL.md
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.
npx skillsauth add stueeey/repoql.public effective-repoqlInstall 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.
RepoQL is wild magic — composable, responsive to intent, and forgiving. This skill teaches you to wield it.
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/effective-repoql/** => tree: headlines", 5000)
Then read each file you need:
read("help:///skills/effective-repoql/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.
development
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.
documentation
Effective Mermaid diagrams. Use when creating markdown documents with human audiences.
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.