🩺
AutomationHTML

Triage

by activeing123

Triage is an Automation skill for Claude Code, published by activeing123 in mcptoon.

195 stars7 forkson activeing123/mcptoonAdded 2026/09/05Repository updated 2026/09/05
aiai-agentsai-toolsclaudeclaude-codecliconfiguration-managementcursordeveloper-toolsllmmcpmcp-servermodel-context-protocolpythonworkflow-automation
Install in seconds
Install Triage
Copy Triage into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/activeing123/mcptoon/tree/main/plugin/mcptoon-skills/skills/triage ~/.claude/skills/triage

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/activeing123/mcptoon.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugin/mcptoon-skills/skills/triage/SKILL.md in activeing123/mcptoon
Installs to
~/.claude/skills/triage
Collection
One of 3 skills cataloged from this repository
Category
Automation1956 skills

What Triage does

Triage diagnoses broken MCP servers in mcptoon using doctor, health, and per-server probes. Use it when a server fails to register, times out, or returns bad tool calls.

Triage is cataloged under Automation on DirSkills. Triage comes from a repository tagged ai, ai-agents, ai-tools, claude and claude-code.

Documentation

README

Triage MCP server failures with mcptoon

Work top-down; stop as soon as the layer with the fault is found.

1. Read the config layer first

mcptoon doctor

Catches: invalid JSON, unknown fields, missing binaries for stdio commands, malformed URLs. Fix anything reported before deeper probing.

2. Check connectivity

mcptoon health            # every server, human-readable
mcptoon health --json     # CI/CD friendly, exit 1 if any dead

3. Probe the tool layer

mcptoon list                       # is the server even registered?
mcptoon manifest --compact         # do its tools appear at all?
mcptoon inspect <server> <tool>    # full schema of one tool
mcptoon call <server> <tool> '{}' --toon   # minimal live call

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Triage

  • What else does activeing123 publish alongside Triage?

    Triage is one of 3 skills that DirSkills catalogs from activeing123/mcptoon, the repository it ships in. Its siblings there include Authoring and Connect. Each one is a separate skill with its own page in this directory, installs the same way Triage does, and is maintained by activeing123 in that same repository. The rest of the collection is listed on the activeing123/mcptoon page.

  • How does Triage compare to other Automation skills?

    Triage ranks #1810 by stars among the 1956 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Triage against them. Open each page to compare what they document and how they install.