How this skill is triggered — by the user, by Claude, or both
Slash command
/jaymie-claude-tools:print-sessionidThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
执行以下 Bash 命令,并把结果**原样**输出给用户,不要做任何解释或多余文字:
执行以下 Bash 命令,并把结果原样输出给用户,不要做任何解释或多余文字:
echo "${CLAUDE_CODE_SESSION_ID:-${CLAUDE_SESSION_ID:-<not-set>}}"
说明:
CLAUDE_CODE_SESSION_IDCLAUDE_SESSION_ID<not-set>Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.
npx claudepluginhub jaymie9019/jaymie-claude-tools --plugin jaymie-tools