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.
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.
The setup script must run from a regular terminal (outside Claude Code) because claude plugin install and claude mcp add hang when invoked from within a running session.
Do NOT run the script yourself. Give the user the command to copy-paste into their terminal:
Interactive install (recommended):
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/setup.py
Install a specific tool (when the user named one):
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/setup.py --install <tool-name>
Install everything non-interactively:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/setup.py --non-interactive
After the user runs the command and comes back, use /toolkit-status to verify the result.