[help request] Help request
Optional natural-language task, capability, named skill, or CLI help question to route against the currently installed AgentKit catalog.
/ak:help which workflow should I run for a bug with unknown root cause? Quick Ref / Command
Engineer Kit
/ak:help
Open the AgentKit help index, discover the currently installed skills from runtime catalogs or live SKILL.md frontmatter, and route the user to the most specific workflow.
Read request
Use live catalog
Discover frontmatter
Filter candidates
Rule 01
Installed state beats remembered skill lists.
Rule 02
Help should route to the most specific usable skill, not advertise everything.
Rule 03
Command examples come from current command help or relevant SKILL.md metadata.
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
How to invoke the skill: syntax, positional arguments, shared options, then each subcommand with its own syntax and outcome.
Syntax
/ak:help [help request][help request] Help request
Optional natural-language task, capability, named skill, or CLI help question to route against the currently installed AgentKit catalog.
/ak:help which workflow should I run for a bug with unknown root cause? Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:help /ak:help which workflow should I run for a bug with unknown root cause? /ak:help do I have a skill for creating project documentation? /ak:help how do I list installed skills from the CLI? Help answer
Pattern
Relevant installed skills, why they fit, exact command shape only when verified from current help or metadata. The output is a routing answer, not a static command registry.