agentstacktech

Agentstack Discover — Development skill for Claude Code

Development community

Rank MCP actions for a user intent using live catalog and discovery ladder.

How to install Agentstack Discover

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

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

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

What Agentstack Discover does


description: Rank MCP actions for a user intent using live catalog and discovery ladder.

/agentstack:discover

Discovery ladder

  1. discovery.status
  2. GET /mcp/actions/summary or full GET /mcp/actions
  3. discovery.search / discovery.describe
  4. /mcp/discover/by_intent when available
  5. Match skill under skills/agentstack-* (see agentstack-discovery skill)

Steps

  1. Ask for a one-line goal.
  2. Prefer discovery.search or live catalog filter over inventing actio

Alternatives in Development

  • Agent Skills Platform — Build tested agent skills and govern their lifecycle through a user-defined marketplace: evidence, discovery 2.4k ★
  • Agent Skill Creator — Build tested agent skills and govern their lifecycle through a user-defined marketplace: evidence, discovery 2.3k ★
  • /discover — Run a full discovery loop without manually stitching together skills 2.3k ★

Full documentation available on GitHub

View Source Repository