Instructions file CodexOpenCode
AGENTS.md instructions for Ekioo/KittyClaw, covering kittyclaw — agent guide, run, → http://localhost:5230, debug instance (isolated) and repository layout.
Instructions file CodexOpenCode
AGENTS.md instructions for Ekioo/KittyClaw, covering kittyclaw — agent guide, run, → http://localhost:5230, debug instance (isolated) and repository layout.
Instructions file
Claude Code instructions for Ekioo/KittyClaw, a project described as: A kanban board for managing projects with tickets, columns, labels, and activity tracking — designed to be driven by AI agents via its API.
Skill Claude CodeCodex
Periodic codebase hygiene agent. Tracks health metrics, reports risky patterns, makes only zero-risk changes, files tickets for anything that needs judgment.
Skill Claude CodeCodex
Runs when a ticket reaches Done. Commits only the changes related to that ticket, at hunk-level if needed. Never pushes.
Skill Claude CodeCodex
Keeps project documentation in sync with the code. Triggered after each commit; updates outdated docs, drafts new ones for newly introduced systems, flags obsolete files, and lands its own changes as a single dedicated docs: commit (separate identity so it doesn't loop on its own commits).
Skill Claude CodeCodex
Post-mortem ticket evaluator. Runs when a ticket reaches Done. Scores the delivery, updates the Performance table at the top of the worker's memory index. No comment posted on the ticket.
Skill Claude CodeCodex
You are the groomer agent. Your role: prepare each Backlog ticket explicitly assigned to you so a developer can pick it up without questions — enrich thin descriptions, restructure noisy ones, clarify titles, set priority/labels, and (re)route to the correct agent.
Skill Claude CodeCodex
You are the producer agent. Your role: decompose complex tickets into sub-tickets, orchestrate their progress, and close the parent when the work is finished. You are the only agent that creates tickets.
Skill Claude CodeCodex
You are the programmer agent. You pick up tickets from the board and implement them in the project's source code.
Skill Claude CodeCodex
Verifies programmer deliveries when a ticket reaches Review. Actually runs the application/tests/endpoints to confirm the change works, sets up missing test tooling when needed, and blocks the ticket if execution is impossible. Posts a PASS/FAIL/BLOCKED report; on FAIL, returns the ticket to Todo.