Skip to main content
GitHub 저장소

claudeframework

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

수집된 skills
23
Stars
10
업데이트
2026-04-21
Forks
2
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

commit
소프트웨어 개발자

Create well-structured atomic commits with conventional commit messages. Use when ready to commit working changes.

2026-04-21
0-spec
프로젝트 관리 전문가

Write a feature spec from requirements in .claude/input/. Use when starting a new feature, before implementation begins.

2026-04-21
ship
소프트웨어 개발자

Orchestrate the full spec → implement → review → fix → commit pipeline. Use when shipping a complete feature end-to-end.

2026-04-21
decompose
프로젝트 관리 전문가

Break a concept document, draft, or product brief into independent PRDs that each feed into /ship. Use when input contains multiple features or a big-picture vision.

2026-04-01
fleet
소프트웨어 개발자

Ship decomposed PRDs in parallel. Analyzes file conflicts, groups into batches, runs /ship in isolated worktrees, merges results. Use after /decompose.

2026-04-01
1-implement
소프트웨어 개발자

Implement a feature from a spec file in .claude/specs/. Use after a spec is written and approved.

2026-03-30
audit
정보 보안 분석가

Audit dependencies for vulnerabilities and scan for committed secrets. Use periodically or when security alerts flag a dependency.

2026-03-30
continue
소프트웨어 개발자

Resume work from a handoff file. Use at the start of a new session to pick up where a previous session left off.

2026-03-30
create-hook
소프트웨어 개발자

Scaffold a Claude Code hook (command or HTTP) for this project. Use when you want to automate quality checks, formatting, or notifications on tool events.

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

Diagnose and fix a failing test, type error, or runtime error. Use when a specific test or build step is failing.

2026-03-30
deploy
소프트웨어 개발자

Deploy the framework to a target project by replacing shared dirs with symlinks (junctions) back to the framework repo. Run once after copying .claude/ to a new project.

2026-03-30
doc
소프트웨어 개발자

Regenerate .claude/docs/ from current skills and context. Use after adding or modifying skills, context files, or framework structure.

2026-03-30
handoff
소프트웨어 개발자

Capture current session state to a handoff file. Use before /clear, when context is getting full, or when ending a session mid-task.

2026-03-30
healthcheck
네트워크·컴퓨터 시스템 관리자

Scan Docker container logs for errors, crashes, and warnings. Use when services are misbehaving or after a deployment to verify health.

2026-03-30
impact
소프트웨어 개발자

Analyze blast radius of a code change — find all call sites, test mocks, and consumers. Use before modifying shared functions, interfaces, or modules.

2026-03-30
learn
소프트웨어 개발자

Process references into skill/rule improvement proposals. Use after adding blog posts, repos, or docs to .claude/references/, or pass a URL to fetch and ingest directly.

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

Write and run smoke tests against the Docker stack from a spec. Use after deploying to a Docker environment to verify end-to-end behavior.

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

Run the full verify suite and report results — no fixes applied. Use to check baseline health before starting work, after a merge, or when CI is red.

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

Review implementation changes and write a report to .claude/reviews/. Use after implementation is complete, before merging or committing.

2026-03-26
harvest
소프트웨어 개발자

Clone and analyze a Git repo's Claude Code setup. Discovers adoptable skills, hooks, agents, and patterns, then generates adoption proposals. Use after /scout finds interesting repos, or directly with a repo URL.

2026-03-26
3-fix
소프트웨어 개발자

Fix issues found in a review report in .claude/reviews/. Use after a review identifies issues that need fixing.

2026-03-25
apply-proposals
소프트웨어 개발자

Review and apply accepted proposals from learn-proposals.md to skill and rule files. Closes the scout→learn→apply loop. Use after reviewing proposals and marking them as accepted.

2026-03-25
scout
소프트웨어 개발자

Search the web for new Claude Code patterns, release notes, and community skills. Use periodically to check for framework optimization opportunities.

2026-03-25