Backend Entrypoint Discovery Agent — Development agent for Claude Code
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
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 RepositoryRelated Agents
Backend Flow Structuring Agent
Take ONE backend entry point (REST route, GraphQL operation, or queue/event/cron handler) plus its mechanical
Knowledge Gardener
Surveys the graph and notes what has gone leggy or stale — never prunes. Use this agent for read-only knowledg
Cpanel Ops
cPanel account-level operations - domains and subdomains, DNS, cron jobs, SSL certificate expiry, email accoun
Dipeo Package Maintainer
Use this agent PROACTIVELY when working with DiPeO's core Python package runtime code in /dipeo/, including:\n
API Builder
Use to implement backend modules - route handlers, services, business logic, middleware, queue consumers - in
Go API Builder
Implements REST API endpoints in Go including handlers, routes, middleware, request/response types, and valida
Related Skills
Sidecar Management
How to create, update, and manage dynamic Inngest functions in the sidecar process (cron jobs, event handlers,
LLM Advisor Event Architecture
Handle event delegation correctly in the LLM Advisor app. Activate when adding buttons, debugging click handle
Dead Code
List orphan functions, classes, atoms, and endpoints with no inbound references — framework entry points exclu