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.
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.
Command Claude Code
A reference guide for custom slash commands in an agent project. Each command is a named file that can receive text supplied after the command.
Command Claude Code
A workflow for handling a numbered software issue from investigation through delivery. It reads the issue, changes the code, adds a regression test, verifies the build, and prepares a pull or merge request.
Command Claude Code
A visual map of how project guidance files are connected, including rules, memories, agents, skills, commands, and workflows. It generates a local HTML dashboard and can check whether their links still work.
Command Claude Code
An automated software development life-cycle (SDLC) workflow covering an issue or plan, coding, tests, verification, and a pull or merge request.
Command Claude Code
A command for running SonarQube, a tool that examines source code for quality and security problems. It can show current results, rerun the analysis, inspect security hotspots, check test coverage, and explain quality-gate results.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing pre-commit.sh. From LeeYudok/agents-scaffold.
Hook Claude Code
Runs after a tool call finishes for Edit, Write, Bash, Bash, Edit and Write tool calls, executing post-edit-format.sh, post-test-notify.sh and observe-lite.sh (3 commands). From LeeYudok/agents-scaffold.
Hook Claude Code
Runs when the agent finishes a response, executing stop-memory-remind.sh. From LeeYudok/agents-scaffold.
Settings file Claude Code
Agent settings declaring 4 hook events (PreToolUse, PostToolUse, PreCompact, Stop) and 0 allowed tools.
Skill Claude CodeCodex
A documentation review that compares statements in README files and project instructions with the current code, command output, and official documentation. It updates related language versions or files together when needed.
Skill Claude CodeCodex
A template for creating a project-specific coding-agent skill, with sections for checking conditions, doing the work, and verifying the result. The included text is in Korean.
Skill Claude CodeCodex
A question-driven review of an idea or feature before coding begins. It repeatedly tests the goal, assumptions, edge cases, security, privacy, operating needs, and what can be left out of the first version.
Skill Claude CodeCodex
A check that compares the project’s saved agent notes with the current code, database, issue tracker, and files. It identifies notes whose claims are outdated or no longer match reality.
Skill Claude CodeCodex
A combined code review and security audit for proposed code changes. A code review checks quality and maintainability, while a security audit looks for vulnerabilities such as unsafe input handling or weak encryption.
Skill Claude CodeCodex
A workflow rule for searching for an existing solution before writing new code. It checks the repository, internal mirrors, package registries, connected tools, and GitHub in that order.
Skill Claude CodeCodex
A pre-release security check for reviewing code and agent configuration before an external security audit. It scans for issues such as exposed secrets, missing authentication, and personal-data logging, then groups findings by urgency.