From agent-harness-kit
Build a compact read-only context packet for a natural-language codebase question. Use before editing unfamiliar code, when tracing task evidence, contracts, validation, or proof paths, or when the relevant files are not obvious.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-harness-kit:context-queryThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ask the local codebase a natural-language question and get a source-linked
Ask the local codebase a natural-language question and get a source-linked read plan. The command is read-only and returns concise ranked files, snippets, and next reads; it does not claim to be a final answer.
node .harness/scripts/context-query.mjs "How does task evidence validation work?" --scope scripts --lane normal --json
node .harness/scripts/context-query.mjs "Where is proof checked?" --scope . --limit 6
Install srcwalk for better structural hits:
npm install -g srcwalk
srcwalk is recommended, not required by default. Use --require-srcwalk
when the environment should fail closed if structural search is unavailable.
rankedFiles: highest-confidence files with scores and reasonssources: concise path:line evidence snippetsnextReads: follow-up files to inspect before editingwarnings: missing optional tools or empty-result notesProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub tuanle96/agent-harness-kit --plugin agent-harness-kit