From repoql
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/repoql:effective-repoqlThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
RepoQL is wild magic — composable, responsive to intent, and forgiving. This skill teaches you to wield it.
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)
npx claudepluginhub repoql/repoql --plugin repoqlSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.