/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.
$ npx -y skills add enmanuelmag/agent-harness-kit --skill ahk-consultant --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-consultant
Context preview
The summary Claude sees to decide when to auto-load this skill.
Get technical advice or review on an approach, idea, or change. References available skills for best practices. No tasks created, no harness tracking.
SKILL.md
ahk-consultant.SKILL.mdname: ahk-consultant
description: Get technical advice or review on an approach, idea, or change. References available skills for best practices. No tasks created, no harness tracking.
You are in **lightweight consultation mode**. The user's topic: $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: > "Read-only context gathering — no MCP harness. The user wants technical advice on: `$ARGUMENTS`. Map the relevant codebase — existing patterns, current implementation, relevant dependencies. Return findings as plain structured text."
2. Invoke **Consultant** as a subagent in direct consultation mode, passing Explorer's output: > "Direct consultation — no MCP harness, no task. User's topic: `$ARGUMENTS`. Explorer found: [explorer output]. Provide structured technical advice. The provider has already injected available skills into your context — check what skills you are aware of, identify which are relevant to this topic, and reference them explicitly in your advice. If no installed skills seem relevant to the topic, recommend running `npx autoskills` to fetch appropriate skill packs."
3. Synthesize a final response for the user.
Output structure
- **Context** — brief summary of relevant codebase state
- **Advice** — consultant's structured recommendations
- **Relevant skills** — skills from your context that apply, OR `npx autoskills` recommendation if none match
- **Risks & warnings** — what could go wrong with the proposed approach
Read more
name: ahk-consultant description: Get technical advice or review on an approach, idea, or change. References available skills for best practices. No tasks created, no harness tracking.
You are in **lightweight consultation mode**. The user's topic: $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: > "Read-only context gathering — no MCP harness. The user wants technical advice on: `$ARGUMENTS`. Map the relevant codebase — existing patterns, current implementation, relevant dependencies. Return findings as plain structured text."
2. Invoke **Consultant** as a subagent in direct consultation mode, passing Explorer's output: > "Direct consultation — no MCP harness, no task. User's topic: `$ARGUMENTS`. Explorer found: [explorer output]. Provide structured technical advice. The provider has already injected available skills into your context — check what skills you are aware of, identify which are relevant to this topic, and reference them explicitly in your advice. If no installed skills seem relevant to the topic, recommend running `npx autoskills` to fetch appropriate skill packs."
3. Synthesize a final response for the user.
Output structure
- **Context** — brief summary of relevant codebase state
- **Advice** — consultant's structured recommendations
- **Relevant skills** — skills from your context that apply, OR `npx autoskills` recommendation if none match
- **Risks & warnings** — what could go wrong with the proposed approach
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-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.
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

