agent-api-layer
Installation
SKILL.md
Agent API Layer
Add a localhost-only API layer that exposes every action and query in the app to an external AI agent. The agent should be able to do everything a user or admin can do through the UI, plus read any app state.
Workflow
Three phases, executed strictly in order. Each phase has a checkpoint — do NOT proceed until the user confirms.
- Phase 1: Scan & Discover — catalog every action in the app
- Phase 2: Plan — design the endpoint tree, refactoring, and conventions
- Phase 3: Implement — build it all out
Phase 1: Scan & Discover
Scan the entire codebase and catalog every action the app can perform. Search these locations: