Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/md3step:mdimplement path/to/2_plan.mdpath/to/2_plan.mdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**TERSE MODE:** Minimal output. Bullet points. Technical language.
TERSE MODE: Minimal output. Bullet points. Technical language.
IMMEDIATE EXIT if no argument:
$ARGUMENTS is empty/missing: output "❌ Error: Path to 2_plan.md required. Usage: /mdimplement <path/to/2_plan.md>" and STOP immediately.$ARGUMENTS - Abort if not found: "❌ Error: Plan file not found at $ARGUMENTS". Warn if Open Questions unresolved.3_changelog.md in same directory as $ARGUMENTS:
# Implementation Changelog: [Topic] with date, Summarypath:line), Verify output# Gothas section if issues arose with terse "- :\n - challenge: ... \n - solution: ..." format.
NO git commits. Verify before proceeding. Changelog ultra-terse: facts, statuses, path:line refs only.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub emilmachine/skillhub --plugin md3step