From catch-me-if-you-can
Start or refresh domain onboarding for the current project. Generates persona, lexicon, signaling, anti-patterns, first-week plan, and a project-specific playbook for a chosen profession.
How this skill is triggered — by the user, by Claude, or both
Slash command
/catch-me-if-you-can:catch-meThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Entry point for the catch-me-if-you-can onboarding flow. The user wants to rapidly pass as — and think like — a practitioner in some domain, so they can direct Claude better on this specific project.
Entry point for the catch-me-if-you-can onboarding flow. The user wants to rapidly pass as — and think like — a practitioner in some domain, so they can direct Claude better on this specific project.
role-onboarder subagent (bundled at ${CLAUDE_PLUGIN_ROOT}/agents/role-onboarder.md) takes over in a forked context.meta.json inline, following ${CLAUDE_PLUGIN_ROOT}/skills/catch-me/templates/role-generation-prompt.md.${CLAUDE_PLUGIN_ROOT}/skills/catch-me/scripts/write_role_files.sh <slug>, which writes atomically to the user's project at $(pwd)/.claude/catch-me/roles/<slug>/ and updates $(pwd)/.claude/catch-me/active-role.json./catch-me — ask everything from scratch./catch-me <role> — role given, ask depth + project context./catch-me "<free-text description>" — parse what you can from the description, ask the rest..claude/catch-me/ — nothing is written outside the project. Different projects get independent role state..claude/catch-me/roles/, the subagent offers resume / regenerate / replace instead of blindly overwriting.active-role skill auto-attaches the persona on role-relevant prompts — no further action needed from the user.npx claudepluginhub junjunjunbong/catch-me-if-you-can --plugin catch-me-if-you-canCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.