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

claude-code-skills

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

수집된 skills
132
Stars
498
업데이트
2026-06-10
Forks
72
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

ln-021-codegraph
소프트웨어 개발자

Builds and queries code knowledge graph for dependency analysis, references, implementations, and architecture overview. Use when starting work on unfamiliar codebase or before refactoring.

2026-06-10
ln-624-code-maintainability-hotspot-auditor
소프트웨어 품질 보증 분석가·테스터

Checks local maintainability hotspots: complexity, long methods, god modules, signatures, algorithms, and constants. Also flags identifier drift across API/DTO/DB layers. Use when auditing code hotspots.

2026-05-11
ln-200-scope-decomposer
프로젝트 관리 전문가

Decomposes scope into Epics, Stories, and RICE priorities. Use when user has project scope and wants full Agile breakdown.

2026-05-09
ln-201-opportunity-discoverer
시장조사 분석가·마케팅 전문가

Discovers growth opportunities using Traffic-First KILL funnel. Use when searching for next product direction with validated demand.

2026-05-09
ln-210-epic-coordinator
프로젝트 관리 전문가

Creates or replans 3-7 Epics from scope using Decompose-First pattern. Use when initiative needs Epic-level breakdown or Epic scope changed.

2026-05-09
ln-220-story-coordinator
프로젝트 관리 전문가

Creates, replans, or appends 5-10 Stories per Epic with standards research and multi-epic routing. Use when Epic needs Story decomposition.

2026-05-09
ln-221-story-creator
프로젝트 관리 전문가

Creates Story documents with 9-section structure and INVEST validation via the configured tracker provider. Use when Epic has an IDEAL plan ready for Story generation.

2026-05-09
ln-222-story-replanner
프로젝트 관리 전문가

Replans Stories by comparing IDEAL vs existing (KEEP/UPDATE/OBSOLETE/CREATE). Use when Epic requirements changed and Stories need realignment.

2026-05-09
ln-230-story-prioritizer
프로젝트 관리 전문가시장조사 분석가·마케팅 전문가

RICE-scores Stories with market research and generates prioritization table. Use when Stories need business priority ranking for sprint planning.

2026-05-09
ln-300-task-coordinator
프로젝트 관리 전문가

Analyzes Story and builds optimal task plan (1-8 tasks), then routes to create or replan. Use when Story needs task breakdown or replanning.

2026-05-09
ln-301-task-creator
프로젝트 관리 전문가

Creates implementation, refactoring, and test tasks from templates. Use when an approved task plan needs tasks created via the configured tracker provider and reflected in kanban.

2026-05-09
ln-302-task-replanner
프로젝트 관리 전문가

Compares ideal plan vs existing tasks and applies KEEP/UPDATE/OBSOLETE/CREATE changes. Use when Story tasks need re-sync with updated requirements.

2026-05-09
ln-310-multi-agent-validator
소프트웨어 품질 보증 분석가·테스터

Use when validating Stories, plans, or tasks through the evaluation platform with mandatory research, parallel evidence lanes, sequential merge, and bounded refinement. Modes: story | plan_review.

2026-05-09
ln-316-review-refinement-worker
소프트웨어 품질 보증 분석가·테스터

Use when an evaluation run requires bounded iterative refinement with trace and cleanup evidence.

2026-05-09
ln-400-story-executor
소프트웨어 개발자

Executes Story tasks in priority order (To Review, To Rework, Todo). Use when Story has planned tasks ready for implementation.

2026-05-09
ln-401-task-executor
소프트웨어 개발자

Executes implementation tasks through Todo, In Progress, To Review. Use when task needs coding with KISS/YAGNI. Not for test tasks.

2026-05-09
ln-402-task-reviewer
소프트웨어 품질 보증 분석가·테스터

Reviews task implementation for quality, code standards, and test coverage. Use when task is in To Review. Sets task Done or To Rework.

2026-05-09
ln-403-task-rework
소프트웨어 개발자

Fixes tasks in To Rework by applying reviewer feedback, then returns to To Review. Use when task was rejected during review.

2026-05-09
ln-404-test-executor
소프트웨어 품질 보증 분석가·테스터

Executes test tasks (label 'tests') through Todo to To Review with risk-based limits. Use for test task execution. Not for implementation tasks.

2026-05-09
ln-500-story-quality-gate
소프트웨어 품질 보증 분석가·테스터

Story-level quality gate with 4-level verdict (PASS/CONCERNS/FAIL/WAIVED) and Quality Score. Use when Story is ready for quality assessment.

