Help us improve
Share bugs, ideas, or general feedback.
From stdd
Initialise a project for stdd. Creates directories, installs the pre-commit hook and run-tests.sh, and writes .claude/rules/stdd.md. Invoke with /stdd:setup.
npx claudepluginhub dominik-rehse/stdd --plugin stddHow this skill is triggered — by the user, by Claude, or both
Slash command
/stdd:setup [--cursor][--cursor]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this once per project after installing the stdd plugin. Setup is required — it
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Run this once per project after installing the stdd plugin. Setup is required — it
installs the pre-commit hook and scripts/run-tests.sh. Before it runs, the
SessionStart hook still mirrors the workflow rules into .claude/rules/stdd/, so the
rules are loaded from the first session.
Safe to re-run — existing files are not overwritten unless --force is passed.
Run the installer that ships with the plugin:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/install.sh" $ARGUMENTS
Pass --cursor to install only the Cursor adapter, or --both to install both
agent integrations. The default installs only the Claude Code project files.
Pass --force to refresh installed stdd files. Pass --hook=none to skip the
Git pre-commit hook when wiring scripts/stdd-precommit.sh into another hook
manager (lefthook, husky, pre-commit, ...).
After the script finishes, confirm with:
stdd initialised. Run
/stdd:spec <name>to start a feature.