Browse Skills

22656 skills found

claude-hook-builder.md
0
1 export claude-hook-builder
2 sebc-dev from "sebc-dev/alexandria"
3 Interactive hook creator for Claude Code. Triggers when user mentions creating hooks, PreToolUse, PostToolUse, hook validation, hook configuration, settings.json hooks, or wants to automate tool execution workflows.
2026-01-05
spatialdata.md
0
1 export spatialdata
2 majiayu000 from "majiayu000/claude-skill-registry"
3 SpatialData framework for handling spatial multi-modal and multi-scale data. Use this skill for questions about spatial omics data analysis, visualization, and the SpatialData Python ecosystem.
2026-01-05
duckdb-backup.md
0
1 export duckdb-backup
2 goodluckz from "goodluckz/claude-code-config"
3 Comprehensive DuckDB database backup toolkit supporting both file-based (cp) and native (ATTACH+COPY) backup approaches. Use when you need to backup DuckDB databases locally or to remote storage, create daily scheduled backups, verify backup integrity, or manage backup retention policies.
2026-01-05
modular-refactoring-pattern.md
0
1 export modular-refactoring-pattern
2 j0KZ from "j0KZ/mcp-agents"
3 Guides systematic file refactoring following @j0kz/mcp-agents modular architecture pattern to maintain files under 300 LOC through constants/, helpers/, utils/ extraction with proven results from 2...
2026-01-05
agentic-orchestrating.md
0
1 export agentic-orchestrating
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Provides the "how-to" for workflow / task execution orchestration. Defines methods for planning multi-phase task/workflows, implementing them through agent delegation, and managing artifacts.
2026-01-05
network-architecture-sizing.md
0
1 export network-architecture-sizing
2 smith6jt-cop from "smith6jt-cop/Skills_Registry"
3 PPO network architecture sizing for trading models. Trigger: (1) model files are unexpectedly small/large, (2) choosing hidden_dims for training, (3) balancing model capacity vs inference speed.
2026-01-05
web-styling.md
0
1 export web-styling
2 CJHarmath from "CJHarmath/claude-agents-skills"
3 Styling patterns for React web applications. Use when working with Tailwind CSS, CSS Modules, theming, responsive design, or component styling.
2026-01-05
claude-delegation-rules.md
0
1 export claude-delegation-rules
2 L-Sypniewski from "L-Sypniewski/claude-code-toolkit"
3 Rules and patterns for Claude Code agent delegation, including when to delegate, how to hand off context, and how to coordinate between agents. Use when designing agent systems or delegation workflows.
2026-01-05
webapp-wow-mechanic-creator.md
0
1 export webapp-wow-mechanic-creator
2 ledagame from "ledagame/persona-theater"
3 Design innovative game mechanics using web browser APIs that create "WOW moments" impossible in other platforms. Implements 5 surprise types (rule-breaking, meta-awareness, recursive-explosion, hidden-layer, system-hacking) using LocalStorage, Canvas, Notifications, DevTools, and browser tab manipulation. Use when creating surprising game mechanics, implementing meta-game elements, or designing memorable interactive moments for web games.
2026-01-05
transcribe.md
0
1 export transcribe
2 dparedesi from "dparedesi/agent-global-skills"
3 Transcribe audio files with speaker diarization using VoxScriber. Use when the user wants to transcribe a meeting, podcast, interview, or any audio file, or when they mention "transcribe", "diarization", "who said what", "meeting transcript", or "audio to text".
2026-01-05
connect-users.md
0
1 export connect-users
2 MLAI-AUS-Inc 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 Cygnusfear 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
quant-resource-patterns.md
0
1 export quant-resource-patterns
2 majiayu000 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
quality-gate-skill.md
0
1 export quality-gate-skill
2 orakitine 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
skill-creator.md
0
1 export skill-creator
2 RasmusGodske 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 djimontyp 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 sekka from "sekka/dotfiles"
3 データベーススキーマ設計と最適化を支援します。正規化戦略、インデックス設計、パフォーマンス最適化を提供します。データモデル設計、データベース構造の最適化が必要な場合に使用してください。
2026-01-05
moai-workflow-templates.md
0
1 export moai-workflow-templates
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enterprise template management with code boilerplates, feedback templates, and project optimization workflows
2026-01-05
flutter-ui-components.md
0
1 export flutter-ui-components
2 majiayu000 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
advanced-debugging.md
0
1 export advanced-debugging
2 g97iulio1609 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 BLTGV 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 nimeshgurung 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
hook-templates.md
0
1 export hook-templates
2 chkim-su from "chkim-su/forge-editor"
3 Comprehensive Claude Code hook patterns for automation, state management, and external integration. Use when implementing hooks for validation, workflow gates, MCP integration, or state machines.
2026-01-05
presentation-reviewer.md
0
1 export presentation-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Cette skill devrait être utilisée pour réviser des présentations PowerPoint selon les standards de conseil (McKinsey, BCG), avec analyse de la structure, clarté, design, storytelling et conformité DSFR. Utiliser quand l'utilisateur demande une révision, analyse ou amélioration de présentation, avec ajout de commentaires directement dans les slides.
2026-01-05