2026-05-09
ln-510-quality-coordinator
소프트웨어 품질 보증 분석가·테스터

Use when coordinating story quality evaluation with mandatory research, worker summaries, agent review, regression evidence, and bounded refinement.

2026-05-09
ln-511-code-quality-checker
소프트웨어 품질 보증 분석가·테스터

Checks DRY/KISS/YAGNI/architecture compliance with quantitative Code Quality Score. Use when implementation tasks are Done and need quality scoring.

2026-05-09
ln-512-tech-debt-cleaner
소프트웨어 개발자

Auto-fixes low-risk tech debt (unused imports, dead code, commented-out code) with >=90% confidence. Use when audit findings need safe automated cleanup.

2026-05-09
ln-513-regression-checker
소프트웨어 품질 보증 분석가·테스터

Runs existing test suite to catch regressions after implementation changes. Use when Story needs regression verification. No status changes.

2026-05-09
ln-514-test-log-analyzer
소프트웨어 품질 보증 분석가·테스터

Analyzes application logs: classifies errors, checks log quality, maps stack traces to source. Use when logs need review after test runs or during development.

2026-05-09
ln-520-test-planner
소프트웨어 품질 보증 분석가·테스터

Orchestrates test planning pipeline: research, manual testing, automated test planning. Use when Story needs comprehensive test coverage planning.

2026-05-09
ln-521-test-researcher
프로젝트 관리 전문가

Researches real-world problems, competitor solutions, and customer complaints for a feature domain. Use before test planning to ground tests in actual user pain points.

2026-05-09
ln-522-manual-tester
소프트웨어 품질 보증 분석가·테스터

Performs manual testing of Story AC via executable bash scripts in tests/manual/. Use when Story implementation needs hands-on AC verification.

2026-05-09
ln-523-auto-test-planner
소프트웨어 품질 보증 분석가·테스터

Plans automated tests (E2E/Integration/Unit) using Risk-Based Testing after manual testing. Use when Story needs a test task with prioritized scenarios.

2026-05-09
ln-610-docs-auditor
소프트웨어 품질 보증 분석가·테스터

Use when auditing project documentation through the evaluation platform with mandatory research, coordinated audit workers, and structured summaries.

2026-05-09
ln-612-semantic-content-auditor
소프트웨어 품질 보증 분석가·테스터

Checks document semantic content against SCOPE and project goals, coverage gaps, off-topic content, SSOT. Use when auditing documentation relevance.

2026-05-09
ln-614-docs-fact-checker
소프트웨어 개발자

Verifies claims in .md files (paths, versions, counts, configs, endpoints) against codebase, cross-checks contradictions. Use when auditing docs accuracy.

2026-05-09
ln-620-codebase-auditor
소프트웨어 품질 보증 분석가·테스터

Use when auditing the codebase through the evaluation platform with mandatory research, coordinated domain audit workers, and structured summaries.

2026-05-09
ln-621-security-boundary-auditor
정보 보안 분석가

Checks application security boundaries: secrets, injection, XSS, input validation, and sensitive env defaults. Use when auditing exploitable code paths.

2026-05-09
ln-622-build-delivery-gate-auditor
소프트웨어 품질 보증 분석가·테스터

Checks build, lint, type, test, and CI delivery gate failures. Use when auditing whether the project can reliably ship.

2026-05-09
ln-623-duplication-overabstraction-auditor
소프트웨어 품질 보증 분석가·테스터

Checks evidence-backed duplication, over-abstraction, and unused extensibility. Use when auditing DRY/KISS/YAGNI risk.

2026-05-09
ln-625-dependency-reuse-auditor
소프트웨어 품질 보증 분석가·테스터

Checks dependency health and generic custom utility/integration replacement opportunities. Use when auditing dependency and reuse risk.

2026-05-09
ln-626-dead-code-pruning-auditor
소프트웨어 품질 보증 분석가·테스터

Finds code that can be safely deleted: unreachable, unused, obsolete compatibility, and commented-out code. Use when pruning dead code.

2026-05-09
ln-627-diagnosability-auditor
소프트웨어 품질 보증 분석가·테스터

Checks diagnosability through structured logs, metrics, traces, correlation IDs, and useful log levels. Use when auditing incident visibility.

2026-05-09
ln-628-concurrency-correctness-auditor
소프트웨어 품질 보증 분석가·테스터

Checks races, deadlocks, async hazards, TOCTOU, blocking I/O, and shared resource contention. Use when auditing concurrency correctness.

2026-05-09
이 저장소에서 수집된 skills 132개 중 상위 40개를 표시합니다.