Skip to content
Agent Orchestration
Skill

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

From plugin
agent-harness-kit
1764 skills5 agents1 MCP
Install
$ npx -y skills add enmanuelmag/agent-harness-kit --skill ahk-ask --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-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.md
name: 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
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