Browse Skills

16146 skills found

responding-to-security-incidents.md
2
1 export responding-to-security-incidents
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Assists with security incident response, investigation, and remediation. This skill is triggered when the user requests help with incident response, mentions specific incident types (e.g., data breach, ransomware, DDoS), or uses terms like "incident response plan", "containment", "eradication", or "post-incident activity". It guides the user through the incident response lifecycle, from preparation to post-incident analysis. It is useful for classifying incidents, creating response playbooks, collecting evidence, constructing timelines, and generating remediation steps. Use this skill when needing to respond to a "security incident".
2026-01-05
stanford-storm.md
2
1 export stanford-storm
2 closedloop-technologies from "closedloop-technologies/awesome-deep-researchers"
3 Run Stanford STORM (knowledge-storm) to generate comprehensive, Wikipedia-style articles with citations. Requires LLM and Search API keys (Bing or You.com).
2026-01-05
selecting-agents.md
2
1 export selecting-agents
2 cipherstash from "cipherstash/cipherpowers"
3 Decision guide for choosing the right specialized agent for each task type
2026-01-05
acceptance-criteria-writing.md
2
1 export acceptance-criteria-writing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Given-When-Then 形式の受け入れ基準を整理し、テスト可能な完了条件の定義を支援するスキル。要件の明確化、シナリオ設計、検証手順を一貫して整理する。Anchors:• Software Requirements (Karl Wiegers) / 適用: 要件分析・仕様化 / 目的: テスト可能な要件定義の手法• BDD in Action (John Ferguson Smart) / 適用: Given-When-Thenパターン / 目的: 振る舞い駆動開発の基盤Trigger:Use when defining acceptance criteria, user story specifications, or testable requirements.acceptance criteria, user story, GWT, Given-When-Then, testable requirements, definition of done
2026-01-05
generating-docker-compose-files.md
2
1 export generating-docker-compose-files
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate Docker Compose configurations for multi-container applications. It leverages best practices for production-ready deployments, including defining services, networks, volumes, health checks, and resource limits. Claude should use this skill when the user requests a Docker Compose file, specifies application architecture involving multiple containers, or mentions needs for container orchestration, environment variables, or persistent data management in a Docker environment. Trigger terms include "docker-compose", "docker compose file", "multi-container", "container orchestration", "docker environment", "service definition", "volume management", "network configuration", "health checks", "resource limits", and ".env files".
2026-01-05
delete-content.md
2
1 export delete-content
2 eternnoir from "eternnoir/claude-tool"
3 Delete files from knowledge base with directory governance. Use when user wants to remove or delete content. Reads RULE.md to check deletion permissions and handles dependencies.
2026-01-05
aws-login.md
2
1 export aws-login
2 brianclaridge from "brianclaridge/.claude"
3 Authenticate to AWS using SSO. Use when user selects AWS from cloud provider selection, or says "login to AWS", "AWS SSO", "authenticate to AWS".
2026-01-05
fullstory-ecommerce.md
2
1 export fullstory-ecommerce
2 fullstorydev from "fullstorydev/fs-skills"
3 Industry-specific guide for implementing Fullstory in e-commerce and retail applications. Covers conversion funnel optimization, product interaction tracking, cart abandonment analysis, checkout flow privacy (PCI compliance), and customer journey mapping. Includes detailed examples for product pages, cart, checkout, and post-purchase experiences.
2026-01-05
grafana.md
2
1 export grafana
2 cosmix from "cosmix/claude-code-setup"
3 Observability visualization with Grafana and the LGTM stack (Loki, Grafana, Tempo, Mimir). Use when implementing dashboards, log aggregation, distributed tracing, or metrics visualization. Triggers: grafana, loki, tempo, mimir, dashboard, logql, traceql, observability stack, LGTM.
2026-01-05
img2vid-pipeline.md
2
1 export img2vid-pipeline
2 davidrd123 from "davidrd123/ComfyPromptByAPI"
3 Dedicated Img2Vid workflow skill for source-image-based video generation. Use when working with Img2Vid and a source image. Covers parsimonious prompts, enforcement sentences, and the Parsimony-to-Enforcement pipeline. Trust the start frame; focus prompts on desired change or motion.
2026-01-05
electron-code-signing.md
2
1 export electron-code-signing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Electron code signing and notarization workflow for macOS, Windows, and Linux distribution.Anchors:• electron-builder documentation / 適用: Code signing configuration / 目的: Proper certificate management and platform-specific signing• Apple Developer Program / 適用: macOS signing and notarization / 目的: App Store and Gatekeeper compliance• Windows Authenticode / 適用: Windows EV/OV certificate signing / 目的: SmartScreen bypass and user trustTrigger:Use when configuring code signing for Electron apps, setting up certificates for macOS/Windows/Linux, implementing notarization workflows, resolving signing errors, or distributing signed executables.Keywords: code signing, electron-builder, notarization, certificate, macOS signing, Windows Authenticode, entitlements, hardened runtime, EV certificate
2026-01-05
reliability-strategy-builder.md
2
1 export reliability-strategy-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Implements reliability patterns including circuit breakers, retries, fallbacks, bulkheads, and SLO definitions. Provides failure mode analysis and incident response plans. Use for "SRE", "reliability", "resilience", or "failure handling".
2026-01-05
systematic-debugging.md
2
1 export systematic-debugging
2 HTRamsey from "HTRamsey/claude-config"
3 Use when encountering any bug, test failure, or unexpected behavior (including race conditions, deadlocks, concurrency issues) - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) with specialized techniques for deep call stack tracing and concurrency debugging
2026-01-05
form-validation.md
2
1 export form-validation
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Schema-first validation with Zod, timing patterns (reward early, punish late), async validation, and error message design. Use when implementing form validation for any framework. The foundation skill that all framework-specific skills depend on.
2026-01-05
angular-implementation-specialist.md
2
1 export angular-implementation-specialist
2 nekorush14 from "nekorush14/dotfiles"
3 Implement Angular v21 applications with standalone components, signals-based state management, new control flow syntax (@if, @for, @switch), OnPush change detection, inject() DI, Tailwind CSS, and Vitest testing. Use when creating Angular components/services, implementing signals state, writing Vitest tests, applying Tailwind styling, or working with Angular v21 best practices.
2026-01-05
code-reviewer.md
2
1 export code-reviewer
2 9tykeshav from "9tykeshav/mern-ninja-cc"
3 Use when asked to review MERN stack code - comprehensive code reviewer that checks project health, security, maintainability, performance, testing, and architecture. Combines general code quality analysis with MERN-specific expertise.
2026-01-05
inference-operator-and-batch-yaml.md
2
1 export inference-operator-and-batch-yaml
2 davidrd123 from "davidrd123/ComfyPromptByAPI"
3 Bridge skill between creative prompting and batch inference pipeline. Use when converting refined prompts into batchable YAML jobs for the LoRA inference harness. Covers YAML job specs, structured outputs, title conventions, and integration with comfy_automation.
2026-01-05
adr-assistant.md
2
1 export adr-assistant
2 Dexploarer from "Dexploarer/hyper-forge"
3 Helps create, analyze, and maintain Architecture Decision Records
2026-01-05
caching.md
2
1 export caching
2 cosmix from "cosmix/claude-code-setup"
3 Comprehensive caching strategies and patterns for performance optimization. Use when implementing cache layers, cache invalidation, TTL policies, or distributed caching with Redis/Memcached. Triggers: cache, caching, Redis, Memcached, TTL, invalidation, cache-aside, write-through, cache stampede, distributed cache.
2026-01-05
managing-database-sharding.md
2
1 export managing-database-sharding
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill assists with managing database sharding strategies. It is activated when the user needs to implement horizontal database sharding to scale beyond single-server limitations. The skill supports designing sharding strategies, distributing data across multiple database instances, and implementing consistent hashing, automatic rebalancing, and cross-shard query coordination. Use this skill when the user mentions "database sharding", "sharding implementation", "scale database", or "horizontal partitioning". The plugin helps design and implement sharding for high-scale applications.
2026-01-05
go-errors.md
2
1 export go-errors
2 JamesPrial from "JamesPrial/claudefiles"
3 Go error handling patterns. Routes to specific patterns.
2026-01-05
validating-pci-dss-compliance.md
2
1 export validating-pci-dss-compliance
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the pci-dss-validator plugin to assess codebases and infrastructure configurations for compliance with the Payment Card Industry Data Security Standard (PCI DSS). It identifies potential vulnerabilities and deviations from PCI DSS requirements. Use this skill when the user requests to "validate PCI compliance", "check PCI DSS", "assess PCI security", or "review PCI standards" for a given project or configuration. It helps ensure that systems handling cardholder data meet the necessary security controls.
2026-01-05
cross-domain-thinking.md
2
1 export cross-domain-thinking
2 eternnoir from "eternnoir/claude-tool"
3 Structured methods for finding connections across disciplines. Use when exploring how concepts from one field illuminate another, seeking novel applications, or analyzing structural similarities between domains.
2026-01-05
mcp-protocol.md
2
1 export mcp-protocol
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Model Context Protocol (MCP) 仕様と実装パターン。サーバー設定、ツール定義、LLM統合向けJSONスキーマ設計を提供。Anchors:• MCP Official Specification / 適用: プロトコルバージョン、メッセージフォーマット / 目的: 仕様準拠• JSON Schema Draft-07 / 適用: inputSchemaバリデーション / 目的: 型安全ツール定義• The Pragmatic Programmer / 適用: DRY、直交性 / 目的: 保守性の高い設定Trigger:Use when configuring MCP servers, designing tool definitions with JSON Schema,validating MCP protocol compliance, or troubleshooting connection/timeout errors.
2026-01-05