Browse Skills
17720 skills found
gh-issue-edit.md
1
1
export
gh-issue-edit
2
from
"dceoy/gh-actions-for-devops"
from
"dceoy/gh-actions-for-devops"
3
Edit GitHub issue metadata using gh CLI. Update title, body, labels, assignees, milestones, and projects. Use when issue details need to be changed.
2026-01-05
skill-name.md
1
1
export
skill-name
2
from
"cliztech/clizhydrogens"
from
"cliztech/clizhydrogens"
3
One-line purpose
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
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
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
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
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
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
generating-changelog.md
1
1
export
generating-changelog
2
from
"joaquimscosta/arkhe-claude-plugins"
from
"joaquimscosta/arkhe-claude-plugins"
3
Analyzes git commit history and generates professional changelogs with semantic versioning, conventional commit support, and multiple output formats (Keep a Changelog, Conventional, GitHub). Use when editing CHANGELOG.md, CHANGELOG.txt, or HISTORY.md files, preparing release notes, creating releases, bumping versions, updating changelog, documenting changes, writing release notes, tracking changes, version bump, tag release, or when user mentions "changelog", "release notes", "version history", "release", "semantic versioning", or "conventional commits".
2026-01-05
constitution-enforcer.md
1
1
export
constitution-enforcer
2
from
"nahisaho/CodeGraphMCPServer"
from
"nahisaho/CodeGraphMCPServer"
3
Validates compliance with 9 Constitutional Articles and Phase -1 Gates before implementation.Trigger terms: constitution, governance, compliance, validation, constitutional compliance,Phase -1 Gates, simplicity gate, anti-abstraction gate, test-first, library-first,EARS compliance, governance validation, constitutional audit, compliance check, gate validation.Enforces all 9 Constitutional Articles with automated validation:- Article I: Library-First Principle- Article II: CLI Interface Mandate- Article III: Test-First Imperative- Article IV: EARS Requirements Format- Article V: Traceability Mandate- Article VI: Project Memory- Article VII: Simplicity Gate- Article VIII: Anti-Abstraction Gate- Article IX: Integration-First TestingRuns Phase -1 Gates before any implementation begins.Use when: validating project governance, checking constitutional compliance,or enforcing quality gates before implementation.
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
technical-planning.md
1
1
export
technical-planning
2
from
"leeovery/claude-technical-workflows"
from
"leeovery/claude-technical-workflows"
3
Transform specifications into actionable implementation plans with phases, tasks, and acceptance criteria. Fourth phase of research-discussion-specification-plan-implement-review workflow. Use when: (1) User asks to create/write an implementation plan, (2) User asks to plan implementation after specification is complete, (3) Converting specifications from docs/workflow/specification/{topic}.md into implementation plans, (4) User says 'plan this' or 'create a plan' after specification, (5) Need to structure how to build something with phases and concrete steps. Creates plans in docs/workflow/planning/{topic}.md that implementation phase executes via strict TDD.
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
axiom-rejection-protocol.md
1
1
export
axiom-rejection-protocol
2
from
"starwreckntx/IRP__METHODOLOGIES-"
from
"starwreckntx/IRP__METHODOLOGIES-"
3
Reject axioms that violate established ground truth.
2026-01-05
paddle-ocr-validation.md
1
1
export
paddle-ocr-validation
2
from
"jgtolentino/insightpulse-odoo"
from
"jgtolentino/insightpulse-odoo"
3
PaddleOCR-based receipt and BIR form extraction with validation
2026-01-05
ai-multimodal.md
1
1
export
ai-multimodal
2
from
"wollfoo/setup-factory"
from
"wollfoo/setup-factory"
3
Process and generate multimedia content using Google Gemini API. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (captioning, object detection, OCR, visual Q&A, segmentation), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image, editing, composition, refinement). Use when working with audio/video files, analyzing images or screenshots, processing PDF documents, extracting structured data from media, creating images from text prompts, or implementing multimodal AI features. Supports multiple models (Gemini 2.5/2.0) with context windows up to 2M tokens. | Sử dụng khi: AI, LLM, vision, embedding, phân tích hình ảnh, Gemini API.
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
workflow-orchestrator.md
1
1
export
workflow-orchestrator
2
from
"stharrold/stharrold-templates"
from
"stharrold/stharrold-templates"
3
Orchestrates git workflow for Python feature/release/hotfix development.Loads and coordinates other skills based on current context.Includes PR feedback handling via work-item generation.Use when:- User says "next step?" or "continue workflow"- Working in git repo with TODO_[feature|release|hotfix]_*.md files- Need to determine workflow phase and load appropriate skills- Handling PR feedback via work-itemsTriggers: next step, continue, what's next, workflow status, PR feedbackCoordinates: tech-stack-adapter, git-workflow-manager, bmad-planner,speckit-author, quality-enforcer, workflow-utilitiesContext management: Prompt user to run /context when context usageis high, then /init to reset before continuing workflow.
2026-01-05
next-skill.md
1
1
export
next-skill
2
from
"gsannikov/Exocortex"
from
"gsannikov/Exocortex"
3
AI-assisted skill creation with GitHub discovery, adaptation, or fresh scaffolding
2026-01-05
bmad-commands.md
1
1
export
bmad-commands
2
from
"adolfoaranaes12/BMAD-ENHANCED"
from
"adolfoaranaes12/BMAD-ENHANCED"
3
Atomic command primitives for BMAD operations. Provides type-safe, testable wrappers around file operations and test execution with structured JSON I/O and built-in telemetry. This skill should be used when BMAD workflows need deterministic, reliable primitive operations with observability.
2026-01-05
shannon-analysis.md
1
1
export
shannon-analysis
2
from
"krzemienski/shannon-framework"
from
"krzemienski/shannon-framework"
3
FLEXIBLE skill orchestrating comprehensive analysis workflows. Adapts to analysis type(codebase, architecture, technical debt, complexity) and automatically invokes appropriatesub-skills (spec-analysis, project-indexing, confidence-check). Applies Shannon patterns(8D framework, waves, NO MOCKS) with Serena historical context. Produces quantitative,actionable results with structured outputs and MCP recommendations.
2026-01-05