Browse Skills

18175 skills found

structured-output.md
2
1 export structured-output
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 構造化出力を設計・生成・検証するためのスキル。JSON/YAML/CSV/Markdownなどの機械可読な出力を、用途と受け手に合わせて最小の仕様で定義し、一貫性と再利用性を確保する。Anchors:• JSON Schema / 適用: 出力スキーマ定義 / 目的: 型・必須項目の明確化• RFC 8259 (JSON) / 適用: JSON構文 / 目的: 互換性の担保• RFC 4180 (CSV) / 適用: CSV出力 / 目的: 区切りとエスケープの標準化Trigger:Use when designing or validating structured outputs, schema-driven responses, or machine-readable reports.structured output, JSON schema, CSV, YAML, markdown table, response format
2026-01-05
art-icon-creator.md
2
1 export art-icon-creator
2 bennoloeffler from "bennoloeffler/bassi"
3 This skill should be used when creating artistic icon variations from images. It generates 10 different greyscale icon styles from a single image source, automatically compressing to under 20KB with high contrast appearance. Supports both URL and local file inputs.
2026-01-05
analyzing-text-sentiment.md
2
1 export analyzing-text-sentiment
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to analyze the sentiment of text data. It identifies the emotional tone expressed in text, classifying it as positive, negative, or neutral. Use this skill when a user requests sentiment analysis, opinion mining, or emotion detection on any text, such as customer reviews, social media posts, or survey responses. Trigger words include "sentiment analysis", "analyze sentiment", "opinion mining", "emotion detection", and "polarity".
2026-01-05
performance-engineering.md
2
1 export performance-engineering
2 warpcode from "warpcode/dotfiles"
3 Domain specialist for performance optimization, profiling, caching, and resource management. Scope: profiling tools, caching strategies, load testing, observability, N+1 query detection, algorithm complexity analysis, resource leak detection, connection pooling, query optimization, memory leaks, file handle leaks, connection leaks. Excludes: code architecture, security operations, database design, infrastructure. Triggers: "performance", "slow", "optimization", "profiling", "caching", "load test", "bottleneck", "resource leak", "N+1", "memory leak", "complexity".
2026-01-05
distributed-tracing.md
2
1 export distributed-tracing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 分散トレーシングの設計とOpenTelemetry導入を支援するスキル。トレース構造、スパン設計、検証手順を体系化する。Anchors:• Observability Engineering / 適用: 観測設計 / 目的: 可観測性の一貫性確保• W3C Trace Context / 適用: コンテキスト伝播 / 目的: 標準準拠• OpenTelemetry / 適用: 計測とエクスポート / 目的: ベンダー非依存化Trigger:Use when designing trace structures, implementing OpenTelemetry instrumentation, or validating span propagation.distributed tracing, opentelemetry, span, trace context, w3c
2026-01-05
design-system-architecture.md
2
1 export design-system-architecture
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 一貫性と拡張性を両立するデザインシステムの基盤設計を支援するスキル。デザイントークン、コンポーネント規約、Figma/コード同期を体系化する。Anchors:• Atomic Design / 適用: コンポーネント階層設計 / 目的: 構造の一貫性確保• Design Tokens / 適用: トークン管理 / 目的: 再利用性の向上• Clean Architecture / 適用: 依存関係設計 / 目的: 責務分離Trigger:Use when designing a design system, defining design tokens, or establishing component and Figma-code synchronization rules.design system architecture, design tokens, figma sync, component guidelines
2026-01-05
checking-hipaa-compliance.md
2
1 export checking-hipaa-compliance
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to automatically check for HIPAA (Health Insurance Portability and Accountability Act) compliance issues in codebases, infrastructure configurations, and documentation. It leverages the hipaa-compliance-checker plugin to identify potential violations related to data privacy, security, and access controls. Use this skill when the user explicitly requests to "check HIPAA compliance", "scan for HIPAA violations", "assess HIPAA readiness", or similar phrases related to HIPAA audits and security best practices. It is useful for projects handling protected health information (PHI) and requiring adherence to HIPAA regulations.
2026-01-05
makefile.md
2
1 export makefile
2 joeyagreco from "joeyagreco/dotfiles"
3 Guidelines when dealing with Makefiles
2026-01-05
rails-database-indexes.md
2
1 export rails-database-indexes
2 nekorush14 from "nekorush14/dotfiles"
3 Design and implement database indexes for optimal query performance. Use when creating tables, optimizing slow queries, or improving database performance.
2026-01-05
building-skills.md
2
1 export building-skills
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when creating, editing, moving, or understanding Claude Code skills. Covers skill structure, locations, building process, and maintenance.
2026-01-05
finding-security-misconfigurations.md
2
1 export finding-security-misconfigurations
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to identify potential security misconfigurations in various systems and configurations. It leverages the security-misconfiguration-finder plugin to analyze infrastructure-as-code, application configurations, and system settings, pinpointing common vulnerabilities and compliance issues. Use this skill when the user asks to "find security misconfigurations", "check for security vulnerabilities in my configuration", "audit security settings", or requests a security assessment of a specific system or file. This skill will assist in identifying and remediating potential security weaknesses.
2026-01-05
component-creation.md
2
1 export component-creation
2 lsst-sqre from "lsst-sqre/squareone"
3 Comprehensive guide for creating React components in the squared package and squareone app. Use this skill when creating new components, setting up component structure, implementing CSS Modules styling, writing Storybook stories, or setting up component tests. Covers TypeScript patterns (type vs interface, no React.FC), CSS Modules with design tokens, compound component patterns, Storybook integration, and vitest testing.
2026-01-05
automating-mobile-app-testing.md
2
1 export automating-mobile-app-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user requests mobile app testing, test automation for iOS or Android, or needs assistance with setting up device farms and simulators. The skill is triggered by terms like "mobile testing", "appium", "detox", "xcuitest", "espresso", "android test", "ios test".
2026-01-05
building-neural-networks.md
2
1 export building-neural-networks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").
2026-01-05
orchestrating-multi-agent-systems.md
2
1 export orchestrating-multi-agent-systems
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to orchestrate multi-agent systems using the AI SDK v5. It allows Claude to set up agent handoffs, intelligent routing, and coordinated workflows across different AI providers like OpenAI, Anthropic, and Google. Use this skill when the user asks to create multi-agent systems, needs help with agent coordination, task routing, or wants to build complex workflows involving specialized agents. It is triggered by phrases like "multi-agent system", "agent orchestration", "agent handoff", "intelligent routing", or "coordinate agents".
2026-01-05
performance-testing.md
2
1 export performance-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to design, execute, and analyze performance tests using the performance-test-suite plugin. It is activated when the user requests load testing, stress testing, spike testing, or endurance testing, and when discussing performance metrics such as response time, throughput, and error rates. It identifies performance bottlenecks related to CPU, memory, database, or network issues. The plugin provides comprehensive reporting, including percentiles, graphs, and recommendations.
2026-01-05
form-vanilla.md
2
1 export form-vanilla
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Framework-free form validation using HTML5 Constraint Validation API enhanced with Zod for complex rules. Use when building forms without React/Vue or for progressive enhancement.
2026-01-05
cpp-function-design.md
2
1 export cpp-function-design
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-cpp-developer"
3 Comprehensive guide to C++ function design, function parameters, return values, function overloading, and function best practices. Use when discussing function architecture and parameter passing strategies.
2026-01-05
agent-dependency-design.md
2
1 export agent-dependency-design
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Specializes in agent dependency and interface design. Defines skill references, command coordination, and inter-agent collaboration protocols while preventing circular dependencies to build effective multi-agent systems.Anchors:• "The Pragmatic Programmer" (Andrew Hunt, David Thomas) / Application: Procedure design and practical improvement / Purpose: Build effective agent collaboration mechanisms• "Software Architecture in Practice" (Len Bass, Paul Clements, Rick Kazman) / Application: Interface design patterns / Purpose: Minimize dependencies and improve maintainabilityTrigger:Use when defining inter-agent data handoffs, designing multi-agent collaboration, detecting or resolving circular dependencies, or defining handoff protocols.agent collaboration, dependency graph, handoff protocol, circular dependency, skill reference, multi-agent system
2026-01-05
skill-creator.md
2
1 export skill-creator
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 スキルを作成・更新するためのメタスキル。Progressive Disclosure、Task分離、知識圧縮アンカーを適用し、高品質なスキルを効率的に量産する。目的に合わせてagents/scripts/assets/referencesを必要最小限で設計する。agents/scripts/assets/referencesは責務ごとに分離し、単一責務の構成で量産可能にする。Anchors:• Continuous Delivery (Jez Humble) / 適用: 自動化・検証フロー / 目的: 品質パイプライン構築• The Lean Startup (Eric Ries) / 適用: Build-Measure-Learn / 目的: 反復改善サイクル• Domain-Driven Design (Eric Evans) / 適用: ユビキタス言語 / 目的: 一貫した語彙設計Trigger:新規スキルの作成、既存スキルの更新、スキル構造の検証、スキルテンプレートの生成を行う場合に使用。スキル作成, スキル更新, スキル検証, スキルテンプレート, skills仕様, skill creation
2026-01-05
incremental-implementation.md
2
1 export incremental-implementation
2 HTRamsey from "HTRamsey/claude-config"
3 Use when building multi-day features, avoiding long-lived branches, features taking >1 day, changes touching multiple systems, or high-risk changes needing gradual rollout - break features into deployable increments that each provide value
2026-01-05
performance-monitor.md
2
1 export performance-monitor
2 IgorGanapolsky from "IgorGanapolsky/trading"
3 Tracks trading performance with comprehensive metrics and analytics including Sharpe ratio, drawdown, and win rate
2026-01-05
performance-testing.md
2
1 export performance-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to design, execute, and analyze performance tests using the performance-test-suite plugin. It is activated when the user requests load testing, stress testing, spike testing, or endurance testing, and when discussing performance metrics such as response time, throughput, and error rates. It identifies performance bottlenecks related to CPU, memory, database, or network issues. The plugin provides comprehensive reporting, including percentiles, graphs, and recommendations.
2026-01-05
form-filling.md
2
1 export form-filling
2 BA-CalderonMorales from "BA-CalderonMorales/codex-cheat-sheet"
3 Guide PDF or web form filling; use when structured form completion is requested.
2026-01-05