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

claude-skills

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

수집된 skills
61
Stars
11
업데이트
2026-01-13
Forks
0
직업 범위
직업 카테고리 9개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

ci-monitoring
소프트웨어 개발자

Use after creating PR - monitor CI pipeline, resolve failures, address review feedback, and merge when all gates pass

2026-01-13
feedback-triage
소프트웨어 품질 보증 분석가·테스터

Use when receiving UAT feedback, bug reports, user testing results, stakeholder feedback, QA findings, or any batch of issues to investigate. Investigates each item BEFORE creating issues, classifies by type and priority, creates well-formed GitHub issues with proper project board integration.

2026-01-12
project-board-enforcement
소프트웨어 개발자

MANDATORY for all work - the project board is THE source of truth. This skill provides verification functions and gates that other skills MUST call. No work proceeds without project board compliance.

2026-01-12
worker-dispatch
네트워크·컴퓨터 시스템 관리자

Use to spawn isolated worker processes for autonomous issue work. Uses Task tool with run_in_background for parallel execution and TaskOutput for monitoring. Pre-extracts context to minimize worker token usage.

2026-01-12
worker-protocol
소프트웨어 개발자

Defines behavior protocol for spawned worker agents. Injected into worker prompts. Covers startup, progress reporting, exit conditions, and handover preparation.

2026-01-12
autonomous-orchestration
소프트웨어 개발자

Use when user requests autonomous operation across multiple issues. Orchestrates parallel workers using Task tool, monitors with TaskOutput, handles SLEEP/WAKE cycles, and works until scope is complete without user intervention.

2026-01-12
issue-driven-development
소프트웨어 개발자

Use for any development work - the master 13-step coding process that orchestrates all other skills, ensuring GitHub issue tracking, proper branching, TDD, code review, and CI verification

2026-01-12
autonomous-operation
소프트웨어 개발자

Use when starting any work session - establishes autonomous operation mode, overriding token limits and time pressure to work until goal is achieved

2026-01-09
github-api-cache
소프트웨어 개발자

MANDATORY before any GitHub project operations - caches project metadata to prevent rate limit exhaustion. Called by session-start. Other skills MUST use cached data.

2026-01-09
issue-prerequisite
소프트웨어 개발자

Use before starting ANY work - hard gate ensuring a GitHub issue exists, creating one if needed through user questioning

2026-01-09
session-start
소프트웨어 개발자

Use at the beginning of every work session - establishes context by checking GitHub project state, reading memory, verifying environment, and orienting before starting work

2026-01-09
frontend-design
웹 개발자

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2026-01-07
hook-development
소프트웨어 개발자

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.

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

Analyze and resolve Sentry comments on GitHub Pull Requests. Use this when asked to review or fix issues identified by Sentry in PR comments. Can review specific PRs by number or automatically find recent PRs with Sentry feedback.

2026-01-07
sentry-setup-ai-monitoring
소프트웨어 개발자

Setup Sentry AI Agent Monitoring in any project. Use this when asked to add AI monitoring, track LLM calls, monitor AI agents, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI. Automatically detects installed AI SDKs and configures the appropriate Sentry integration.

2026-01-07
sentry-setup-logging
소프트웨어 개발자

Setup Sentry Logging in any project. Use this when asked to add Sentry logs, enable structured logging, setup console log capture, or integrate logging with Sentry. Supports JavaScript, TypeScript, Python, Ruby, React, Next.js, and other frameworks.

2026-01-07
sentry-setup-metrics
소프트웨어 개발자

Setup Sentry Metrics in any project. Use this when asked to add Sentry metrics, track custom metrics, setup counters/gauges/distributions, or instrument application performance metrics. Supports JavaScript, TypeScript, Python, React, Next.js, and Node.js.

2026-01-07
sentry-setup-tracing
네트워크·컴퓨터 시스템 관리자

Setup Sentry Tracing (Performance Monitoring) in any project. Use this when asked to add performance monitoring, enable tracing, track transactions/spans, or instrument application performance. Supports JavaScript, TypeScript, Python, Ruby, React, Next.js, and Node.js.

2026-01-07
skill-development
소프트웨어 개발자

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

2026-01-07
database-architecture
데이터베이스 아키텍트

