Setup and project init for Claude Code tools — Context7, Serena, Beads, Agent Mail, Atlas, Relay, Codeman
npx claudepluginhub ivintik/private-claude-marketplace --plugin famdeck-toolkitBulk-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.
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.
Use this skill whenever the user wants to install, reinstall, or add any tool from the Famdeck ecosystem (Atlas, Relay, Beads, Serena, Agent Mail, Context7) to their Claude Code setup. This skill is the correct handler for all Famdeck installation requests — it provides the terminal command the user must run outside Claude Code, since `claude plugin install` hangs when called from within a session. Invoke for: first-time setup, adding a specific missing tool, running the setup wizard, or fixing a broken plugin after an update. Do NOT invoke for: checking status of already-installed tools, configuring tools, or installing non-Famdeck software.
Check whether Famdeck toolkit tools are installed and working: Atlas, Relay, Beads, Serena, Agent Mail. Trigger when the user asks what Claude Code tools they have, whether a specific Famdeck tool is installed, if their toolkit setup is correct, or wants to verify overall toolkit health. Do NOT trigger for checking what issues are open, what projects are registered in Atlas, relay tracker config, or the status of non-Famdeck software.
Invoke to uninstall or remove any tool that the Famdeck toolkit installed — Beads, Atlas, Relay, Serena, Agent Mail, or the toolkit itself. This is the only skill that performs removal; individual tool skills do not handle their own uninstallation. Use whenever the request is about removing, deleting, or cleaning up toolkit-managed Claude Code tools, regardless of how it's phrased.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement