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.
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.
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