What problem does it solve?
It eliminates the manual, error-prone setup of the quest-system slash commands, tutorial skill, and verifier safety hook when onboarding to the finpack-claude workflow.
Core Features & Use Cases
- Bootstraps quest-system command availability: Installs quest-related command markdown files into
.claude/commands/ so the full command set becomes usable.
- Installs the tutorial skill as an execution-ready module: Writes
quest-system-tutorial/SKILL.md into .claude/skills/quest-system-tutorial/ when the source skill exists.
- Ensures stable verification behavior: Copies
quest-system-verify.sh into .claude/hooks/ and updates .claude/settings.local.json with a local permission override to reduce repeated ad hoc approval prompts.
- Safe re-runs with overwrite confirmation: Detects prior installation (e.g.,
new-quest.md) and prompts before overwriting.
Quick Start
Run the install-quest-system skill from within your project to copy quest-system commands into .claude/commands/ and install the tutorial skill into .claude/skills/quest-system-tutorial/.