accionlabs

Backend Entrypoint Discovery Agent — Development agent for Claude Code

Development community

Inventory ALL entry points in a backend repo — REST routes, GraphQL operations, and queue/event/cron handlers — plus orphan handlers, then write the full inventory to entrypoints.json on disk and retu.

How to install Backend Entrypoint Discovery Agent

Installs to ~/.claude/agents/accionlabs-breezeai-claude-plugin-backend-entrypoint-discovery-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/accionlabs/breezeai-claude-plugin/HEAD/agents/backend-entrypoint-discovery-agent.md -o ~/.claude/agents/accionlabs-breezeai-claude-plugin-backend-entrypoint-discovery-agent.md

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

What Backend Entrypoint Discovery Agent does


name: backend-entrypoint-discovery-agent description: Inventory ALL entry points in a backend repo — REST routes, GraphQL operations, and queue/event/cron handlers — plus orphan handlers, then write the full inventory to entrypoints.json on disk and return a single compact summary line (counts + path + flags). Designed to be invoked ONCE by the generate-functional-from-backend skill so the parent's context stays lean. Does NOT do user-facing gates (GraphQL confirmation, exclusions) — it flag

Alternatives in Development

  • Idor Hunter — IDOR / BOLA specialist (H1 #55, OWASP API1:2023) 812 ★
  • Job Agent — Creates idempotent, well-tested background jobs using Solid Queue with proper error handling and retry logic 652 ★
  • .github/workflows/redteam.yml — name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedu 213 ★

Full documentation available on GitHub

View Source Repository