Topic: claude-code
35,830 skills in this topic.
-
using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
xintaofei/codeg 674
-
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
xintaofei/codeg 674
-
test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
xintaofei/codeg 674
-
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
xintaofei/codeg 674
-
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
xintaofei/codeg 674
-
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
xintaofei/codeg 674
-
using-superpowers
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
xintaofei/codeg 674
-
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
xintaofei/codeg 674
-
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
xintaofei/codeg 674
-
verification-before-completion
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
xintaofei/codeg 674
-
commands-wizard
Generate CodMate slash command drafts from requirements.
loocor/codmate 650
-
skills-wizard
Generate CodMate skill drafts from requirements.
loocor/codmate 650
-
mcp-wizard
Generate MCP server drafts from requirements.
loocor/codmate 650
-
hooks-wizard
Generate CodMate hook drafts from requirements.
loocor/codmate 650
-
cache-components
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR).
**PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations.
**DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions.
**USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
sangrokjung/claude-forge 647
-
stride-analysis-patterns
Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.
sangrokjung/claude-forge 647
-
summarize
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
sangrokjung/claude-forge 647
-
build-system
프로젝트 빌드 시스템 자동 감지 및 실행 스킬
sangrokjung/claude-forge 647
-
security-compliance
Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding security throughout the SDLC.
sangrokjung/claude-forge 647
-
extract-errors
Use when adding new error messages to React, or seeing "unknown error code" warnings.
sangrokjung/claude-forge 647
-
evaluating-llms-harness
Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs.
sangrokjung/claude-forge 647
-
evaluating-code-models
Evaluates code generation models across HumanEval, MBPP, MultiPL-E, and 15+ benchmarks with pass@k metrics. Use when benchmarking code models, comparing coding abilities, testing multi-language support, or measuring code generation quality. Industry standard from BigCode Project used by HuggingFace leaderboards.
sangrokjung/claude-forge 647
-
dependency-upgrade
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
sangrokjung/claude-forge 647
-
debugging-strategies
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
sangrokjung/claude-forge 647