pedropauloai

Check Health — Development skill for Claude Code

Development community

Verify CAM system health - build, types, server, dashboard.

How to install Check Health

Installs to ~/.claude/skills/pedropauloai-claude-agent-monitor-check-health/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pedropauloai-claude-agent-monitor-check-health && curl -fsSL https://raw.githubusercontent.com/pedropauloai/claude-agent-monitor/HEAD/.claude/skills/check-health.md -o ~/.claude/skills/pedropauloai-claude-agent-monitor-check-health/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Check Health does


name: check-health description: Verify CAM system health - build, types, server, dashboard

Run a full health check on CAM:

  1. pnpm typecheck - verify all packages compile
  2. pnpm build - verify build works
  3. Check if server responds: curl http://localhost:7890/api/sessions
  4. Check if dashboard responds: curl http://localhost:7891
  5. Check SQLite database exists and has tables
  6. Report status of each check (pass/fail)

Alternatives in Development

  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • External Tools Health — External Tools Health Check 402 ★
  • Create API — Scaffold a new API endpoint — route, handler, types, tests — wired into the server 335 ★

Full documentation available on GitHub

View Source Repository