LeeYudok

59 mods across 2 repositories, 35 stars between them.

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 2d 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 2d 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 2d 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 2d 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 2d 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 2d 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 2d 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 2d ago B 85 tokens original MIT

README

09

LeeYudok/agents-scaffold

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.

25 2d ago A 0 tokens original MIT

fix-issue

10

LeeYudok/agents-scaffold

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.

25 2d ago A 3 tokens original MIT

knowledge-graph

11

LeeYudok/agents-scaffold

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.

25 2d ago A 0 tokens original MIT

sdlc-cycle

12

LeeYudok/agents-scaffold

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.

25 2d ago A 41 tokens original MIT

sonar

13

LeeYudok/agents-scaffold

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.

25 2d ago C 35 tokens original MIT

PreToolUse

14

LeeYudok/agents-scaffold

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing pre-commit.sh. From LeeYudok/agents-scaffold.

25 2d ago A tokens not measured original MIT

PostToolUse

15

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.

25 2d ago A tokens not measured copy · 45% MIT

Stop

16

LeeYudok/agents-scaffold

Hook Claude Code

Runs when the agent finishes a response, executing stop-memory-remind.sh. From LeeYudok/agents-scaffold.

25 2d ago A tokens not measured copy · 44% MIT

agents-scaffold

17

LeeYudok/agents-scaffold

Settings file Claude Code

Agent settings declaring 4 hook events (PreToolUse, PostToolUse, PreCompact, Stop) and 0 allowed tools.

25 2d ago C tokens not measured copy · 80% MIT

docs-sync

18

LeeYudok/agents-scaffold

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.

25 2d ago A 106 tokens original MIT

example-skill

19

LeeYudok/agents-scaffold

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.

25 2d ago A 31 tokens original MIT

grill-me

20

LeeYudok/agents-scaffold

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.

25 2d ago A 73 tokens original MIT

memory-factcheck

21

LeeYudok/agents-scaffold

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.

25 2d ago A 137 tokens original MIT

review

22

LeeYudok/agents-scaffold

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.

25 2d ago A 45 tokens original MIT

search-first

23

LeeYudok/agents-scaffold

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.

25 2d ago A 117 tokens original MIT

security-precheck

24

LeeYudok/agents-scaffold

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.

25 2d ago A 99 tokens original MIT