From storyhook
Use when setting up storyhook in a new project, when the 'story' command is not found, or when asked to configure storyhook integration. Detects CLI availability, installs if missing, initializes project, and configures plugin behavior.
How this skill is triggered — by the user, by Claude, or both
Slash command
/storyhook:storyhook-setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up storyhook CLI and project configuration.
Set up storyhook CLI and project configuration.
Run command -v story to see if the CLI is installed.
storyhook-install skill to install and verify the story CLI. It asks the user's permission and offers the official installer or cargo. Do not continue until story --help works.Check if .storyhook/ directory exists.
story init to create it
story init --prefix API). The prefix is used for story IDs like API-1, API-2, etc.story summaryCreate .storyhook/plugin-config.toml with these defaults:
# Storyhook Claude Code plugin configuration
enabled = true
# Tracking verbosity: "quiet", "normal", or "verbose"
# quiet = minimal output, no auto-comments
# normal = status updates and session handoffs
# verbose = detailed logging with progress comments
tracking = "normal"
Ask the user if they want to adjust the tracking level.
Ask if the user wants storyhook instructions added to their CLAUDE.md file.
story scaffold claude-md to generate the instructions block<!-- BEGIN STORYHOOK -->
(scaffold output here)
<!-- END STORYHOOK -->
<!-- BEGIN STORYHOOK -->, replace the existing blockAsk if the user wants git hooks installed for automatic story syncing.
story hooks installSuggest running /storyhook:storyhook-context to see the current project state and start working.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub mikeydotio/storyhook --plugin storyhook