Browse Skills

22656 skills found

search-skill-database.md
0
1 export search-skill-database
2 abdullahbeam from "abdullahbeam/nexus-design-abdullah"
3 Query ALL available Skills database in Notion with filters. Load when user mentions "search skill database", "query notion", "search skills database", "find skills in notion", or "browse notion skills".
2026-01-05
create-feature-component.md
0
1 export create-feature-component
2 biggs3d from "biggs3d/Tools"
3 Create a complete feature with ViewModel, View, and tests following Phoenix MVVM patterns. Use when building new UI features, panels, or components that manage their own state. Generates ViewModel with MobX, React view with observer, and comprehensive tests.
2026-01-05
event-storming.md
0
1 export event-storming
2 CodeMachine0121 from "CodeMachine0121/Crypto-Monitor"
3 Event Storming 引導專家,透過對話式問答帶領使用者完成 Event Storming 工作坊,識別 Domain Events、Commands、Actors、Policies 等元素,最終生成 Markdown 文件。
2026-01-05
fix-pr-automation.md
0
1 export fix-pr-automation
2 salieri from "salieri/resume"
3 Work with the automated PR fixer and its CLI, including prompts and workflow configuration. Use when diagnosing failed CI auto-fixes, running the fix-pr CLI locally, or updating the fix-pr prompt or workflow.
2026-01-05
review-core.md
0
1 export review-core
2 athola from "athola/imbue"
3 A foundational workflow for preparing and structuring detailed reviews (e.g., architecture, API).
2026-01-05
tester-detective.md
0
1 export tester-detective
2 tianzecn from "tianzecn/myclaudecode"
3 ⚡ PRIMARY TOOL for: 'what's tested', 'find test coverage', 'audit test quality', 'missing tests', 'edge cases', 'test patterns'. Uses claudemem v0.3.0 AST with callers analysis for test discovery. GREP/FIND/GLOB ARE FORBIDDEN.
2026-01-05
htmx-expert.md
0
1 export htmx-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when users need help with htmx development, including implementing AJAX interactions, understanding htmx attributes (hx-get, hx-post, hx-swap, hx-target, hx-trigger), debugging htmx behavior, building hypermedia-driven applications, or following htmx best practices. Use when users ask about htmx patterns, server-side HTML responses, or transitioning from SPA frameworks to htmx. (user)
2026-01-05
skoll.md
0
1 export skoll
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Chase down answers before asking. Hunt the archive. Forces Claude to search before questioning, preventing redundant questions about concepts already documented in theory/tiers/ and memory.
2026-01-05
project-migrate.md
0
1 export project-migrate
2 Reading-Advantage-Thailand from "Reading-Advantage-Thailand/codecamp-advantage"
3 Use this skill to migrate existing projects to the SynthesisFlow structure. It uses an AI-powered analysis to intelligently discover, categorize, and migrate documentation, generate rich frontmatter, and preserve git history.
2026-01-05
rails-frontend-guidelines.md
0
1 export rails-frontend-guidelines
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Rails frontend development guidelines using Hotwire (Turbo + Stimulus), Tailwind CSS, and ViewComponent. Modern patterns for server-rendered HTML with progressive enhancement, zero-build frontend architecture, and Rails conventions. Use when creating views, components, Stimulus controllers, partials, or working with frontend code.
2026-01-05
atlassian.md
0
1 export atlassian
2 mir from "mir/maratai"
3 Access Jira issues and Confluence pages via Python scripts with OAuth 2.0 authentication. Use when user asks about Jira tickets, issues, bugs, stories, epics, sprints, or Confluence pages, wiki, documentation. Contains instructions to cleanup existing tickets, do status update of the tickets.
2026-01-05
transformers.md
0
1 export transformers
2 atrawog from "atrawog/bazzite-ai-plugins"
3 Transformer architecture fundamentals. Covers self-attention mechanism,multi-head attention, feed-forward networks, layer normalization, andresidual connections. Essential concepts for understanding LLMs.
2026-01-05
multi-agent-workflow.md
0
1 export multi-agent-workflow
2 coditect-ai from "coditect-ai/coditect-dev-generative-ui-development"
3 Intelligent multi-agent orchestration with token budget management and recursive workflow execution. Use when coordinating complex workflows across multiple modules, managing context collapse risk, or handling cascading multi-module issues.
2026-01-05
openapi-toolkit-ollama-dart.md
0
1 export openapi-toolkit-ollama-dart
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automates updating ollama_dart when Ollama OpenAPI spec changes. Fetches latest spec, compares against current, generates changelogs and prioritized implementation plans. Use for: (1) Checking for API updates, (2) Generating implementation plans for spec changes, (3) Creating new models/endpoints from spec, (4) Syncing local spec with upstream. Triggers: "update api", "sync openapi", "new endpoints", "api changes", "check for updates", "update spec", "api version", "fetch spec", "compare spec", "what changed in the api", "implementation plan".
2026-01-05
onboard-customer.md
0
1 export onboard-customer
2 bencassie from "bencassie/flywheel"
3 Create customer onboarding checklist from template with customer details
2026-01-05
mcp-configuration-management.md
0
1 export mcp-configuration-management
2 vanman2024 from "vanman2024/dev-lifecycle-marketplace"
3 Comprehensive MCP server configuration templates, .mcp.json management, API key handling, and server installation helpers. Use when configuring MCP servers, managing .mcp.json files, setting up API keys, installing MCP servers, validating MCP configs, or when user mentions MCP setup, server configuration, MCP environment, API key storage, or MCP installation.
2026-01-05
mcp-integration-toolkit.md
0
1 export mcp-integration-toolkit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create, configure, and integrate MCP (Model Context Protocol) servers and clients. Use when building MCP servers with FastMCP (Python) or MCP SDK (Node/TypeScript), integrating external APIs, or creating custom tools/resources for LLMs. Handles server creation, client configuration, transport protocols, and security patterns.
2026-01-05
frontend-css.md
0
1 export frontend-css
2 overtimepog from "overtimepog/AgentTheo"
3 Write maintainable, performant CSS using modern methodologies including Tailwind CSS utility classes, CSS modules, CSS-in-JS, or design system tokens. Use this skill when styling components, creating layouts, implementing design systems, or working with CSS files (.css, .scss, .module.css), Tailwind configuration, styled-components, or CSS-in-JS solutions. Apply this skill when implementing utility-first patterns with Tailwind, using CSS custom properties for theming, creating responsive layouts with flexbox/grid, managing design tokens (colors, spacing, typography), or optimizing CSS for production with purging and tree-shaking. This skill ensures consistent styling methodology across the project, minimizes custom CSS when framework utilities exist, maintains design system coherence, and follows modern CSS best practices including container queries, CSS variables, and performance optimization.
2026-01-05
zabbix.md
0
1 export zabbix
2 julianobarbosa from "julianobarbosa/claude-code-skills"
3 Zabbix monitoring system automation via API and Python. Use when: (1) Managing hosts, templates, items, triggers, or host groups, (2) Automating monitoring configuration, (3) Sending data via Zabbix trapper/sender, (4) Querying historical data or events, (5) Bulk operations on Zabbix objects, (6) Maintenance window management, (7) User/permission management
2026-01-05
dominacion-lenguaje-pictografico.md
0
1 export dominacion-lenguaje-pictografico
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Skill especializada en análisis de lenguaje pictográfico para identificar actores (personas/sistemas activos), objetos de trabajo (documentos/información/cosas físicas), actividades (verbos) y estructurar información usando el formato Sujeto -> Predicado -> Objeto. Útil para análisis de procesos empresariales, documentación de workflows, extracción de conocimiento estructurado de textos y modelado de procesos de negocio.
2026-01-05
database-observability.md
0
1 export database-observability
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Instrument database queries, connection pools, and detect N+1 queries
2026-01-05
character-development-assistant.md
0
1 export character-development-assistant
2 akbarfarooq2006 from "akbarfarooq2006/aidd_30_days_challenges"
3 Create comprehensive character profiles with background, personality, motivations, relationships, and character arcs. Use when developing characters, ensuring consistency, or building character depth.
2026-01-05
cqrs-ddd.md
0
1 export cqrs-ddd
2 haru01 from "haru01/sample_university_management_system"
3 CQRS+DDD implementation patterns for .NET. Use when designing aggregates, implementing command/query handlers, setting up repositories, or understanding architectural principles. Triggers on "CQRS", "DDD", "aggregate", "command handler", "query handler", "repository", "value object", "domain event", "entity configuration".
2026-01-05
hotwire-components.md
0
1 export hotwire-components
2 bebekim from "bebekim/paymentreminder"
3 Build frontend components using Hotwire stack (Turbo + Stimulus) with Tailwind CSS. Use when creating interactive UI elements, forms with live validation, modals, dropdowns, tabs, or any client-side behavior. Ensures accessibility, mobile responsiveness, and consistent patterns.
2026-01-05