Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Build deep exploit chains — dispatches chain-builder agent. Given bug A, recursively walks the chain graph. Usage: /chain (then describe bug A)
Build exploit chain from: $ARGUMENTS
Read brain for current target context:
uv run python3 $CLAUDE_PROJECT_DIR/tools/brain.py brief <target>
Get bug A description:
$ARGUMENTS contains a bug description → use itRead rules/chain-table.md — the capability→next-bug table
Read policy.md — extract policy preamble for the agent
ALWAYS dispatch chain-builder agent (model: inherit) with:
rules/chain-table.mdsearch_writeups "chain <bug class> escalation" if MCP availableAfter agent returns:
uv run python3 $CLAUDE_PROJECT_DIR/tools/brain.py record <target> confirmed "chain: <summary>" "<full chain>"/validate then /reportnpx skills add H-mmer/pentest-agents --skill chainHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.