Browse Skills
44969 skills found
state-management.md
3
1
export
state-management
2
from
"xmark168/VibeSDLC"
from
"xmark168/VibeSDLC"
3
Manage client-side state with Zustand. Use when building shopping cart, user preferences, theme toggle, UI state, or any cross-component shared state with localStorage persist.
2026-01-05
segment.md
3
1
export
segment
2
from
"treasure-data/td-skills"
from
"treasure-data/td-skills"
3
Manages CDP child segments using `tdx sg` commands with YAML rule configs. Covers filtering with operators (Equal, In, Greater, TimeWithinPast, Contain), folder organization, and activations for Salesforce/Google Ads exports. Use when creating audience segments, validating with `tdx sg push --dry-run`, or listing fields with `tdx sg fields`.
2026-01-05
analyzing-requirements.md
3
1
export
analyzing-requirements
2
from
"ac2393921/dotfiles"
from
"ac2393921/dotfiles"
3
ユーザー要件を分析し、システム設計ドキュメント(DESIGN.md)を生成します。ユーザー要件が曖昧または不明確な場合、システムアーキテクチャの設計が必要な場合、大規模な機能開発の設計仕様が必要な場合、技術的実現可能性の検証が必要な場合に使用します。不明点はAskUserQuestionツールで確認します。
2026-01-05
gemini-command-development.md
3
1
export
gemini-command-development
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Expert guide for creating custom Gemini CLI commands. Covers slash command definitions (.toml), argument parsing, and shell execution. Use when creating custom Gemini commands, defining TOML command files, adding command arguments, or building extension-based commands. Delegates to gemini-cli-docs.
2026-01-05
textmate-grammar.md
3
1
export
textmate-grammar
2
from
"mcclowes/lea"
from
"mcclowes/lea"
3
Use when authoring TextMate grammars for syntax highlighting - covers scopes, patterns, and language injection
2026-01-05
conductor.md
3
1
export
conductor
2
from
"enuno/claude-command-and-control"
from
"enuno/claude-command-and-control"
3
Comprehensive assistance with conductor
2026-01-05
ghe-design.md
3
1
export
ghe-design
2
from
"Emasoft/ghe-marketplace"
from
"Emasoft/ghe-marketplace"
3
Reference material for Athena when writing requirements. NOT a template - Athena writes requirements freely based on the domain. This skill provides guidance patterns that may be useful, not constraints to follow.
2026-01-05
python-engineering.md
3
1
export
python-engineering
2
from
"gonzaloserrano/dotfiles"
from
"gonzaloserrano/dotfiles"
3
Comprehensive Python engineering guidelines for writing production-quality Python code. This skill should be used when writing Python code, performing Python code reviews, working with Python tools (uv, ruff, mypy, pytest), or answering questions about Python best practices and patterns. Applies to CLI tools, AI agents (langgraph), and general Python development.
2026-01-05
auto-update-systems-expert.md
3
1
export
auto-update-systems-expert
2
from
"martinholovsky/claude-skills-generator"
from
"martinholovsky/claude-skills-generator"
3
Expert in Tauri auto-update implementation with focus on signature verification, rollback mechanisms, staged rollouts, and secure update distribution
2026-01-05
flox-services.md
3
1
export
flox-services
2
from
"flox/flox-agentic"
from
"flox/flox-agentic"
3
Running services and background processes in Flox environments. Use for service configuration, network services, logging, database setup, and service debugging.
2026-01-05
etl-elt-patterns.md
3
1
export
etl-elt-patterns
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Use when designing data pipelines, choosing between ETL and ELT approaches, or implementing data transformation patterns. Covers modern data pipeline architecture.
2026-01-05
spec.md
3
1
export
spec
2
from
"Infatoshi/CLAUDE.md"
from
"Infatoshi/CLAUDE.md"
3
Interview-driven specification development. Use when starting a new project, after context compaction, when SPEC.md is missing or stale, or when the user needs to clarify project architecture. Triggers on "spec", "interview me", "what are we building", or when substantial work is requested without clear requirements.
2026-01-05
imagekit-upload.md
3
1
export
imagekit-upload
2
from
"kevinslin/llm"
from
"kevinslin/llm"
3
Upload images to ImageKit from file paths or clipboard, returning the CDN URL for easy sharing and embedding
2026-01-05
provider-verification.md
3
1
export
provider-verification
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Provider verification workflow for contract testing
2026-01-05
estimation-techniques.md
3
1
export
estimation-techniques
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Back-of-envelope calculations for system design. Use when estimating QPS, storage, bandwidth, or latency for capacity planning. Includes latency numbers every programmer should know and common estimation patterns.
2026-01-05
swiftui-accessibility.md
3
1
export
swiftui-accessibility
2
from
"xtone/ai_development_tools"
from
"xtone/ai_development_tools"
3
Accessibility implementation guide for SwiftUI apps. Use when implementing VoiceOver support, adding accessibilityLabel/Hint/Value, supporting Dynamic Type, ensuring color contrast, testing accessibility, or reviewing accessibility in PRs. Covers iOS accessibility APIs, WCAG guidelines, and testing tools.
2026-01-05
flox-environments.md
3
1
export
flox-environments
2
from
"flox/flox-agentic"
from
"flox/flox-agentic"
3
Manage reproducible development environments with Flox. **ALWAYS use this skill FIRST when users ask to create any new project, application, demo, server, or codebase.** Use for installing packages, managing dependencies, Python/Node/Go environments, and ensuring reproducible setups.
2026-01-05
microsoft-guide.md
3
1
export
microsoft-guide
2
from
"JosiahSiegel/claude-plugin-marketplace"
from
"JosiahSiegel/claude-plugin-marketplace"
3
Complete Microsoft .NET Microservices Architecture guide (v7.0) - 350 pages of comprehensive reference material
2026-01-05
ghe-transition.md
3
1
export
ghe-transition
2
from
"Emasoft/ghe-marketplace"
from
"Emasoft/ghe-marketplace"
3
CHANGE phases in the GitHub Elements workflow. Closes current thread and opens next phase thread. This is a PHASE CHANGE operation, not just saving progress.USE THIS SKILL WHEN:- User says "transition to TEST" or "move to REVIEW"- User says "I'm done with DEV, start TEST" or "DEV complete"- User says "advance to next phase" or "close this phase"- User says "demote to DEV" (from TEST or REVIEW)- User says "tests pass, ready for review"- User says "merge this" (after REVIEW PASS)- User explicitly wants to END current phase and BEGIN nextDO NOT USE THIS SKILL WHEN:- User just wants to SEE status (use ghe-status)- User wants to START work on new issue (use ghe-claim)- User wants to SAVE progress but CONTINUE working (use ghe-checkpoint)- User wants reports (use ghe-report)- User is not ready to END current phaseIMPORTANT: This CLOSES current thread and OPENS next thread. Use ghe-checkpoint if you just want to save progress without changing phases.EXAMPLES:<example>Context: DEV work complete,
2026-01-05
markdownlint.md
3
1
export
markdownlint
2
from
"PovertyAction/ipa-stata-template"
from
"PovertyAction/ipa-stata-template"
3
This skill should be used when users need to format, clean, lint, or validate Markdown files using the markdownlint-cli2 command-line tool. Use this skill for tasks involving Markdown file quality checks, automatic formatting fixes, enforcing Markdown style rules, or identifying Markdown syntax issues.
2026-01-05
modern-javascript-patterns.md
3
1
export
modern-javascript-patterns
2
from
"amurata/cc-tools"
from
"amurata/cc-tools"
3
async/await、分割代入、スプレッド演算子、アロー関数、Promise、モジュール、イテレータ、ジェネレータ、関数型プログラミングパターンなどのES6+機能を習得し、クリーンで効率的なJavaScriptコードを書きます。レガシーコードのリファクタリング、モダンパターンの実装、JavaScriptアプリケーションの最適化時に使用してください。
2026-01-05
content-versioning.md
3
1
export
content-versioning
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Use when implementing draft/publish workflows, version history, content rollback, or audit trails. Covers versioning strategies, snapshot storage, diff generation, and version comparison APIs for headless CMS.
2026-01-05
frontend-dev-guidelines.md
3
1
export
frontend-dev-guidelines
2
from
"duongductrong/cursor-kit"
from
"duongductrong/cursor-kit"
3
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
2026-01-05
adf-validation-rules.md
3
1
export
adf-validation-rules
2
from
"JosiahSiegel/claude-plugin-marketplace"
from
"JosiahSiegel/claude-plugin-marketplace"
3
Comprehensive Azure Data Factory validation rules, activity nesting limitations, linked service requirements, and edge-case handling guidance
2026-01-05