Mcp maintainer
Skill hoangsonww/Claude-Code-Agent-Monitor/.codex/skills/mcp-maintainer
Operate and maintain the local MCP server for this repository. Use for MCP tool updates, policy-guard changes, host configuration, and MCP runtime troubleshooting.From its SKILL.md
npx -y skills add hoangsonww/Claude-Code-Agent-Monitor --skill mcp-maintainerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- runs commandsInstructs the agent to run 2 commands, including `npm run mcp:typecheck` and 1 more.
- fetches URLsInstructs the agent to fetch 1 URL, including /api/health.
SKILL.md
0.7 KB, 127 tokens by cl100k_base, as published. Nobody here has run it
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:typecheckandnpm 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.mdreferences/operations-runbook.md
What ships with it: 3 files
970 B alongside SKILL.md
agents/
- openai.yaml221 B
references/
- operations-runbook.md354 B
- tool-domain-map.md395 B