GitHub collection
leeyudok/agents-scaffold
Imported from GitHub — is this yours?
18 skills imported from this repository.
memory-factcheck
에이전트 영속 메모리를 실제 소스와 대조 — 각 메모리의 핵심 단언을 코드·DB·이슈 트래커·파일시스템에 대조해 stale 을 정정하고 dead 를 아카이브 후보로 리포트. 메모리가 30개를 넘거나, 스택/인프라 큰 변경(라이브러리 교체·버전 업그레이드·서버 이전·스키마 DROP) 직후, 메모리끼리 모순돼 보일 때, 또는 "메모리 정리/감사" 요청 시 사용.
search-first
코드를 새로 짜기 전에 기존 솔루션(레포 내부 → 사내 미러 → 패키지 레지스트리 → MCP/스킬 → GitHub)을 먼저 검색하는 워크플로. 새 기능/유틸/의존성 추가 직전, "X 기능 넣어줘" 요청에 코드부터 쓰려는 순간 발동. (원본: [affaan-m/ECC](https://github.com/affaan-m/ECC) 의 search-first 스킬, MIT — 이식·번안)
security-precheck
외부 보안팀 코드 검사 전 자체 사전점검. security-audit 에이전트(+ 설정돼 있으면 SonarQube 보안 핫스팟)를 돌려 P0/P1/P2로 정리하고, 발견사항을 이슈로 쪼개 병렬 서브에이전트로 고친다. "보안 검사", "보안 점검", "코드 감사" 언급 시 사용.
skill-evolve
스킬 실행 후 피드백을 받아 해당 SKILL.md를 자동 개선하는 메타 스킬. 스킬이 틀렸거나 누락이 있을 때, 또는 새로 배운 함정을 기록할 때 사용.
docs-sync
Bring documentation back in line with the code after changes to behavior, paths, versions, or generated output. Use on "update the docs", "refresh the README", "docs are stale", and right before opening a PR that changed any of those. Checks each documented claim against the actu
example-skill
Duplicate this file to create a project skill. Write the trigger condition concretely in the description.
memory-factcheck
Fact-check an agent's persistent memory against ground truth — verify each memory's load-bearing claims against code, database, issue tracker and filesystem, correct the stale ones, and report dead ones as archive candidates. Use when memory grows past ~30 files, right after a bi
search-first
A workflow that searches for an existing solution (this repo → internal mirrors → package registries → MCP/skills → GitHub) before writing new code. Triggers right before adding a new feature/utility/dependency, or the moment a "add feature X" request tempts you to jump straight
security-precheck
Self-run security pre-check ahead of an external security-team code audit. Runs the security-audit agent (plus SonarQube security hotspots when configured), grades findings P0/P1/P2, splits them into issues, and fixes them with parallel subagents. Use on "security check", "securi
skill-evolve
A meta-skill that takes feedback after a skill runs and automatically improves the corresponding SKILL.md. Use when a skill was wrong or incomplete, or to record a newly discovered gotcha.
Agents (14)
agent-evolve
다른 서브에이전트를 실제로 써본 후 피드백을 받아 해당 agents/*.md를 자동 개선하는 메타 에이전트. 에이전트가 틀렸거나, 결과가 부실하거나, description이 실제 동작과 안 맞을 때, 또는 새로 배운 함정을 기록할 때 호출.
db-migration
DB 스키마 변경 안전성 검증. ALTER TABLE 전 위험도 평가·롤백 SQL 생성·FK 정합성 체크. 마이그레이션 파일 추가·수정 시 호출.
sdlc-developer
기획서/이슈 기준 최소 스코프 구현 전담. 테스트 작성·실행은 하지 않음(sdlc-tester 담당). /sdlc-cycle 커맨드의 개발 단계 서브에이전트.
sdlc-tester
이슈의 AC/TC 기준 테스트 코드 작성 전담. 구현 코드 수정·테스트 실행은 하지 않음(sdlc-verifier 담당). /sdlc-cycle 커맨드의 테스트 단계 서브에이전트.
sdlc-verifier
빌드·테스트 파이프라인 실행 후 통과/실패 보고 전담. 코드 절대 수정 금지. /sdlc-cycle 커맨드의 검증 단계 서브에이전트.
agent-evolve
Meta-agent that revises other subagent definitions under .claude/agents/*.md based on feedback from actually using them. Invoke when a subagent got something wrong, produced a poor result, its description doesn't match how it's actually being invoked, or a newly discovered pitfal
code-reviewer
Reviews code changes before merge for bugs, security, and quality. Recommends blocking merge if any CRITICAL finding surfaces.
db-migration
Verifies DB schema change safety. Assesses risk before ALTER TABLE, generates rollback SQL, checks FK consistency. Invoke when migration files are added or modified.
README
Imported from leeyudok/agents-scaffold/presets/lang-en/base/.claude/agents/README.md.
sdlc-developer
Owns minimum-scope implementation based on the spec/issue. Does not write or run tests (owned by sdlc-tester). Development-stage subagent for the /sdlc-cycle command.
sdlc-tester
Owns writing test code against the issue's AC/TC. Does not modify implementation code or run tests (owned by sdlc-verifier). Test-stage subagent for the /sdlc-cycle command.
sdlc-verifier
Owns running the build/test pipeline and reporting pass/fail. Never modifies code. Verification-stage subagent for the /sdlc-cycle command.
Commands (18)
-
/fix-issue— 이슈 #$ARGUMENTS 를 처리한다(이슈 우선 워크플로): source -
/fix-issue— GitHub 이슈 #$ARGUMENTS 를 처리한다(이슈 우선 워크플로): source -
/fix-issue— GitLab 이슈 #$ARGUMENTS 를 처리한다(이슈 우선 워크플로): source -
/fix-issue— Handle issue #$ARGUMENTS (issue-first workflow): source -
/fix-issue— Handle GitHub issue #$ARGUMENTS (issue-first workflow): source -
/fix-issue— Handle GitLab issue #$ARGUMENTS (issue-first workflow): source -
/knowledge-graph— AGENTS.md 생태계(rules·memory·agents·skills·commands·workflows)의 연결 구조를 source -
/knowledge-graph— Renders the connection structure of the AGENTS.md ecosystem source -
/README— 반복 작업을 `/이름` 으로 호출. 파일명 = 커맨드 이름(`fix-issue.md` → `/fix-issue`). source -
/README— Invoke a repeated task with `/name`. File name = command name (`fix-issue.md` → `/fix-issue`). source -
/sdlc-cycle— 이슈/기획서 기준 SDLC 한 사이클(이슈→개발→테스트→검증→PR/MR)을 사람 개입 없이 자동 실행. source -
/sdlc-cycle— 이슈/기획서 기준 SDLC 한 사이클(이슈→개발→테스트→검증→PR)을 사람 개입 없이 자동 실행. source -
/sdlc-cycle— 이슈/기획서 기준 SDLC 한 사이클(이슈→개발→테스트→검증→MR)을 사람 개입 없이 자동 실행. source -
/sdlc-cycle— Automatically runs one SDLC cycle (issue → development → testing → verification → PR/MR) based on an issue or spec, without human intervention. source -
/sdlc-cycle— Automatically runs one SDLC cycle (issue → development → testing → verification → PR) based on an issue or spec, without human intervention. source -
/sdlc-cycle— Automatically runs one SDLC cycle (issue → development → testing → verification → MR) based on an issue or spec, without human intervention. source -
/sonar— SonarQube 정적분석 실행 및 결과 조회. 코드 품질·보안 핫스팟·커버리지 확인 시 사용. source -
/sonar— Run SonarQube static analysis and check the results. Use to check code quality, security hotspots, or coverage. source