MANDATORY when designing schemas, writing migrations, creating indexes, or making architectural database decisions - enforces PostgreSQL 18 best practices including AIO, UUIDv7, temporal constraints, and modern indexing strategies

2026-01-03
postgis
데이터베이스 아키텍트

MANDATORY when working with geographic data, spatial queries, geometry operations, or location-based features - enforces PostGIS 3.6.1 best practices including ST_CoverageClean, SFCGAL 3D functions, and bigint topology

2026-01-03
postgres-rls
정보 보안 분석가

MANDATORY when touching auth tables, tenant isolation, RLS policies, or multi-tenant database code - enforces Row Level Security best practices and catches common bypass vulnerabilities

2026-01-03
timescaledb
데이터베이스 아키텍트

MANDATORY when working with time-series data, hypertables, continuous aggregates, or compression - enforces TimescaleDB 2.24.0 best practices including lightning-fast recompression, UUIDv7 continuous aggregates, and Direct Compress

2026-01-03
acceptance-criteria-verification
소프트웨어 품질 보증 분석가·테스터

Use after implementing features - verifies each acceptance criterion with structured testing and posts verification reports to the GitHub issue

2026-01-02
api-documentation
웹 개발자

Use when API code changes (routes, endpoints, schemas). Enforces Swagger/OpenAPI sync. Pauses work if documentation has drifted, triggering documentation-audit skill.

2026-01-02
apply-all-findings
소프트웨어 개발자

Use after code review - implement ALL findings; any finding not fixed MUST have tracking issue created; no finding disappears without trace

2026-01-02
branch-discipline
소프트웨어 개발자

Use before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base

2026-01-02
clean-commits
소프트웨어 개발자

Use when committing code - ensures atomic, descriptive commits that leave the codebase in a merge-ready state at every point

2026-01-02
comprehensive-review
소프트웨어 품질 보증 분석가·테스터

Use after implementing features - 7-criteria code review with MANDATORY artifact posting to GitHub issue; blocks PR creation until complete

2026-01-02
conflict-resolution
소프트웨어 개발자

Use when encountering merge conflicts - handle conflicts cleanly, verify resolution, and maintain code integrity

2026-01-02
deferred-finding
소프트웨어 품질 보증 분석가·테스터

Use when a review finding cannot be fixed in current PR - creates properly documented tracking issue with full context, linked to parent, following full issue-driven-development process

2026-01-02
documentation-audit
소프트웨어 개발자

Use when documentation drift is detected. Comprehensively audits codebase and creates/updates Swagger, features docs, and general documentation to achieve full sync.

2026-01-02
environment-bootstrap
네트워크·컴퓨터 시스템 관리자

Use for development environment setup - create and maintain init scripts, run smoke tests, ensure consistent environment across sessions

2026-01-02
epic-management
프로젝트 관리 전문가

Use for LARGE work requiring feature-level grouping. Creates epic tracking issues, manages related issues under a common label, tracks epic progress, and coordinates with milestones.

2026-01-02
error-recovery
네트워크·컴퓨터 시스템 관리자

Use when encountering failures - assess severity, preserve evidence, execute rollback decision tree, and verify post-recovery state

2026-01-02
features-documentation
시장조사 분석가·마케팅 전문가

Use when user-facing features change. Ensures features documentation is updated. Pauses work if documentation has drifted, triggering documentation-audit skill.

2026-01-02
inclusive-language
소프트웨어 개발자

Use when writing code, documentation, or comments - always use accessible and respectful terminology

2026-01-02
initiative-architecture
컴퓨터·정보 시스템 관리자

Use for MASSIVE work requests requiring multi-epic planning. Creates research spikes, documents all unknowns and decisions, builds resumable architecture documents, and structures work into epics and milestones.

2026-01-02
inline-documentation
소프트웨어 개발자

Use when writing code - ensure complete JSDoc, docstrings, and inline comments assuming documentation will be generated from code

2026-01-02
ipv6-first
네트워크·컴퓨터 시스템 관리자

IPv6 is THE first-class citizen. All code, tests, documentation, and configurations MUST be IPv6-first. IPv4 MAY be added only for legacy support as a second-class citizen.

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