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

claude-config

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

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

이 저장소의 skills

commit
소프트웨어 개발자

Generate git commit messages, splitting work into granular commits by concern. Use when user says "commit this", "write a commit", "commit message", or invokes /commit.

2026-07-09
db-trigger
데이터베이스 아키텍트

Write PostgreSQL trigger functions and migrations for this Supabase project. Enforces all security and performance rules derived from the project's migration history to avoid Supabase advisor warnings (lints 0011, 0028, 0029).

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

Perform thorough, structured code review on a PR. Detects stack/conventions from the codebase, checks linked issues for acceptance criteria, then reviews the diff with severity-graded findings.

2026-05-14
address-pr-comments
소프트웨어 품질 보증 분석가·테스터

Methodically work through PR review comments one-by-one. Fetches comments via gh CLI, explains each reviewer comment, assesses its validity, proposes a solution, waits for user approval, implements, then moves to the next comment.

2026-05-14
zod4
소프트웨어 개발자

Zod 4 syntax reference and migration guide. Use when writing Zod schemas to ensure correct Zod 4 patterns are used instead of deprecated Zod 3 syntax.

2026-02-08
explore-patterns
소프트웨어 개발자

This skill should be used when the user asks "how does this work", "what patterns are used here", "show me how this is done in the codebase", or before implementing features to understand existing conventions. Explores codebase patterns for types, components, validation, data fetching, and file organization without making any changes.

2026-02-08
fix
소프트웨어 개발자

This skill should be used when the user reports a bug, asks to "fix this bug", "debug this issue", "something is broken", "this isn't working", or requests investigation of unexpected behavior. Enforces minimal scope changes, prevents touching working code, and includes build verification steps.

2026-02-08
init-claude-md
소프트웨어 개발자

Explore codebase and update CLAUDE.md with detected frameworks, patterns, and conventions.

2026-02-08
init-project
소프트웨어 개발자

Explore codebase and update project-context.md with detected frameworks, patterns, git context, and current focus.

2026-02-08
refactor
소프트웨어 개발자

This skill should be used when the user asks to "refactor this code", "clean up this component", "reorganize these files", "consolidate duplicated code", "extract shared logic", or requests code restructuring. Forces a PLAN → APPROVE → EXECUTE workflow with phased changes and build verification between phases.

2026-02-08