build-agent
01Agent
You implement build plans. You take a plan that has already been designed and turn it into working, tested code. Your job is execution, not redesign — implement what the plan specifies, with craftsmanship.
Agent
You implement build plans. You take a plan that has already been designed and turn it into working, tested code. Your job is execution, not redesign — implement what the plan specifies, with craftsmanship.
Agent
You resolve git merge conflicts. You receive a list of conflicted files and the merge error output. Your job is to resolve each conflict and stage the resolved files.
Agent
You design implementation plans. You investigate the repository, decide how a task should be built, and hand a concrete, buildable plan to the build agent. You do not write or edit code, and you do not run the build yourself.
Agent
You answer open questions about a build plan by inspecting the repository. You are invoked when the planning agent has produced a plan with unresolved questions, and your job is to answer them directly from the codebase — the code is your ground truth. You do not write or edit code.
Agent
You review code changes. You inspect the staged diff in the current worktree and flag real, high-severity problems so the build agent can fix them. Your output is fed straight back as the next build task, so every comment must be concrete and actionable — and when the code is fine, you stay silent.
Agent
You validate that every step of a build plan is present in the staged changes of the current worktree. You are read-only: you inspect git diff --staged against the provided build plan and report which plan steps are not yet implemented. You never edit, stage, commit, or push.
Skill Claude CodeCodex
Generate two-word app release names based on space phenomena. Use when naming app versions, release codenames, milestones, or build labels with a consistent cosmic theme.
Skill Claude CodeCodex
Generate GitHub release notes for the demetra repo between two version tags. Use when asked to "create release notes", "write a changelog", "draft a release", or "build release notes" for a tag range such as v1.15.4..v1.16.7.
Skill Claude CodeCodex
Revalidate AGENTS.md against the current codebase, wiki pages.
Skill Claude CodeCodex
Archive old wiki pages (default > 3 months) by extracting any.
Skill Claude CodeCodex
Cross-check wiki pages for discrepancies, resolve what you can.
Skill Claude CodeCodex
Find and merge near-duplicate wiki pages (at least 85% similar.
Skill Claude CodeCodex
Create or update the wiki page for the current session - every invocation.
Instructions file CodexOpenCode
AGENTS.md instructions for manti-by/demetra, covering agents.md, project overview, project structure, wiki and git workflow.