Agent skill · Backend & API

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.

hoangsonwwgithub.com/hoangsonwwGitHub ↗
claude-codeMIT
Install
npx skills add hoangsonww/Claude-Code-Agent-Monitor --skill mcp-maintainer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 1 KB
Bundled scripts: none
Path: .agents/skills/mcp-maintainer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 869
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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`

What's inside
Steps it walks through
  1. Workflow
  2. Safety rules
  3. References
Ships with 3 files
  • agents/openai.yaml
  • references/operations-runbook.md
  • references/tool-domain-map.md
More from Claude-Code-Agent-Monitor
All skills →
About this skill
What does the mcp-maintainer skill do?

Operate and maintain the local MCP server for this repository. Use for MCP tool updates, policy-guard changes, host configuration, and MCP runtime troubleshooting.

How do I install it?

Run `npx skills add hoangsonww/Claude-Code-Agent-Monitor --skill mcp-maintainer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From hoangsonww/Claude-Code-Agent-Monitor, a repository with 869 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going