From quirk
Scaffold typed-artifact files (BUGS, DEFERRED, TEST_BACKLOG, proposals, docs/adr/) into this project.
How this command is triggered — by the user, by Claude, or both
Slash command
/quirk:initartifacts/The summary Claude sees in its command listing — used to decide when to auto-load this command
Scaffold typed-artifact files into the current project. Run this command: Then: 1. Relay the script's stdout (`Created: ...` / `Skipped: ...`) to the user. 2. If the script created artifact files, do NOT continue and read them yourself — they are templates and the schema headers are intentionally inert. Just confirm setup is complete. 3. If the user passed `--force`, mention that timestamped backups were created next to any overwritten files. 4. Suggest one of: `/quirk:artifacts:bug`, `/quirk:artifacts:defer`, `/quirk:artifacts:adr`, or `/quirk:artifacts:review-artifacts` as the next st...
Scaffold typed-artifact files into the current project.
Run this command:
python3 ${CLAUDE_PLUGIN_ROOT}/bin/artifact_init.py --project-dir "$CLAUDE_PROJECT_DIR" $ARGUMENTS
Then:
Created: ... / Skipped: ...) to the user.--force, mention that timestamped backups were created next to any overwritten files./quirk:artifacts:bug, /quirk:artifacts:defer, /quirk:artifacts:adr, or /quirk:artifacts:review-artifacts as the next step.If the script exited non-zero, relay the stderr verbatim and propose how to fix it (e.g., make the project dir writable).
npx claudepluginhub zpyoung/quirk --plugin quirk/initInitializes beads issue tracking database in current directory with optional prefix (defaults to dir name). Shows DB location, prefix, workflow overview, next steps; displays stats if already set up.
/initSets up Repowise for the current codebase. Installs if needed, asks about indexing preferences (index-only or full with LLM), and runs the indexing process.
/initScaffolds a kubb.config.ts by running the Kubb init CLI. Accepts flags for an OpenAPI spec input, output directory, and comma-separated plugins.
/initDownloads and installs the notification binary for the claude-notifications plugin on macOS, Linux, or Windows, fetching the latest from GitHub Releases.
/initInitializes or re-boots llmdoc/ directory structure, runs multi-themed project investigations with investigator, and generates initial stable docs via recorder.
/initInitializes or resumes homunculus: on first run, gathers project details and user level, creates .claude/homunculus directories and identity.json; otherwise recalls session.