LeeYudok/agents-scaffold

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

25Stars on the repository
29Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

README

01

LeeYudok/agents-scaffold

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.

25 3d ago A 0 tokens original MIT

agent-evolve

02

LeeYudok/agents-scaffold

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.

25 3d ago A 77 tokens original MIT

code-reviewer

03

LeeYudok/agents-scaffold

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.

25 3d ago A 32 tokens original MIT

db-migration

04

LeeYudok/agents-scaffold

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.

25 3d ago A 45 tokens original MIT

sdlc-developer

05

LeeYudok/agents-scaffold

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.

25 3d ago A 55 tokens original MIT

sdlc-tester

06

LeeYudok/agents-scaffold

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.

25 3d ago A 55 tokens original MIT

sdlc-verifier

07

LeeYudok/agents-scaffold

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.

25 3d ago A 52 tokens original MIT

security-audit

08

LeeYudok/agents-scaffold

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.

25 3d ago B 85 tokens original MIT