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.
From famdeck-toolkitnpx claudepluginhub ivintik/private-claude-marketplace --plugin famdeck-toolkitThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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 |