Help us improve
Share bugs, ideas, or general feedback.
From famdeck-toolkit
Control how toolkit-init treats individual git repos — set a project to "normal" (full init), "readonly" (Atlas registration only), or "ignore" (skip entirely). Trigger when the user wants to exclude or limit a specific project from toolkit initialization, check what mode a project is in, or list modes across repos. Do NOT trigger for general init operations, relay config, or environment modes unrelated to toolkit init behavior.
npx claudepluginhub ivintik/private-claude-marketplace --plugin famdeck-toolkitHow this skill is triggered — by the user, by Claude, or both
Slash command
/famdeck-toolkit:toolkit-modeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Control how `/toolkit-init` treats a project via `.git/info/toolkit-mode`.
Detects single-project or monorepo structure, creates .groundwork.yml config for monorepos, updates .gitignore, and persists project selection for Groundwork.
Scans directories for git repos and worktrees, manages default repos for interview context. Triggered by '/brownfield' or keywords like 'scan repos'.
Sets or queries the active workspace directory using Brokk's activateWorkspace and getActiveWorkspace tools. Required before code intelligence on new projects or repository switches.
Share bugs, ideas, or general feedback.
Control how /toolkit-init treats a project via .git/info/toolkit-mode.
| Mode | Effect |
|---|---|
| normal | Full init — Atlas, Relay, Beads, Agent Mail, Serena, BMAD |
| readonly | Atlas registry only (no files written). For reference repos |
| ignore | Completely skipped by init scans |
Parse the user's intent from $ARGUMENTS:
.git/ exists in $CWD, error if not a git repo.git/info/toolkit-mode — if missing, mode is normalnormal | readonly | ignore — set mode.git/ exists in $CWDnormal: remove .git/info/toolkit-mode if it existsreadonly / ignore: mkdir -p .git/info && echo "<mode>" > .git/info/toolkit-mode--list — show all projects and their modes.git/info/toolkit-mode in each