Help us improve
Share bugs, ideas, or general feedback.
From famdeck-toolkit
Bulk-initialize multiple git repositories for the Famdeck ecosystem — registers them in Atlas, configures Relay trackers, sets up Beads, Agent Mail, and Serena. Trigger when the user wants to scan a directory of repos and onboard them all at once, or run the toolkit init command. Do NOT trigger for initializing a single project individually, creating a new git repo, or setting up non-Famdeck tools.
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-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan the current directory for git repositories and initialize each for the Famdeck ecosystem
Initializes new Python, Rust, or TypeScript projects interactively with git repo, GitHub workflows, pre-commit hooks, Makefile, and standard configs. Updates existing projects too.
Initializes and configures projects: detects tech stacks, scaffolds new apps, creates task files, sets branch strategies, handles git submodules, exports to other AI platforms.
Detects single-project or monorepo structure, creates .groundwork.yml config for monorepos, updates .gitignore, and persists project selection for Groundwork.
Share bugs, ideas, or general feedback.
Scan the current directory for git repositories and initialize each for the Famdeck ecosystem (Atlas, Relay, Beads, Serena, Agent Mail).
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/init.py $ARGUMENTS
Pass any flags from the user's request through as $ARGUMENTS. Display the script's output.
| Flag | Effect |
|---|---|
--depth=N | Scan depth for git repos (default: 2) |
--atlas-only | Only register in Atlas |
--relay-only | Only configure Relay trackers |
--no-bmad | Skip BMAD installation |
--non-interactive | No prompts, use defaults |