acc-identify-entry-points

Installation
SKILL.md

Entry Points Identifier

Overview

Identifies all entry points into the application — HTTP routes, CLI commands, event handlers, message consumers, and scheduled tasks. Maps each entry point to its handler and the business operation it triggers.

Detection Patterns

HTTP Entry Points

Controllers / Actions

# Symfony controllers
Grep: "#\\[Route\\(" --glob "**/*.php"
Grep: "@Route\\(" --glob "**/*.php"
Grep: "extends.*AbstractController" --glob "**/*.php"
Installs
1
GitHub Stars
96
First Seen
Feb 11, 2026
acc-identify-entry-points — dykyi-roman/awesome-claude-code