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

claude-code-awesomeness

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

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

이 저장소의 skills

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

Use this skill when reviewing code, pull requests, or diffs. Prioritizes bugs and security over style.

2026-06-27
documentation
소프트웨어 개발자

Use this skill when writing or modifying source files. Controls when JSDoc applies (exported functions and classes), required tags (@param, @returns, @throws), what to skip (private helpers under 10 lines, obvious getters/setters), and inline-comment policy (WHY not WHAT).

2026-06-27
git-commits
소프트웨어 개발자

Use this skill when creating git commits or drafting commit messages. Enforces conventional-commits format with type, scope, imperative-mood description, 72-char subject limit, and a forbidden-message list ("update", "fix", "WIP", "various improvements", etc.).

2026-06-27
testing
소프트웨어 품질 보증 분석가·테스터

Use this skill when writing or modifying Python test files. Enforces pytest as the framework, src-mirroring file paths, test_-prefixed function names, fixtures for shared setup, parametrize for similar cases, and specific-value assertions over truthiness.

2026-06-27
stop-slop
소프트웨어 개발자

Use this skill always, on every code-generation request. Strips Al tells from Claude's output. Forces specific variable names, useful comments only, realistic example data, and concrete code over demonstration code.

2026-06-27
testing
소프트웨어 품질 보증 분석가·테스터

Use this skill when writing or modifying test files in this project. Enforces Vitest as the framework, file-path mirroring (src/x.ts → tests/x.test.ts), describe/it structure, three minimum tests per function, and specific-value assertions over truthiness. paths:

2026-06-27