install-quest-system

Install quest-system commands, tutorial skill, and verifier hook into a finpack-claude project.

1|Updated May 27, 2026
One-click install
npx skills add https://github.com/findexu/finpack-claude --skill install-quest-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-quest-system
Source: https://github.com/findexu/finpack-claude/tree/main/plugins/setup-finpack/template/skills/install-quest-system
Command: npx skills add https://github.com/findexu/finpack-claude --skill install-quest-system

SYSTEM DOCUMENTATION & REQUIREMENTS

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/.

Frequently Asked Questions about install-quest-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up quest-system slash commands in a finpack-claude project?

To set up quest-system slash commands, run the installer to copy markdown files into `.claude/commands/` and place the tutorial skill into `.claude/skills/`, making `/new-quest` available. It also installs a verifier hook to ensure stable execution.

What is the quest-system tutorial skill installation process?

The quest-system tutorial skill installation writes `SKILL.md` directly into `.claude/skills/quest-system-tutorial/` when the source exists, creating an execution-ready module for learning the workflow without manual file copying.

Can I safely reinstall quest-system commands if files already exist?

Yes, you can safely reinstall quest-system commands. The installer detects prior installations like `new-quest.md` and prompts for confirmation before overwriting, preventing accidental loss of custom modifications.

How do I reduce repeated approval prompts for the quest-system verifier hook?

To reduce repeated approval prompts, the installer copies `quest-system-verify.sh` into `.claude/hooks/` and updates `.claude/settings.local.json` with a local permissions override for stable verification behavior.

Do I need any dependencies to install the quest-system workflow automation?

No external dependencies are required to install the quest-system workflow automation. It operates standalone to bootstrap slash commands, the tutorial skill, and the verifier hook directly within your existing project structure.