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

claude-code-configs

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

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

이 저장소의 skills

fable
기타 컴퓨터 관련 직업

Adopt Fable-class working discipline for this session — outcome-first communication, finish-the-turn autonomy, parallel tool use, faithful reporting. Use when the user says "/fable", "fable mode", "act like fable", or wants a smaller model (Opus, Sonnet) to work with the discipline of a Mythos-class model. Also invocable from other skills as a style preamble for long or high-stakes tasks.

2026-07-09
daily-recap-v2
소프트웨어 개발자

Full workday recap across all tools — Jira, GitHub, Slack, Confluence, Google Docs, and Claude Code activity. Stores all data in SQLite with Turso sync for remote access. For Claude-only activity tracking, use /daily-review-v2 instead.

2026-05-17
daily-review-v2
소프트웨어 개발자

Claude Code activity tracking with SQLite/Turso storage — standup, weekly rollups, project reports, brag doc, friction tracking, goal tracking, heatmap, export. Data syncs to Turso for remote access. For full workday recap across all tools, use /daily-recap-v2 instead.

2026-05-17
genericize
소프트웨어 개발자

Transform a work-specific or company-specific skill/config into a generic, portable version. Replaces proprietary tools, internal URLs, and company references with generic equivalents while preserving the useful patterns and structure. Use when porting a work skill to the public config repo.

2026-04-29
sync-from-global
네트워크·컴퓨터 시스템 관리자

Sync ~/.claude/ global configs into this repo, sanitizing work-specific content (LinkedIn plugins, Captain MCP, work email, internal URLs). Use when the user wants to refresh this repo from their global Claude configs, pull in newly added skills/commands, or update sanitization rules. Two-pass flow with diff review before commit.

2026-04-29
brain
경영 분석가

Deep discussion mode. No code changes, no file edits, no commands — pure thinking, exploration, and idea bouncing. Use when you want to explore a concept, design something, debate tradeoffs, or just think out loud. Claude will push back, ask questions, and present alternatives. Changes only happen if you explicitly say so.

2026-04-26
commit-changes
소프트웨어 개발자

Generate a smart commit message from staged or unstaged changes and create a commit. Use when the user wants to commit their work with a meaningful message.

2026-04-26
explain
소프트웨어 개발자

Provide a deep, educational explanation of code. Use when the user wants to understand how code works, why it's designed a certain way, or learn about patterns and concepts used.

2026-04-26
gaps
소프트웨어 개발자

Proactive gap analysis on existing code. Finds what's missing — tests, error handling, observability, security, documentation, architectural holes — at micro (file), meso (module/feature), or macro (codebase) scope. Unlike /validate which checks recent changes, /gaps audits what already exists. Use when you want to know what's missing, undertested, unobserved, or architecturally incomplete.

2026-04-26
pr-create
소프트웨어 개발자

Create a pull request with proper formatting. Use when the user asks to create a PR, make a pull request, open a PR, or wants to submit their changes for review.

2026-04-26
pr-review
소프트웨어 개발자

Perform a thorough code review on a PR. Detects the language/framework, posts inline comments with severity labels (CRITICAL/MAJOR/MINOR/NIT/PRAISE) on specific lines, and leaves a single summary comment with overall verdict. Use when the user wants to review a PR, give feedback on a pull request, or do a code review.

2026-04-26
pr-update
소프트웨어 개발자

Update an existing PR's title and description to reflect the latest commits on the branch. Use when the user has pushed new commits to an existing PR and wants the PR metadata to stay accurate.

2026-04-26
validate
소프트웨어 품질 보증 분석가·테스터

Thoroughly validate recent changes through 6 independent analysis passes — implementation correctness, integration/side effects, adversarial failure analysis, observability, test quality, operational readiness — followed by a synthesis pass that cross-references all findings. Use after making changes to confirm they'll work as expected.

2026-04-26
discover
소프트웨어 개발자

Deep documentation discovery across all available sources — Confluence/wiki, GitHub, JIRA, Slack, and semantic code search via Captain MCP. Fans out across multiple sources in parallel, ranks findings by authoritativeness, surfaces contradictions, and gives a verified/unverified/unknown verdict. Use when you need to validate an assumption, confirm a design decision, understand how something works internally, or back up a suggestion with real documentation. Can be invoked from other skills as a validation step.

2026-04-20
pr-comments-fix
소프트웨어 개발자

Address PR comments intelligently by analyzing feedback, proposing fixes, and providing a summary of actions taken. Use when the user wants to respond to PR review comments.

2026-04-20
pr-smart-commit
소프트웨어 개발자

Analyze all changes and split them into small, focused, reviewable commits grouped by logical concern. Use when the user wants to commit with best practices, create atomic commits, split changes into multiple commits, or make their PR easier to review.

2026-04-20
pr-sync-branch
소프트웨어 개발자

Pull the latest changes from master/main into the current branch and resolve any merge conflicts. Use when the user wants to sync their branch with upstream, update from main, rebase on master, or fix merge conflicts.

2026-04-20
update-docs-code
소프트웨어 개발자

Update all documentation inside the repository based on recent changes. Use when the user wants to refresh docs, update README, sync documentation with code changes, or maintain documentation.

2026-04-20