Browse Skills
20307 skills found
implementing-code.md
1
1
export
implementing-code
2
from
"dralgorhythm/claude-agentic-framework"
from
"dralgorhythm/claude-agentic-framework"
3
Write clean, efficient, maintainable code. Use when implementing features, writing functions, or creating new modules. Covers SOLID principles, error handling, and code organization.
2026-01-05
react.md
1
1
export
react
2
from
"KubrickCode/ai-config-toolkit"
from
"KubrickCode/ai-config-toolkit"
3
React 컴포넌트 개발 표준과 모범 사례를 제공합니다. 적절한 훅 사용, 상태 관리 패턴, 성능 최적화 기법을 통해 컴포넌트 품질을 보장합니다. 함수형 컴포넌트, 커스텀 훅, Context API, 메모이제이션 전략, 접근성 준수를 전문으로 합니다. useState/useReducer/useContext로 상태 관리를 구현하고, useMemo/useCallback/React.memo로 성능을 최적화합니다.다음 경우에 사용: React 컴포넌트 개발(.jsx/.tsx 파일), 커스텀 훅 생성, useState/useReducer/useContext로 상태 관리 구현, useMemo/useCallback/React.memo로 성능 최적화, useEffect로 사이드 이펙트 처리, 컴포넌트 props 및 인터페이스 설계, 조건부 렌더링 패턴 구현, React Testing Library 테스트, TypeScript 타입 안전 컴포넌트 통합.
2026-01-05
profile-engine.md
1
1
export
profile-engine
2
from
"legacy3/wowlab"
from
"legacy3/wowlab"
3
Profile the Rust simulation engine to identify performance bottlenecks. Use when optimizing engine performance or investigating slow code paths.
2026-01-05
git-workflow.md
1
1
export
git-workflow
2
from
"xbklairith/kisune"
from
"xbklairith/kisune"
3
Use when working with git operations - generates smart commit messages (present tense, imperative), manages branches, creates PRs with summaries, follows git best practices. Activates when user says "commit this", "create PR", "push changes", mentions "git", "branch", "merge", or before committing code.
2026-01-05
refactor-arch-hotspots.md
1
1
export
refactor-arch-hotspots
2
from
"CANTAGESTUDIO/CosmicAtlasPacker"
from
"CANTAGESTUDIO/CosmicAtlasPacker"
3
[Code Quality] Identifies architectural hotspots: high-churn files, coupling issues, layer violations, and dependency tangles. Use to find systemic issues that cause repeated bugs or slow development.
2026-01-05
nextjs.md
1
1
export
nextjs
2
from
"specvital/web"
from
"specvital/web"
3
Provides Next.js project architecture expertise and implementation patterns. Enforces BFF (Backend for Frontend) pattern, Server Components strategy, and data fetching policies. Specializes in App Router architecture, Server Actions, streaming SSR, incremental static regeneration, and route handlers. Ensures optimal performance through proper component boundaries and caching strategies.Use when: developing Next.js applications, implementing App Router patterns, creating Server Components and Client Components, designing Server Actions for mutations, implementing data fetching with fetch API, configuring BFF architecture, optimizing page performance with streaming and suspense, handling routing and navigation, implementing middleware, or setting up API route handlers.
2026-01-05
retrofit-existing.md
1
1
export
retrofit-existing
2
from
"asermax/claude-plugins"
from
"asermax/claude-plugins"
3
Load when retrofitting framework documentation to existing code. Supports creating specs and decisions from implementations, enabling gradual framework adoption for existing projects.
2026-01-05
type-collision-detector.md
1
1
export
type-collision-detector
2
from
"CyberdyneDevelopment/claude-tools"
from
"CyberdyneDevelopment/claude-tools"
3
Find duplicate type names within your solution (same name in different namespaces). Use before creating new types to avoid naming conflicts. Only checks your code, not external packages. (project, gitignored)
2026-01-05
moai-foundation-core.md
1
1
export
moai-foundation-core
2
from
"junseokandylee/RallyApp"
from
"junseokandylee/RallyApp"
3
MoAI-ADK's foundational principles - TRUST 5, SPEC-First TDD, delegation patterns, token optimization, progressive disclosure, modular architecture, agent catalog, command reference, and execution rules for building AI-powered development workflows
2026-01-05
code-change-approval.md
1
1
export
code-change-approval
2
from
"vm-wylbur/pb-dotfiles"
from
"vm-wylbur/pb-dotfiles"
3
Request approval before modifying files and verify changes are necessary
2026-01-05
lighthouse-optimization.md
1
1
export
lighthouse-optimization
2
from
"wchklaus97/remind-me-pwa"
from
"wchklaus97/remind-me-pwa"
3
Optimize web applications to achieve 95%+ Lighthouse scores across all categories. Use when optimizing performance, accessibility, best practices, or SEO for web applications.
2026-01-05
moai-lang-rust.md
1
1
export
moai-lang-rust
2
from
"junseokandylee/RallyApp"
from
"junseokandylee/RallyApp"
3
Rust 1.91+ development specialist covering Axum, Tokio, SQLx, and memory-safe systems programming. Use when building high-performance, memory-safe applications or WebAssembly.
2026-01-05
analyzing-apm-data.md
1
1
export
analyzing-apm-data
2
from
"rustomax/observe-community-mcp"
from
"rustomax/observe-community-mcp"
3
Monitor application performance using the RED methodology (Rate, Errors, Duration) with Observe. Use when analyzing service health, investigating errors, tracking latency, or building APM dashboards. Covers when to use metrics vs spans, combining RED signals, and troubleshooting workflows. Cross-references working-with-intervals, aggregating-gauge-metrics, and analyzing-tdigest-metrics skills.
2026-01-05
fetching-library-docs.md
1
1
export
fetching-library-docs
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Token-efficient library API documentation fetcher using Context7 MCP with 77% token savings.Fetches code examples, API references, and usage patterns for published libraries (React,Next.js, Prisma, etc). Use when users ask "how do I use X library", need code examples,want API syntax, or are learning a framework's official API. Triggers: "Show me React hooks","Prisma query syntax", "Next.js routing API". NOT for exploring repo internals/source code(use researching-with-deepwiki) or local files.
2026-01-05
helm-charts.md
1
1
export
helm-charts
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Creates and manages Helm charts for Kubernetes deployments. This skill should be used when packaging applications for Kubernetes using Helm, creating Chart.yaml, values.yaml, and templates. It covers chart structure, templating, dependencies, and deployment patterns. Use this skill for Phase IV+ Kubernetes deployments.
2026-01-05
polishing-issues.md
1
1
export
polishing-issues
2
from
"chrisrodz/dotfiles"
from
"chrisrodz/dotfiles"
3
Use when GitHub issue lacks scope, has ambiguities, or needs technical definition - researches codebase, identifies gaps, presents options with recommendations, updates issue description (project, gitignored)
2026-01-05
ruff-linter.md
1
1
export
ruff-linter
2
from
"kagiyama-baking/kawashiro-server"
from
"kagiyama-baking/kawashiro-server"
3
Pythonコードのリンタ、フォーマッタ、コードレビュー。Pythonファイル(.py)を編集・作成・修正した後に必ず実行する。ruffによる品質チェックとフォーマット、さらにコードレビューを行い問題があれば修正する。
2026-01-05
bubble-tea.md
1
1
export
bubble-tea
2
from
"fwojciec/diffstory"
from
"fwojciec/diffstory"
3
Patterns for building TUI applications with Bubble Tea (charmbracelet/bubbletea). Use when creating terminal UIs, pagers, or interactive CLI tools in Go. Covers Elm architecture, viewport scrolling, keyboard/mouse handling, Lipgloss styling, and golden file testing with teatest.
2026-01-05
clerk-auth.md
1
1
export
clerk-auth
2
from
"ovachiever/droid-tings"
from
"ovachiever/droid-tings"
3
Clerk auth with API version 2025-11-10 breaking changes (billing endpoints, payment_source→payment_method), Next.js v6 async auth(), PKCE for custom OAuth, credential stuffing defense. Use when: troubleshooting "Missing Clerk Secret Key", JWKS errors, authorizedParties CSRF, JWT size limits (1.2KB), 431 header errors (Vite dev mode), or testing with 424242 OTP.
2026-01-05
skill-protocol-mastery.md
1
1
export
skill-protocol-mastery
2
from
"rafaelcalleja/claude-market-place"
from
"rafaelcalleja/claude-market-place"
3
This skill should be used when the user asks to "create a skill", "write a SKILL.md", "validate skill structure", "improve skill description", "understand skill protocol", "design skill architecture", or needs guidance on progressive disclosure, trigger phrases, writing style, or skill validation for Claude Code.
2026-01-05
dependency-analyzer.md
1
1
export
dependency-analyzer
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Analyze Python imports and dependencies. Use to understand project structure, find unused imports, or generate requirements.txt files.
2026-01-05
swift-swiftui.md
1
1
export
swift-swiftui
2
from
"pluginagentmarketplace/custom-plugin-swift"
from
"pluginagentmarketplace/custom-plugin-swift"
3
Build modern UIs with SwiftUI - views, state management, animations, navigation
2026-01-05
vaporwave-glassomorphic-ui-designer.md
1
1
export
vaporwave-glassomorphic-ui-designer
2
from
"erichowens/some_claude_skills"
from
"erichowens/some_claude_skills"
3
Expert in creating modern, aesthetic UI designs blending vaporwave nostalgia with glassomorphic elegance for photo/memory applications. Masters SwiftUI Material effects, neon pastel color palettes, frosted glass blur techniques, and retro-futuristic design principles. Specializes in creating emotionally resonant interfaces for photo collage apps with dark mode support, accessibility-first design, and GPU-accelerated Metal shader effects. Deep knowledge of 2025 UI trends (glassmorphism, neubrutalism, Y2K revival), iOS Human Interface Guidelines, and creating delightful micro-interactions. Bridges computational aesthetics with human emotional connection through thoughtful color theory, typography, and spatial design. Use for iOS/Mac photo apps, vaporwave-themed UI, glassmorphic components, neon/retro aesthetics. Activate on "vaporwave", "glassmorphism", "SwiftUI design", "frosted glass", "neon aesthetic", "retro-futuristic", "Y2K design". NOT for backend logic, API design (use backend-architect), Windows 3.1 au
2026-01-05
chrome-devtools-testing.md
1
1
export
chrome-devtools-testing
2
from
"nicobailon/chrome-devtools-testing"
from
"nicobailon/chrome-devtools-testing"
3
Browser testing and debugging with Playwright. QA testing, screenshots, form interactions, console errors, network analysis, performance profiling. Batch scripting for multiple actions per turn.
2026-01-05