/ahk-ask
Ask a question about this codebase — where is X, does Y exist, how does Z work. Read-only. No tasks created, no harness tracking.
$ npx -y skills add enmanuelmag/agent-harness-kit --skill ahk-ask --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/ahk-ask
Context preview
The summary Claude sees to decide when to auto-load this skill.
Ask a question about this codebase — where is X, does Y exist, how does Z work. Read-only. No tasks created, no harness tracking.
SKILL.md
ahk-ask.SKILL.mdname: ahk-ask description: Ask a question about this codebase — where is X, does Y exist, how does Z work. Read-only. No tasks created, no harness tracking.
You are in **lightweight ask mode**.
> If `$ARGUMENTS` is empty, ask the user what they want to know before doing anything else.
The user's question: $ARGUMENTS
Rules
- NO MCP calls — no tasks.*, no actions.*
- NO health.sh
- NO builder, NO reviewer
- Create files ONLY if user explicitly asked to save the output
Process
1. Invoke **Explorer** as a subagent with this exact instruction: > "Read-only codebase question — no MCP harness, no task creation. Map only what is needed to answer: `$ARGUMENTS`. Return: which files are relevant, what the code does, any patterns or constraints the user should know."
2. Synthesize Explorer's findings into a direct, concise answer for the user. Do not relay the raw output — distill it.
Output
- Concise answer to the user's question
- Relevant file paths and code references
- Important caveats or related constraints
A provider-agnostic scaffolding kit for running structured multi-agent workflows in your codebase.
Repo: enmanuelmag/agent-harness-kit
Other skills on agent-harness-kit.
- /ahk-consultant
Get technical advice or review on an approach, idea, or change. References available skills for best practices. No tasks created, no harness tracking.
Open skill - /ahk-review
Preview a code review against ticket/objective alignment, with deep semantic (name-vs-behavior) analysis. No tasks created, no harness tracking.
Open skill - /ahk-triage
Triage a bug or unexpected behavior. Deep diagnostic analysis with structured report. No tasks created, no harness tracking.
Open skill

