Agent skill

troubleshoot-and-continue

Troubleshooting protocol with MiniMax subagent delegation - NEVER stop early, use all resources before asking user

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill troubleshoot-and-continue-opensourcesam-v2-heras-garden-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/agent/troubleshoot-and-continue-opensourcesam-v2-heras-garden-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# Troubleshoot and Continue Protocol **Core Principle:** When blocked, use ALL available resources before stopping. Stopping early = productivity loss. --- ## The "Golden Path" - Required Before Any User Interruption ``` BLOCKED? ↓ 1. Try 2-3 different approaches yourself ↓ 2. Spawn MiniMax subagent for research/sanity check ↓ 3. Try subagent suggestions ↓ 4. Spawn SECOND MiniMax subagent for alternative perspective ↓ 5. Try alternative approaches ↓ 6. Document attempts in plan file ↓ 7. ONLY THEN consider user interruption ``` **CRITICAL:** Each "blocker" must survive 3+ attempts + subagent help before escalating. --- ## Resource Inventory (Use ALL Before Stopping) ### 1. Internal Resources (Free, Immediate) - **Re-read code** - Did I miss a pattern? - **Grep/Glob** - Find similar implementations - **Check skills** - `.claude/skills/*/SKILL.md` - **Review docs** - `docs/execution/DEVELOPMENT_ROADMAP.md` ### 2. MiniMax MCP Subagents (Free, Fast) - **Research task** - "Find how to do X in Godot" - **Sanity check** - "Is this approach correct?" - **Alternative ideas** - "What are 3 other ways to solve this?" - **Debug help** - "Why might this error occur?" ### 3. GLM Vision/Generatio

What's inside
Steps it walks through
  1. The "Golden Path" - Required Before Any User Interruption
  2. Resource Inventory (Use ALL Before Stopping)
  3. 1. Internal Resources (Free, Immediate)
  4. 2. MiniMax MCP Subagents (Free, Fast)
  5. 3. GLM Vision/Generation (If visual)
  6. 4. Documentation (Reference)
  7. MiniMax Subagent Usage (REQUIRED)
  8. When Blocked, Spawn These IN PARALLEL:
  9. Common Blockers & Solutions
  10. "Can't run Godot/MCP not working"
  11. "Image generation failing"
  12. "Test failing / code broken"
  13. Compound Engineering: Document Solutions
  14. The "Full Work Block" Commitment
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the troubleshoot-and-continue skill do?

Troubleshooting protocol with MiniMax subagent delegation - NEVER stop early, use all resources before asking user

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill troubleshoot-and-continue-opensourcesam-v2-heras-garden-2 --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 majiayu000/claude-skill-registry, a repository with 534 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