Browse Skills
44915 skills found
app-development.md
0
1
export
app-development
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Build features in the AI Coaching Platform Next.js app. Use for creating pages, components, server actions, TanStack tables, and understanding application architecture.
2026-01-05
fastapi-rest-api-skill.md
0
1
export
fastapi-rest-api-skill
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
A skill for building RESTful APIs with FastAPI. Use this skill to create a new FastAPI project with a standard project structure, including routers, models, schemas, and services. This skill provides a boilerplate project, CRUD endpoint templates, Pydantic validation examples, and guidance on dependency injection, background tasks, file uploads, and pagination. It leverages async/await for efficient I/O operations. Trigger this skill when a user wants to build a RESTful API using FastAPI, needs a starter project, or wants to learn best practices for FastAPI development.
2026-01-05
create-observability-config.md
0
1
export
create-observability-config
2
from
"foolishimp/ai_sdlc_method"
from
"foolishimp/ai_sdlc_method"
3
Setup observability platform configuration (Datadog, Prometheus, Splunk) with REQ-* dashboards and alerts. Creates monitors for each requirement with SLA tracking. Use when deploying to production or setting up monitoring.
2026-01-05
selection-data-caching.md
0
1
export
selection-data-caching
2
from
"smith6jt-cop/Skills_Registry"
from
"smith6jt-cop/Skills_Registry"
3
SUPERSEDED by persistent-cache-gap-filling (v2.8.0). Cache data during symbol selection for instant repeat runs.
2026-01-05
zustand.md
0
1
export
zustand
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Minimal, unopinionated state management library for React with simple hook-based API, no providers, and minimal boilerplate for global state without Redux complexity.
2026-01-05
snd-inventory-functions.md
0
1
export
snd-inventory-functions
2
from
"vaoan/SND"
from
"vaoan/SND"
3
Use this skill when working with player inventory, item management, and container operations in SND macros. Covers inventory queries, item counts, container types, and item manipulation.
2026-01-05
navigation-menus.md
0
1
export
navigation-menus
2
from
"dylantarre/animation-principles"
from
"dylantarre/animation-principles"
3
Use when animating navigation bars, menus, sidebars, or wayfinding elements to create smooth, intuitive transitions
2026-01-05
lola-modules.md
0
1
export
lola-modules
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create and manage Lola modules for multi-assistant AI context distribution. Use when building portable AI skills with multi-assistant support (Claude Code, Cursor, Gemini CLI). This skill is triggered when users say "create a lola module", "build a lola skill", "write a module.yml", "add slash commands to lola", or "distribute skills to multiple assistants".
2026-01-05
fix-mobx-reactivity-issues.md
0
1
export
fix-mobx-reactivity-issues
2
from
"biggs3d/Tools"
from
"biggs3d/Tools"
3
Diagnose and fix common MobX reactivity problems including components not updating, state changes not triggering re-renders, and async update issues. Use when UI doesn't respond to state changes, computed values don't recalculate, or observer components don't re-render.
2026-01-05
figma-to-flutter.md
0
1
export
figma-to-flutter
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when converting Figma designs to Flutter code. Trigger this skill when users say "convert this Figma design to Flutter", "run Figma workflow", "implement this Figma screen", or provide Figma links requesting Flutter UI implementation. The skill handles the complete workflow from extracting Figma metadata to implementing pixel-perfect Flutter UIs with iterative testing.
2026-01-05
docs-generator.md
0
1
export
docs-generator
2
from
"claimhawk/shebang"
from
"claimhawk/shebang"
3
Generate and update project documentation including FEATURES.md, ROADMAP.md, and architecture diagrams. Use when completing features, planning work, or documenting the codebase.
2026-01-05
analytic-skills-guide.md
0
1
export
analytic-skills-guide
2
from
"zhenxiay/StockIntelligence"
from
"zhenxiay/StockIntelligence"
3
Guide for AI agent to use the tools offered by this library to perform analytic tasks.
2026-01-05
dashboard-mail.md
0
1
export
dashboard-mail
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
V1.0 - Expert guidance for the Dashboard Mail module supporting Outlook, Gmail, and custom IMAP providers.
2026-01-05
debug-root-cause-analysis.md
0
1
export
debug-root-cause-analysis
2
from
"JackSmack1971/claude-code-learning-flywheel"
from
"JackSmack1971/claude-code-learning-flywheel"
3
Use when fixing a bug or analyzing a stack trace. Enforces systematic debugging methodology to prevent shotgun debugging and verify fixes.
2026-01-05
servicex.md
0
1
export
servicex
2
from
"gordonwatts/skill-test"
from
"gordonwatts/skill-test"
3
Write ServiceX queries in func_adl against ATLAS xAOD data (PHYSLITE/PHYS) and provide guidance for dataset selection, filtering, and deliver usage. Use when asked to build, edit, or debug ServiceX/func_adl queries, ATLAS xAOD skims, or rucio dataset fetches.
2026-01-05
webviewbridge-guide.md
0
1
export
webviewbridge-guide
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guide for using WebViewBridge Swift package to build WebPage (macOS 26.0+) bridges with JavaScript injection and bidirectional communication. Use when integrating WebPage with Swift, injecting JavaScript, or handling JS↔Swift messaging.
2026-01-05
document-formatting.md
0
1
export
document-formatting
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Apply standard document formatting, metadata headers, and markdown structure when creating or updating project documents. Use when writing any document in the knowledge base.
2026-01-05
test-conventions.md
0
1
export
test-conventions
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
테스트 작성 시 컨벤션 자동 적용
2026-01-05
naming-reviewer.md
0
1
export
naming-reviewer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert code naming review and refactoring. Reviews variables, functions, and classes to improve readability and maintainability using master-level naming principles. Use when: (1) User asks to review naming/variable names in code, (2) User wants to improve code readability, (3) User requests naming suggestions or refactoring, (4) User mentions code quality or maintainability concerns related to naming, (5) User asks to apply best practices to naming
2026-01-05
api-designer.md
0
1
export
api-designer
2
from
"ljchg12-hue/windows-dotfiles"
from
"ljchg12-hue/windows-dotfiles"
3
Expert API architecture including REST, GraphQL, gRPC design, versioning, and documentation
2026-01-05
kiro.md
0
1
export
kiro
2
from
"TrickPhone/New-ML2"
from
"TrickPhone/New-ML2"
3
Kiro Spec-Driven Development の仕様ファイル(requirements.md, design.md, tasks.md)の作成・更新を支援。仕様書の構造確認、タスクの進捗追跡、承認ステータスの確認に使用。仕様管理、spec.json、要件定義、設計書、タスク管理に関する質問時に使用。
2026-01-05
developing-frontend.md
0
1
export
developing-frontend
2
from
"sekka/dotfiles"
from
"sekka/dotfiles"
3
フロントエンド UI/UX 実装と最適化を支援します。React/Vue/Next.jsでの実装、パフォーマンス最適化、アクセシビリティを提供します。ユーザーインターフェース開発、Web アプリケーション構築が必要な場合に使用してください。
2026-01-05
award-winning-website.md
0
1
export
award-winning-website
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Gaming landing page with GSAP scroll animations, 3D effects, and video storytelling.
2026-01-05
wuwuole-poem.md
0
1
export
wuwuole-poem
2
from
"FlameMiss9/FlameMiss"
from
"FlameMiss9/FlameMiss"
3
以"窝窝乐"为题创作标准七言律诗
2026-01-05