From squackit
Route code intelligence queries through squackit MCP tools instead of grep/find
How this skill is triggered — by the user, by Claude, or both
Slash command
/squackit:squackit-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use squackit tools instead of manual searching when you need:
Use squackit tools instead of manual searching when you need:
| Instead of... | Use... |
|---|---|
grep -r "def function_name" | find_names with pattern matching |
grep -r "class ClassName" | find_names with .cls selector |
| Multiple greps to trace call chains | code_structure for overview, then targeted queries |
| Reading entire files to understand structure | code_structure with depth control |
find_names "src/**/*.py" ".fn#validate"Searches 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.
npx claudepluginhub teaguesterling/retritis --plugin squackit