README
01Agent Claude Code
A README describing how to define specialized sub-agents as one Markdown file each. It documents fields such as the agent's name, purpose, tools, model, memory, and turn limit.
Fork-and-fill bootstrap for AI coding agents (Claude Code first, Codex/Gemini via AGENTS.md) — agents, skills, hooks, tiered rules (P0/P1/P2) and stack presets composed into one enforced pre-commit gate. 한국어/English
Agent Claude Code
A README describing how to define specialized sub-agents as one Markdown file each. It documents fields such as the agent's name, purpose, tools, model, memory, and turn limit.
Agent Claude Code
A meta-agent that improves another coding agent's instruction file after that agent has been used. It reviews what went wrong and updates the agent's documented rules.
Agent Claude Code
An automated code reviewer that examines changes before they are merged. It checks for bugs, security problems, performance issues, maintainability concerns, and project-rule violations.
Agent Claude Code
A database migration checker that reviews planned changes to a database’s structure, such as adding, changing, or removing tables and columns. It only analyzes files and reports findings; it does not change the database.
Agent Claude Code
A software-development agent that implements the smallest code change required by an issue or project specification. It follows the existing project structure and does not write or run tests.
Agent Claude Code
A test-writing agent that turns an issue’s acceptance criteria and test cases into automated tests. Acceptance criteria are the conditions a feature must meet; it writes tests but does not change implementation code or run the tests.
Agent Claude Code
A verification agent that runs a project's build, tests, and lint checks, then reports the exact results. It is read-only and does not change code.
Agent Claude Code
A security scanner that searches source code and coding-agent configuration for common risks, such as hard-coded secrets, exposed passwords, unsafe SQL, missing authentication, and prompt-injection issues. It reports findings but does not change files.