Help us improve
Share bugs, ideas, or general feedback.
From famdeck-toolkit
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.
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-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check which toolkit-managed tools are installed and their current state.
Diagnoses ATV Starter Kit installation health across project scaffold, Copilot CLI marketplace plugins, and VS Code AgentPlugins. Checks install scope, version drift, git state, file integrity, hooks, MCP prereqs, dependencies.
Diagnoses metaswarm installation state, project configuration, and potential issues across Claude Code, Codex, and Gemini.
Audits installed infrastructure tools (MCPs, CLIs, Claude Code plugins), checks authentication state, searches for new official tools, recommends installations, and generates tooling manifest.
Share bugs, ideas, or general feedback.
Check which toolkit-managed tools are installed and their current state.
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/status.py
Display the script's output to the user. If any tools are missing, mention that the user can run
/toolkit-setup to install them.