Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

claude-code-skills

claude-code-skills에는 photostructure에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
9
Stars
0
업데이트
2026-07-09
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

double-review
소프트웨어 품질 보증 분석가·테스터

Validation gate for freshly written code — run two independent reviews (codex CLI + a Claude review subagent) over the same scoped diff, then empirically vet every finding against ground truth before accepting or vetoing it. Use after landing a work item (especially subagent-written code) and before committing.

2026-07-09
tpp-orchestrate
소프트웨어 개발자

Work through a queue of Technical Project Plans serially — delegate each to a TDD subagent, double-review the result with codex and a Claude /review subagent, empirically vet every finding before accepting or vetoing it, and land one coherent commit per plan. Use when executing a roadmap of plan files (e.g. a _todo/ directory) for a port, migration, or multi-stage feature.

2026-07-03
review
소프트웨어 품질 보증 분석가·테스터

Review code for potential issues and improvements. Use when asked to review specific files, functions, or code sections.

2026-07-01
handoff
소프트웨어 개발자

Update the active Technical Project Plan for handoff when context is running low or the session is ending, so the next session continues instead of restarting.

2026-06-30
tpp
소프트웨어 개발자

Work on a Technical Project Plan — read the plan, identify the current phase, do that phase's work, and update the plan with discoveries. Use when starting or resuming multi-session work tracked in a plan file.

2026-06-30
gitplan
소프트웨어 개발자

Plan and execute coherent Conventional Commit groupings for large, tangled working tree changes across many files.

2026-06-30
replan
소프트웨어 개발자

Iterative deep planning with critiques and alternatives. Use when facing complex design decisions requiring thorough analysis.

2026-06-30
review-staged
소프트웨어 품질 보증 분석가·테스터

Review the git staged diff for verified bugs before committing, then drive a clean Conventional Commit.

2026-06-30
stage
소프트웨어 개발자

Use when committing work from the current session to stage ONLY hunks the session touched, not the entire file. Prevents accidentally staging unrelated uncommitted changes from other work.

2026-06-30