Browse Skills
18175 skills found
event-storming.md
3
1
export
event-storming
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
AI-simulated event storming workshop with multi-persona support. Use when discovering domain events, commands, actors, and bounded contexts. Supports three modes - full-simulation (5 persona agents debate), quick (single-pass analysis), and guided (interactive with user). Orchestrates persona agents and synthesizes results.
2026-01-05
llm-doc-gen.md
3
1
export
llm-doc-gen
2
from
"tylerburleigh/claude-sdd-toolkit"
from
"tylerburleigh/claude-sdd-toolkit"
3
LLM-powered documentation generation for narrative architecture docs, tutorials, and developer guides. Uses AI consultation to create contextual, human-readable documentation from code analysis and spec data.
2026-01-05
sql-translation.md
3
1
export
sql-translation
2
from
"Microck/ordinary-claude-skills"
from
"Microck/ordinary-claude-skills"
3
Guide for adding SQL function translations to dbplyr backends. Use when implementing new database-specific R-to-SQL translations for functions like string manipulation, date/time, aggregates, or window functions.
2026-01-05
hol4.md
3
1
export
hol4
2
from
"charles-cooper/hol-agents"
from
"charles-cooper/hol-agents"
3
HOL4 proof development pipeline - planning, sketching, and proving phases. (project)
2026-01-05
self-service-onboarding.md
3
1
export
self-service-onboarding
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
SaaS onboarding patterns for user activation and time-to-value optimization. Covers signup flows, progressive disclosure, activation metrics, and onboarding UX.
2026-01-05
chartmogul-analytics.md
3
1
export
chartmogul-analytics
2
from
"stephendolan/dotfiles"
from
"stephendolan/dotfiles"
3
Guide revenue analysis using ChartMogul reports. Use when discussing MRR, ARR, churn, retention, cohorts, or subscription metrics. Helps select the right report and interpret results.
2026-01-05
ui-design.md
3
1
export
ui-design
2
from
"constellos/claude-code-plugins"
from
"constellos/claude-code-plugins"
3
This skill should be used when the user asks to "create a component", "build static UI", "design with TypeScript", "use compound components", "implement contract-first UI", "create React component", "build with Shadcn", or mentions TypeScript interfaces for components, compound component patterns, or Server Components. Provides contract-first static UI methodology with compound components.
2026-01-05
zero-trust-architecture.md
3
1
export
zero-trust-architecture
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Use when designing security architectures, implementing zero trust principles, or evaluating security posture. Covers never trust always verify, microsegmentation, identity-based access, and ZTNA patterns.
2026-01-05
mcp-builder.md
3
1
export
mcp-builder
2
from
"chronista-club/unison"
from
"chronista-club/unison"
3
LLMが外部サービスと対話するための適切に設計されたツールを通じて、高品質なMCP (Model Context Protocol) サーバーを作成するためのガイド。Python (FastMCP)、Node/TypeScript (MCP SDK)、Rust (Tokio)で、外部APIやサービスを統合するMCPサーバーを構築する際に使用します。
2026-01-05
prompt-section-design.md
3
1
export
prompt-section-design
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Design composable prompt sections for building agentic prompts. Use when creating reusable prompt components, designing LEGO-block prompt sections, or structuring prompts for the stakeholder trifecta.
2026-01-05
verdex-playwright-complete.md
3
1
export
verdex-playwright-complete
2
from
"verdexhq/verdex-mcp"
from
"verdexhq/verdex-mcp"
3
Complete Playwright test authoring workflow with Verdex MCP tools. Three phases - explore apps interactively to map user journeys, build stable role-first selectors via progressive DOM exploration, write idiomatic Playwright tests. Includes workflow discovery, selector patterns, and testing best practices.
2026-01-05
swift-ios-migration.md
3
1
export
swift-ios-migration
2
from
"xtone/ai_development_tools"
from
"xtone/ai_development_tools"
3
Migration guide for Swift and iOS. Use when migrating ObservableObject to @Observable (iOS 17), enabling Swift 6/6.2 Strict Concurrency, fixing @MainActor/Sendable warnings, adopting Approachable Concurrency (Swift 6.2), or handling iPadOS 26 windowing system changes (UIRequiresFullScreen deprecation). Covers breaking changes and version upgrade tasks.
2026-01-05
glassmorphism.md
3
1
export
glassmorphism
2
from
"ainergiz/design-inspirations"
from
"ainergiz/design-inspirations"
3
Creates frosted glass UI elements with blur, transparency, and subtle borders. Use when building overlays, floating controls, tooltips, or any element that should appear elevated with a translucent background.
2026-01-05
confighub-usage-guide.md
3
1
export
confighub-usage-guide
2
from
"stakpak/community-paks"
from
"stakpak/community-paks"
3
A comprehensive guide for using ConfigHub to manage Kubernetes configuration across multiple environments using Configuration as Data principles. This rulebook covers installation, configuration management, variant handling, and operational workflows.
2026-01-05
scrum-event-sprint-planning.md
3
1
export
scrum-event-sprint-planning
2
from
"shishi/dotfiles"
from
"shishi/dotfiles"
3
Guide Sprint Planning in AI-Agentic Scrum. Use when selecting PBI, defining Sprint Goal, or breaking into subtasks.
2026-01-05
asian-fusion-chef.md
3
1
export
asian-fusion-chef
2
from
"sandraschi/advanced-memory-mcp"
from
"sandraschi/advanced-memory-mcp"
3
Expert in pan-Asian cuisines and modern fusion techniques across Chinese, Japanese, Thai, Vietnamese, and Korean cooking
2026-01-05
skill-builder.md
3
1
export
skill-builder
2
from
"timescale/tiger-skills-mcp-server"
from
"timescale/tiger-skills-mcp-server"
3
Information and guidelines for building custom skills for the MCP server.
2026-01-05
speech-to-text.md
3
1
export
speech-to-text
2
from
"martinholovsky/claude-skills-generator"
from
"martinholovsky/claude-skills-generator"
3
Expert skill for implementing speech-to-text with Faster Whisper. Covers audio processing, transcription optimization, privacy protection, and secure handling of voice data for JARVIS voice assistant.
2026-01-05
claude-agent-sdk.md
3
1
export
claude-agent-sdk
2
from
"jeongsk/obsidian-github-inbox-sync"
from
"jeongsk/obsidian-github-inbox-sync"
3
Build production AI agents using the Claude Agent SDK (TypeScript/Python). Use this skill when the user asks about: (1) Building AI agents with Claude, (2) Using the @anthropic-ai/claude-agent-sdk or claude-agent-sdk packages, (3) Implementing agent features like tools, hooks, subagents, MCP integration, or sessions, (4) Migrating from Claude Code SDK to Agent SDK, (5) Configuring permissions, budgets, or custom tool access.
2026-01-05
prioritization-methods.md
3
1
export
prioritization-methods
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Requirements prioritization techniques including MoSCoW, Kano Model, WSJF (SAFe), and Wiegers' Value/Cost/Risk matrix. Provides scoring frameworks, trade-off analysis, and priority visualization. Use when ranking requirements by business value, customer impact, or implementation efficiency.
2026-01-05
graphic-design-fundamentals.md
3
1
export
graphic-design-fundamentals
2
from
"sandraschi/advanced-memory-mcp"
from
"sandraschi/advanced-memory-mcp"
3
Graphic design expert covering typography, color theory, layout, and visual communication
2026-01-05
skill-name.md
3
1
export
skill-name
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
TODO: [What it does]. Use when [specific triggers]. Example: "Analyzes Excel spreadsheets and generates charts. Use when working with Excel files, .xlsx, spreadsheet analysis, or data visualization." REQUIRED: Include "Use when..." with trigger keywords (file types, domains, tasks). Third person. Max 1024 chars.
2026-01-05
stakeholder-simulation.md
3
1
export
stakeholder-simulation
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Multi-persona stakeholder simulation for solo requirements work. Generates diverse perspectives from simulated End User, Technical, Business, Compliance, and Operations stakeholders when real stakeholders are unavailable.
2026-01-05
migrating-bitnami-to-bitnami-legacy.md
3
1
export
migrating-bitnami-to-bitnami-legacy
2
from
"stakpak/community-paks"
from
"stakpak/community-paks"
3
This rule book helps you migrate Bitnami Helm charts and container images from the bitnami repository to the bitnamilegacy repository.This migration is necessary due to Bitnami's transition, effective August 28th, 2025, where existing images will be moved to the legacy repo
2026-01-05