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.

  1. Phase 1: Scan & Discover — catalog every action in the app
  2. Phase 2: Plan — design the endpoint tree, refactoring, and conventions
  3. 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:

| Source | What to extract |

Related skills

More from ilamanov/skills

Installs
1
Repository
ilamanov/skills
First Seen
Mar 8, 2026