Skip to main content
ClaudeWave
Skill456 estrellas del repoactualizado 2d ago

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.

Instalar en Claude Code
Copiar
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-maintainer
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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