GitHub collection

leeyudok/agents-scaffold

Imported from GitHub — is this yours?

18 skills imported from this repository.

Claude Skill

docs-sync

코드·설정·프리셋 변경 뒤 문서를 현행화한다. "문서 현행화", "README 갱신", "문서 최신화" 요청 시, 그리고 동작·경로·버전·수치를 바꾼 PR 을 올리기 직전에 사용. 문서의 주장을 실제 코드·명령 출력·공식문서와 대조해 정정하고, 다국어 짝 파일을 함께 갱신한다.

LLM Mart

Claude Skill

example-skill

이 파일을 복제해 프로젝트 스킬을 만든다. 트리거 조건을 description 에 구체적으로 적을 것.

LLM Mart

Claude Skill

grill-me

사용자가 /grill-me 를 호출하거나 아이디어·기능 요청·스펙을 구현 전에 굽고(grill)·압박 검증하고·심문해 달라고 할 때 사용. superpowers:brainstorming 의 opt-in 대체재 — 작업마다 사용자가 둘 중 하나를 고른다.

LLM Mart

Claude Skill

memory-factcheck

에이전트 영속 메모리를 실제 소스와 대조 — 각 메모리의 핵심 단언을 코드·DB·이슈 트래커·파일시스템에 대조해 stale 을 정정하고 dead 를 아카이브 후보로 리포트. 메모리가 30개를 넘거나, 스택/인프라 큰 변경(라이브러리 교체·버전 업그레이드·서버 이전·스키마 DROP) 직후, 메모리끼리 모순돼 보일 때, 또는 "메모리 정리/감사" 요청 시 사용.

LLM Mart

Claude Skill

review

코드 변경사항 전체 리뷰. code-reviewer 에이전트 + security-audit 에이전트를 순차 실행하는 래퍼 스킬. PR/MR 생성 전 또는 리뷰 요청 시 사용.

LLM Mart

Claude Skill

search-first

코드를 새로 짜기 전에 기존 솔루션(레포 내부 → 사내 미러 → 패키지 레지스트리 → MCP/스킬 → GitHub)을 먼저 검색하는 워크플로. 새 기능/유틸/의존성 추가 직전, "X 기능 넣어줘" 요청에 코드부터 쓰려는 순간 발동. (원본: [affaan-m/ECC](https://github.com/affaan-m/ECC) 의 search-first 스킬, MIT — 이식·번안)

LLM Mart

Claude Skill

security-precheck

외부 보안팀 코드 검사 전 자체 사전점검. security-audit 에이전트(+ 설정돼 있으면 SonarQube 보안 핫스팟)를 돌려 P0/P1/P2로 정리하고, 발견사항을 이슈로 쪼개 병렬 서브에이전트로 고친다. "보안 검사", "보안 점검", "코드 감사" 언급 시 사용.

LLM Mart

Claude Skill

skill-evolve

스킬 실행 후 피드백을 받아 해당 SKILL.md를 자동 개선하는 메타 스킬. 스킬이 틀렸거나 누락이 있을 때, 또는 새로 배운 함정을 기록할 때 사용.

LLM Mart

Claude Skill

status

프로젝트 상태 한눈에 보기. Git 상태·빌드·테스트·최근 이슈·브랜치 현황을 한 번에 조회. 작업 시작 전 또는 상태 점검 시 사용.

LLM Mart

Claude Skill

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

LLM Mart

Claude Skill

example-skill

Duplicate this file to create a project skill. Write the trigger condition concretely in the description.

LLM Mart

Claude Skill

grill-me

Use when the user invokes /grill-me or asks to have an idea, feature request, or spec grilled, stress-tested, interrogated, or challenged before implementation. Opt-in alternative to superpowers:brainstorming — the user picks one or the other per task.

LLM Mart

Claude Skill

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

LLM Mart

Claude Skill

review

Full review of code changes. A wrapper skill that runs the code-reviewer agent and the security-audit agent in sequence. Use before creating a PR/MR or when a review is requested.

LLM Mart

Claude Skill

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

LLM Mart

Claude Skill

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

LLM Mart

Claude Skill

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.

LLM Mart

Claude Skill

status

See project status at a glance. Checks Git status, build, tests, recent issues, and branch status all at once. Use before starting work or when checking on status.

LLM Mart

Agents (14)

Claude Agent

agent-evolve

다른 서브에이전트를 실제로 써본 후 피드백을 받아 해당 agents/*.md를 자동 개선하는 메타 에이전트. 에이전트가 틀렸거나, 결과가 부실하거나, description이 실제 동작과 안 맞을 때, 또는 새로 배운 함정을 기록할 때 호출.

Claude Agent

code-reviewer

머지 전 코드 변경을 버그·보안·품질 관점으로 리뷰. CRITICAL 발견 시 차단 권고.

Claude Agent

db-migration

DB 스키마 변경 안전성 검증. ALTER TABLE 전 위험도 평가·롤백 SQL 생성·FK 정합성 체크. 마이그레이션 파일 추가·수정 시 호출.

Claude Agent

README

Imported from leeyudok/agents-scaffold/.claude/agents/README.md.

Claude Agent

sdlc-developer

기획서/이슈 기준 최소 스코프 구현 전담. 테스트 작성·실행은 하지 않음(sdlc-tester 담당). /sdlc-cycle 커맨드의 개발 단계 서브에이전트.

Claude Agent

sdlc-tester

이슈의 AC/TC 기준 테스트 코드 작성 전담. 구현 코드 수정·테스트 실행은 하지 않음(sdlc-verifier 담당). /sdlc-cycle 커맨드의 테스트 단계 서브에이전트.

Claude Agent

sdlc-verifier

빌드·테스트 파이프라인 실행 후 통과/실패 보고 전담. 코드 절대 수정 금지. /sdlc-cycle 커맨드의 검증 단계 서브에이전트.

Claude Agent

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

Claude Agent

code-reviewer

Reviews code changes before merge for bugs, security, and quality. Recommends blocking merge if any CRITICAL finding surfaces.

Claude Agent

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.

Claude Agent

README

Imported from leeyudok/agents-scaffold/presets/lang-en/base/.claude/agents/README.md.

Claude Agent

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.

Claude Agent

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.

Claude Agent

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