mcp-maintainer
The mcp-maintainer skill manages the local MCP server infrastructure for Claude Code Agent Monitor, handling tool updates, policy modifications, host configurations, and runtime diagnostics. Use this skill when updating MCP domain modules, modifying safety policies, troubleshooting server issues, or validating changes through type checking and builds while maintaining required safety gates and loopback restrictions.
git clone --depth 1 https://github.com/hoangsonww/Claude-Code-Agent-Monitor /tmp/mcp-maintainer && cp -r /tmp/mcp-maintainer/.codex/skills/mcp-maintainer ~/.claude/skills/mcp-maintainerSKILL.md
# MCP Maintainer Skill ## Workflow - Confirm dashboard API availability (`/api/health`). - Inspect affected MCP domain modules under `mcp/src/tools/domains/`. - Preserve safety gates in `mcp/src/policy/tool-guards.ts`. - Validate with `npm run mcp:typecheck` and `npm run mcp:build`. ## Safety rules - Keep loopback-only target checks enabled. - Keep mutating and destructive tools behind explicit flags. - Do not log protocol data to stdout. ## References - `references/tool-domain-map.md` - `references/operations-runbook.md`
Run release-readiness checks for this repository. Use when validating docs, scripts, verification coverage, and operational safety before merge or release.
Understand this repository quickly before making changes. Use for architecture discovery, ownership mapping, command selection, and initial implementation planning.
Review backend route and hook logic for regressions, data integrity risks, and missing tests.
Review React UI changes for behavior regressions, state consistency, and UX breakage.
Review MCP server changes for tool safety, schema quality, and host integration correctness.
Debug production-like issues in this repository with disciplined evidence gathering. Use when fixing failing workflows, regressions, flaky behavior, or data inconsistencies across hooks, API, DB, websocket, and UI.
Operate and maintain the local MCP server for this project. Use when creating MCP host config, troubleshooting tool connectivity, modifying tool domains, or adjusting safety policy flags.
Implement a feature safely end-to-end in this repository. Use when adding or changing functionality across backend, frontend, or MCP with required verification and documentation updates.