← ClaudeAtlas

kelly-agent-builderlisted

Public App-in-Skill low-code agent configuration and governance console for a platform team. Use when the user invokes $kelly-agent-builder or /kelly-agent-builder, wants to review or edit a catalog of mock LLM agent configs, check quota usage, find configs that need attention, move a draft to live, pause a live agent, or archive an agent. Local mock config/governance UI only — it never provisions or calls any real agent.
mr-kelly/skills · ★ 3 · AI & Automation · score 74
Install: claude install-skill mr-kelly/skills
# Agent Builder & Governance Console ## Overview Use this skill as a platform team's local, file-backed governance console for a catalog of **mock** agent configs. It never provisions or calls a real agent — every action reads or writes a local JSON handoff file under `app/.data/`. This is a generic, brand-free tool: teams define a name, a trigger/intent description, a set of allowed tools (from a fixed catalog), an approval flag, and a monthly call quota, and this console tracks status and usage and gates the risky transition (draft → live) behind required-field validation. Default interaction mode: App UI. Unless the user explicitly asks for chat-only handling, start/reuse the local app with `app/start.sh` and give the actual local URL. ## App UI Screenshots <table> <tr> <td width="50%"><img src="assets/screenshots/overview.webp" alt="Agent Builder overview"></td> <td width="50%"><img src="assets/screenshots/catalog.webp" alt="Agent Builder catalog"></td> </tr> <tr> <td><strong>Overview</strong><br>Governance summary: live agent count, aggregate quota usage, and a list of agents that need attention with reasons.</td> <td><strong>Catalog</strong><br>Sortable, searchable table of every agent config with status badges, owning team, and quota usage.</td> </tr> <tr> <td width="50%"><img src="assets/screenshots/agent-detail.webp" alt="Agent Builder agent detail"></td> <td width="50%"></td> </tr> <tr> <td><strong>Agent detail / edit</