How this skill is triggered — by the user, by Claude, or both
Slash command
/swiz-core:swiz-continueThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the swiz `continue` command.
Run the swiz continue command.
Rules:
$ARGUMENTS is empty, run swiz continue.$ARGUMENTS is present, run swiz continue $ARGUMENTS.npx claudepluginhub mherod/swiz --plugin swiz-coreAutomatically iterates on the next logical step in a project until a stop condition is reached. Useful for open-ended cleanup, refactoring, polish, and debt burn-down.
Spawns a new Claude Code session in a separate terminal for parallel tasks, optionally sharing context like git branch, task summary, and key files. Use to multitask without losing current progress.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.