Browse Skills
44756 skills found
connect-users.md
0
1
export
connect-users
2
from
"MLAI-AUS-Inc/roo"
from
"MLAI-AUS-Inc/roo"
3
Find community members with relevant expertise using vector search
2026-01-05
gh-ticket.md
0
1
export
gh-ticket
2
from
"Cygnusfear/claude-stuff"
from
"Cygnusfear/claude-stuff"
3
Create or update comprehensive GitHub issues that capture ALL context, requirements, and implementation details. Use when creating or updating tickets, issues, feature requests, or bug reports. Ensures no context is lost between ticket creation and implementation - the moment you ask for a ticket, there's maximum context available that will be lost if not captured now.
2026-01-05
brave-search.md
0
1
export
brave-search
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Web search and content extraction via Brave Search API.
2026-01-05
commit-conventions.md
0
1
export
commit-conventions
2
from
"amattas/agentic-coding"
from
"amattas/agentic-coding"
3
Commit message style and structure for this repository.
2026-01-05
pdf-reading.md
0
1
export
pdf-reading
2
from
"pondevelopment/llm-training"
from
"pondevelopment/llm-training"
3
Read local PDFs to extract and verify exact numbers (counts, percentages, tables, figure captions) for papers/questions in this repository. Use this when asked to “read a PDF”, “extract results from the paper”, “verify a statistic”, or “find the exact wording in the paper”.
2026-01-05
env-sync.md
0
1
export
env-sync
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Ensures .env.example is updated whenever .env files are modified. Use when adding environment variables, API keys, configuration values, or any secrets to .env files. Prevents configuration drift between .env and .env.example.
2026-01-05
quant-resource-patterns.md
0
1
export
quant-resource-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Follow these patterns when implementing quant domain resources like Dataset, Signal, Alpha, Portfolio, Strategy, Universe, Backtest, or MonitoringRun in OptAIC. Use for creating DB models, DTOs, services, and tests for trading-specific entities.
2026-01-05
reviews-aggregator.md
0
1
export
reviews-aggregator
2
from
"lola69160/claude-product-comparison"
from
"lola69160/claude-product-comparison"
3
Aggregates user reviews from Amazon/Reddit and expert reviews from specialized sites with sentiment analysis. Use when user asks to 'get reviews', 'what do users say', 'aggregate reviews', 'user feedback', 'expert opinions', or when orchestrator needs sentiment analysis and pros/cons extraction. Synthesizes consensus patterns across sources.
2026-01-05
gin.md
0
1
export
gin
2
from
"bailu2025/CC-Plugins"
from
"bailu2025/CC-Plugins"
3
A comprehensive skill for the Go Gin web framework including routing, middleware, binding, and testing
2026-01-05
quality-gate-skill.md
0
1
export
quality-gate-skill
2
from
"orakitine/claude-code-lab"
from
"orakitine/claude-code-lab"
3
Comprehensive code quality verification workflow that checks linting, formatting, type safety, tests, and build before committing code. Uses parallel agent execution for maximum speed. Non-destructive - only reports issues without making changes.
2026-01-05
design-planning.md
0
1
export
design-planning
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
ソフトウェア設計計画スキル。要件分析、アーキテクチャ設計、API設計、データベース設計、実装ロードマップの作成を体系的に行います。Clean Architectureに準拠した設計をサブエージェントとの並列作業で効率的に実施します。
2026-01-05
audio-extract.md
0
1
export
audio-extract
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
从视频文件中提取音频。Use when user wants to 提取音频, 抽取音频, 视频转音频, 导出音频, extract audio, video to audio, get audio from video, 把视频的声音提取出来.
2026-01-05
skill-creator.md
0
1
export
skill-creator
2
from
"RasmusGodske/claude-code-agent-communication"
from
"RasmusGodske/claude-code-agent-communication"
3
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
migration-database.md
0
1
export
migration-database
2
from
"djimontyp/task-tracker"
from
"djimontyp/task-tracker"
3
This skill should be used when working with database migrations in SQLModel-based projects. Trigger when user asks to create migrations for new/modified models, generate database schema changes, or apply migrations. Enforces SQLModel as single source of truth and automatic migration generation only.
2026-01-05
designing-databases.md
0
1
export
designing-databases
2
from
"sekka/dotfiles"
from
"sekka/dotfiles"
3
データベーススキーマ設計と最適化を支援します。正規化戦略、インデックス設計、パフォーマンス最適化を提供します。データモデル設計、データベース構造の最適化が必要な場合に使用してください。
2026-01-05
moai-workflow-templates.md
0
1
export
moai-workflow-templates
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Enterprise template management with code boilerplates, feedback templates, and project optimization workflows
2026-01-05
changelog-generator.md
0
1
export
changelog-generator
2
from
"Doyajin174/myskills"
from
"Doyajin174/myskills"
3
Generate user-friendly release notes from git commits. Use this when preparing releases, writing changelogs, or summarizing development progress.
2026-01-05
flutter-ui-components.md
0
1
export
flutter-ui-components
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
M3-compliant UI components (buttons, cards, forms, inputs).USE WHEN: creating components <300 lines, M3 migrations, Design System work.NOT FOR: complete screens, features with business logic (use flutter-developer).Always validate M3 components with MCP tools before creating custom.Examples:<example>Context: Need to migrate a button component to M3.user: "Migrate BukeerButton to Material Design 3"assistant: "I'll use flutter-ui-components to migrate BukeerButton to M3."<commentary>UI component migration is flutter-ui-components specialty.</commentary></example><example>Context: Create a new reusable form field.user: "Create a new date picker input component following M3"assistant: "I'll use flutter-ui-components to create the M3-compliant date picker."<commentary>Single UI components should be handled by flutter-ui-components.</commentary></example>
2026-01-05
reviewing-state-management.md
0
1
export
reviewing-state-management
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Review state management patterns for React 19 best practices. Use when reviewing component state, Context usage, or state architecture.
2026-01-05
advanced-debugging.md
0
1
export
advanced-debugging
2
from
"g97iulio1609/vscode-agent-skills"
from
"g97iulio1609/vscode-agent-skills"
3
State-of-the-art debugging agent with hypothesis-driven analysis, automatic code instrumentation, git worktree isolation, and browser automation. Use when debugging errors, stack traces, unexpected behavior, performance issues, failed tests, race conditions, or hard-to-reproduce bugs.
2026-01-05
notion-api.md
0
1
export
notion-api
2
from
"BLTGV/agent-skills"
from
"BLTGV/agent-skills"
3
This skill should be used when the user asks to "search Notion", "find in Notion", "search my Notion workspace", "create Notion page", "make a Notion page", "update Notion page", "edit Notion page", "query Notion database", "get Notion database", "read Notion page", "get page content from Notion", "list Notion pages", or mentions Notion integration, Notion workspace, or Notion API access.
2026-01-05
ceo-advisor.md
0
1
export
ceo-advisor
2
from
"nimeshgurung/artifact-hub-collections"
from
"nimeshgurung/artifact-hub-collections"
3
Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Includes strategy analyzer, financial scenario modeling, board governance frameworks, and investor relations playbooks. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making executive decisions, or when user mentions CEO, strategic planning, board meetings, investor updates, organizational leadership, or executive strategy.
2026-01-05
android-workflow-internal.md
0
1
export
android-workflow-internal
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate GitHub Actions workflows for CI and internal testing track deployment (Option D - Split Workflows)
2026-01-05
course-media.md
0
1
export
course-media
2
from
"webmasterarbez/course-os"
from
"webmasterarbez/course-os"
3
Use for Phase 9 of Course OS - planning media production including video shot lists, graphics specifications, audio requirements, and accessibility compliance. Triggers on "/course-media", "plan video production", "media specs", "shot list", or after completing Phase 8.
2026-01-05