Browse Skills

18175 skills found

speck-help.md
2
1 export speck-help
2 nprbst from "nprbst/speck"
3 Answer questions about Speck specs, plans, tasks, requirements, progress, architecture, user stories, feature status, and constitution. Interprets spec.md, plan.md, tasks.md files. Use when users ask about feature requirements, implementation status, or Speck workflow artifacts.
2026-01-05
electron-packaging.md
2
1 export electron-packaging
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Electronアプリケーションのビルド・パッケージング・配布を統一的に管理する専門知識。electron-builderによるクロスプラットフォーム対応、コード署名、インストーラー生成を支援。Anchors:• electron-builder / 適用: ビルド設定・パッケージング / 目的: クロスプラットフォーム配布• Code Signing / 適用: macOS/Windows署名 / 目的: セキュアな配布• The Pragmatic Programmer / 適用: ビルドプロセス設計 / 目的: 繰り返し可能なワークフローTrigger:Use when building production Electron applications, generating installers for macOS/Windows/Linux, implementing code signing, or packaging desktop apps for release.electron-builder, dmg, exe, AppImage, code signing, packaging
2026-01-05
requirements-engineering.md
2
1 export requirements-engineering
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 カール・ウィーガーズの要求工学とIEEE 830に基づき、ステークホルダーニーズを抽出し、検証可能な要件に落とし込むための体系的なスキル。スコープ定義、要件抽出、仕様化、品質検証、合意形成までの一貫プロセスを提供する。Anchors:• 『Software Requirements』(Karl Wiegers) / 適用: 要件工学 / 目的: 品質要件の明確化• IEEE 830 / 適用: 要件仕様の構造 / 目的: 一貫したドキュメント化• ISO/IEC 25010 / 適用: 非機能要件分類 / 目的: 品質特性の網羅Trigger:Use when defining system requirements, eliciting stakeholder needs, validating requirement quality, or drafting requirements documents.
2026-01-05
domain-event-patterns.md
2
1 export domain-event-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ドメインイベントパターンを使用して、ビジネスドメイン内で発生した重要な出来事をモデル化・永続化・伝播するスキル。イベントソーシング、CQRS、イベント駆動アーキテクチャの実装をサポートする。Anchors:• Domain-Driven Design (Eric Evans) / 適用: ドメインイベント設計 / 目的: ビジネス上の重要な出来事の捕捉• Implementing DDD (Vaughn Vernon) / 適用: イベントストア実装 / 目的: イベント永続化パターン• CQRS/Event Sourcing (Greg Young) / 適用: 状態再構築 / 目的: イベントストリームからの状態復元Trigger:Use when designing domain events, implementing event sourcing, building event-driven architecture, modeling state changes as events, implementing CQRS patterns, creating event stores.domain event, event sourcing, CQRS, event-driven, event store, event handler
2026-01-05
backend-development.md
2
1 export backend-development
2 zabiny from "zabiny/klabis"
3 Provides development guidance for implementing backend features using Domain-Driven Design, hexagonal architecture, event-driven patterns, and HATEOAS conventions. Use when implementing new domain features, REST APIs, or integrating cross-domain functionality in the backend.
2026-01-05
r3f-geometry.md
2
1 export r3f-geometry
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 BufferGeometry creation, built-in geometries, custom geometry with buffer attributes, instanced meshes for rendering thousands of objects, and geometry manipulation. Use when creating custom shapes, optimizing with instancing, or working with vertex data directly.
2026-01-05
building-terraform-modules.md
2
1 export building-terraform-modules
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to build reusable Terraform modules based on user specifications. It leverages the terraform-module-builder plugin to generate production-ready, well-documented Terraform module code, incorporating best practices for security, scalability, and multi-platform support. Use this skill when the user requests to create a new Terraform module, generate Terraform configuration, or needs help structuring infrastructure as code using Terraform. The trigger terms include "create Terraform module," "generate Terraform configuration," "Terraform module code," and "infrastructure as code."
2026-01-05
shape-spec.md
2
1 export shape-spec
2 korallis from "korallis/Amp-OS"
3 Research and gather requirements for a new feature spec. Use when you have a feature idea and need to understand scope, gather requirements, and document visuals before writing a spec.
2026-01-05
building-gitops-workflows.md
2
1 export building-gitops-workflows
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to construct GitOps workflows using ArgoCD and Flux. It is designed to generate production-ready configurations, implement best practices, and ensure a security-first approach for Kubernetes deployments. Use this skill when the user explicitly requests "GitOps workflow", "ArgoCD", "Flux", or asks for help with setting up a continuous delivery pipeline using GitOps principles. The skill will generate the necessary configuration files and setup code based on the user's specific requirements and infrastructure.
2026-01-05
excel-lbo-modeler.md
2
1 export excel-lbo-modeler
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Create leveraged buyout (LBO) models in Excel with sources & uses, debt schedules, cash flow waterfalls, and IRR calculations for private equity analysis Activates when you request "excel lbo modeler" functionality.
2026-01-05
writing-plans.md
2
1 export writing-plans
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
2026-01-05
sensor-tasking.md
2
1 export sensor-tasking
2 refractionPOINT from "refractionPOINT/documentation"
3 Send tasks (commands) to EDR sensors to gather data or take action. Handles offline agents via reliable-tasking, collects responses via LCQL queries, and creates D&R rules for automated response handling. Use for live response, data collection, forensic acquisition, or fleet-wide operations like "get OS version from all Windows servers" or "isolate all hosts with tag X".
2026-01-05
adr-writer.md
2
1 export adr-writer
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates Architecture Decision Records documenting key technical decisions with context, alternatives considered, tradeoffs, consequences, and decision owners. Use when documenting "architecture decisions", "technical choices", "design decisions", or "ADRs".
2026-01-05
design-to-component-translator.md
2
1 export design-to-component-translator
2 patricio0312rev from "patricio0312rev/skillset"
3 Converts Figma/design specifications into production-ready UI components with accurate spacing, typography, color tokens, responsive rules, and interaction states (hover, focus, disabled, active). Generates Tailwind/shadcn code with design system tokens mapping. Use when translating "Figma to code", "design specs to components", or "implement design system".
2026-01-05
fullstory-privacy-strategy.md
2
1 export fullstory-privacy-strategy
2 fullstorydev from "fullstorydev/fs-skills"
3 Strategic guide for data privacy in Fullstory implementations. Teaches developers how to decide what data to send, mask, exclude, hash, or replace with joinable keys. Covers regulatory compliance (GDPR, HIPAA, PCI, CCPA), privacy-by-design principles, and balancing analytics value with privacy protection. Acts as a decision framework that references core privacy skills.
2026-01-05
claude-code-sessions.md
2
1 export claude-code-sessions
2 tekliner from "tekliner/improvado-agentic-frameworks-and-skills"
3 Use when user says "resume session", "what did I work on", or "find conversation about [topic]". Automatically searches, resumes, and analyzes Claude Code sessions. Handles session discovery, content search, and automatic session restoration from any directory.
2026-01-05
gpt-researcher.md
2
1 export gpt-researcher
2 closedloop-technologies from "closedloop-technologies/awesome-deep-researchers"
3 Run the GPT Researcher autonomous agent to generate comprehensive deep research reports. Requires LLM and Search API keys (e.g., OPENAI_API_KEY, TAVILY_API_KEY).
2026-01-05
multi-turn-conversation.md
2
1 export multi-turn-conversation
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 複数ターンに渡る対話の設計と状態管理を実現するスキル。エージェント・ユーザー間の対話フロー、コンテキスト管理、ターン管理を通じて、一貫性のある対話体験を構築します。Anchors:• The Pragmatic Programmer / 適用: ターン設計と状態管理の手順設計 / 目的: 対話フローの体系的な構築• Conversation Design Pattern / 適用: マルチターン対話パターン / 目的: 実務的な対話フロー実装Trigger:Use when designing multi-turn conversation flows, implementing dialogue state management, tracking user intent across turns, managing conversation context, or ensuring consistency in long-running dialogues.Keywords: multi-turn, dialogue, conversation flow, context management, state tracking, turn management, conversation design
2026-01-05
performance-at-scale.md
2
1 export performance-at-scale
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Spatial indexing and world streaming for Three.js building games with thousands of pieces. Use when optimizing building games, implementing spatial queries, chunk loading, or profiling performance. Includes spatial hash grids, octrees, chunk managers, and benchmarking tools.
2026-01-05
brainstorming.md
2
1 export brainstorming
2 tilework-tech from "tilework-tech/nori-cli"
3 IMMEDIATELY USE THIS SKILL when creating or develop anything and before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
2026-01-05
spec-kit-workflow.md
2
1 export spec-kit-workflow
2 jmanhype from "jmanhype/speckit"
3 Guides specification-driven development workflow. Automatically invoked when discussing new features, specifications, technical planning, or implementation tasks. Ensures proper workflow phases (specify → clarify → plan → checklist → tasks → analyze → implement).
2026-01-05
quality-enforcer.md
2
1 export quality-enforcer
2 stharrold from "stharrold/yuimedi-paper-20250901"
3 Enforces quality gates: 80% test coverage, passing tests, successful builds,semantic versioning. Runs before PR creation.Use when: Running tests, checking coverage, validating quality, versioningTriggers: run tests, check coverage, quality gates, version bump
2026-01-05
managing-database-replication.md
2
1 export managing-database-replication
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage database replication, failover, and high availability configurations using the database-replication-manager plugin. It is designed to assist with tasks such as setting up master-slave replication, configuring automatic failover, monitoring replication lag, and implementing read scaling. Use this skill when the user requests help with "database replication", "failover configuration", "high availability", "replication lag", or "read scaling" for databases like PostgreSQL or MySQL. The plugin facilitates both physical and logical replication strategies.
2026-01-05
managing-database-partitions.md
2
1 export managing-database-partitions
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to design, implement, and manage table partitioning strategies for large databases. It is triggered when the user needs to optimize query performance, manage time-series data, or reduce maintenance windows for tables exceeding 100GB. Use this skill when asked to "create database partitions", "optimize database queries with partitioning", "manage large database tables", or when the user mentions "partitioning strategy", "data archival", or uses the command `/partition`. The skill helps automate partition maintenance and data lifecycle management. It focuses on database best practices and production-ready implementations.
2026-01-05