Skip to content
Agent Orchestration
Skill

/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.

From plugin
agent-harness-kit
1764 skills5 agents1 MCP
Install
$ npx -y skills add enmanuelmag/agent-harness-kit --skill ahk-consultant --agent claude-code

How 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.md
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
Read more
Ships withagent-harness-kit

A provider-agnostic scaffolding kit for running structured multi-agent workflows in your codebase.

Get the whole plugin
Stats
177
Stars
9
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
8d ago
Last commit
3mo ago
Created

Repo: enmanuelmag/agent-harness-kit