agentstacktech

Agentstack Diagnose — Development skill for Claude Code

Development community

Troubleshoot AgentStack MCP — health, discovery, token, surface probe.

How to install Agentstack Diagnose

Installs to ~/.claude/skills/agentstacktech-claude-plugin-agentstack-diagnose/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agentstacktech-claude-plugin-agentstack-diagnose && curl -fsSL https://raw.githubusercontent.com/agentstacktech/claude-plugin/HEAD/commands/agentstack-diagnose.md -o ~/.claude/skills/agentstacktech-claude-plugin-agentstack-diagnose/SKILL.md

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

What Agentstack Diagnose does


description: Troubleshoot AgentStack MCP — health, discovery, token, surface probe.

/agentstack:diagnose

Run in order; present as one Markdown table.

Checks

  1. HealthGET https://agentstack.tech/api/health (expect 200).
  2. MCP listedclaude mcp list shows agentstackhttps://agentstack.tech/mcp.
  3. DiscoveryGET /mcp/actions with Bearer (count domains; no hard-coded totals).
  4. Profile — MCP auth.get_profile (list-only is a false green).
  5. **P

Alternatives in Development

  • Claude Modular — Production-ready modular Claude Code framework with 30+ commands, token optimization, and MCP server integrati 274 ★
  • Ext Skills — Experimental exploration of skills discovery and distribution through MCP primitives 214 ★
  • Dexscreener Unofficial CLI + MCP + Skills — You are a token scanning specialist using the Dexscreener Unofficial CLI (not affiliated with or endorsed by D 213 ★

Full documentation available on GitHub

View Source Repository