Browse Skills

16146 skills found

testing-deployment-implementation.md
2
1 export testing-deployment-implementation
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-angular"
3 Write unit tests for components and services, implement E2E tests with Cypress, set up test mocks, optimize production builds, configure CI/CD pipelines, and deploy to production platforms.
2026-01-05
osay.md
2
1 export osay
2 tizee from "tizee/dotfiles"
3 AI-powered text-to-speech CLI tool. Use for pronunciation queries, reading text aloud, generating audio files, or language practice. Triggers on "how to pronounce", "say this", "read aloud", "TTS", "text to speech", "speak", or audio generation requests.
2026-01-05
job-outputs-gha.md
2
1 export job-outputs-gha
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actionsのジョブ出力管理スキル。ジョブ間でのデータ共有、outputs定義、依存関係設定、条件分岐、マトリックス戦略での出力集約を提供。Anchors:• Continuous Delivery / 適用: ジョブ間データフロー設計 / 目的: 信頼性の高いパイプライン構築• GitHub Actions公式ドキュメント / 適用: outputs/needs構文 / 目的: 正確な実装パターン適用Trigger:Use when sharing data between GitHub Actions jobs, defining job outputs,setting up job dependencies with needs keyword, implementing conditional workflows,or aggregating outputs from matrix strategies.
2026-01-05
lumen-ai.md
2
1 export lumen-ai
2 cdcore09 from "cdcore09/holoviz-claude"
3 Master AI-powered natural language data exploration with Lumen AI. Use this skill when building conversational data analysis interfaces, enabling natural language queries to databases, creating custom AI agents for domain-specific analytics, implementing RAG with document context, or deploying self-service analytics with LLM-generated SQL and visualizations.
2026-01-05
rbac-policy-tester.md
2
1 export rbac-policy-tester
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates comprehensive permission tests ensuring RBAC doesn't regress with test matrices, CI gating, and authorization coverage. Use for "RBAC testing", "permission tests", "authorization testing", or "access control tests".
2026-01-05
command-advanced-patterns.md
2
1 export command-advanced-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 高度なコマンド設計パターンを整理し、パイプライン/メタコマンド/インタラクティブ設計を支援するスキル。パターン選定、テンプレート適用、検証手順を一貫して整理する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 実践パターン選定 / 目的: 再現性のある設計• Design Patterns (GoF) / 適用: パターン適用判断 / 目的: 拡張性の確保• User-Centered Design / 適用: インタラクティブ設計 / 目的: 誤操作の抑制Trigger:Use when designing pipeline commands, meta-commands, or interactive command flows.command patterns, pipeline command, meta command, interactive command
2026-01-05
file-watcher-observability.md
2
1 export file-watcher-observability
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ファイル監視システムの可観測性(Observability)を3本柱(Metrics、Logs、Traces)に基づいて実装するスキル。Prometheus/Grafana統合でSLA遵守測定、パフォーマンス監視、障害根本原因分析を支援。Anchors:• Observability Engineering(Charity Majors) / 適用: 3本柱設計 / 目的: メトリクス・ログ・トレースの統合• Google SRE Book / 適用: ゴールデンシグナル / 目的: SLI/SLO設計• Prometheus Documentation / 適用: メトリクス命名規則 / 目的: 標準準拠の実装Trigger:Use when implementing observability for file watcher systems, setting up Prometheus/Grafana monitoring, designing SLI/SLO metrics, or analyzing production performance issues.
2026-01-05
customer-feedback-analyzer.md
2
1 export customer-feedback-analyzer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Synthesize user feedback from multiple channels and identify patterns to inform product decisions. Use when analyzing feedback, prioritizing feature requests, conducting NPS surveys, or understanding user sentiment. Covers feedback collection, categorization, prioritization frameworks, and closing the feedback loop.
2026-01-05
electron-auto-updater.md
2
1 export electron-auto-updater
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Electron自動更新機能の実装とデプロイメント専門スキル。electron-updaterライブラリを使用した安全で信頼性の高い自動更新システムの構築を支援します。Anchors:• electron-updater library / 適用: 自動更新実装全般 / 目的: セキュアな更新配信と署名検証• electron-builder / 適用: ビルドと署名設定 / 目的: プラットフォーム固有のパッケージング• Code Signing Guide / 適用: 証明書管理 / 目的: macOS/Windows署名の信頼性確保Trigger:Use when implementing auto-update functionality, configuring electron-updater, setting up update servers, managing code signing certificates, or deploying staged rollouts.Keywords: electron-updater, auto-update, autoUpdater, update server, code signing, certificate, staged rollout, differential update, NSIS, Squirrel
2026-01-05
modeling-nosql-data.md
2
1 export modeling-nosql-data
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to design NoSQL data models. It activates when the user requests assistance with NoSQL database design, including schema creation, data modeling for MongoDB or DynamoDB, or defining document structures. Use this skill when the user mentions "NoSQL data model", "design MongoDB schema", "create DynamoDB table", or similar phrases related to NoSQL database architecture. It assists in understanding NoSQL modeling principles like embedding vs. referencing, access pattern optimization, and sharding key selection.
2026-01-05
profiling-application-performance.md
2
1 export profiling-application-performance
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to profile application performance, analyzing CPU usage, memory consumption, and execution time. It is triggered when the user requests performance analysis, bottleneck identification, or optimization recommendations. The skill uses the application-profiler plugin to identify performance bottlenecks and suggest code-level optimizations. Use it when asked to "profile application", "analyze performance", or "find bottlenecks". It is also helpful when the user mentions specific performance metrics like "CPU usage", "memory leaks", or "execution time".
2026-01-05
bundle-analyzer.md
2
1 export bundle-analyzer
2 Dexploarer from "Dexploarer/hyper-forge"
3 Analyzes JavaScript bundle sizes, identifies large dependencies, and suggests optimizations for webpack, vite, rollup. Use when user asks to "analyze bundle", "optimize bundle size", "reduce bundle", "webpack analysis", or "tree shaking".
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
observability.md
2
1 export observability
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-devops"
3 Distributed tracing with Jaeger, OpenTelemetry, and observability platforms for microservices insights
2026-01-05
pragmatic-engineering.md
2
1 export pragmatic-engineering
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when planning features, reviewing code, or making architectural decisions. Applies principles from Musk, Valve, Spotify, Shopify, 37 Signals to ensure pragmatic, ship-focused development.
2026-01-05
encryption-key-lifecycle.md
2
1 export encryption-key-lifecycle
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 暗号化鍵のライフサイクル管理(生成、ローテーション、失効、バックアップ)のベストプラクティスを提供するスキル。Anchors:- NIST SP 800-57 / 適用: 鍵ライフサイクル全般 / 目的: 業界標準準拠- AWS KMS Best Practices / 適用: クラウド鍵管理 / 目的: クラウド実装パターン- Continuous Delivery (Jez Humble) / 適用: 自動化設計 / 目的: ローテーション自動化Trigger:Use when implementing key generation, rotation, revocation, backup strategies, or managing cryptographic key lifecycle.encryption key, key rotation, key lifecycle, key management, cryptographic keys, HSM, KMS
2026-01-05
azure-expert.md
2
1 export azure-expert
2 QuestForTech-Investments from "QuestForTech-Investments/claude-code-skills"
3 Comprehensive Azure cloud expertise covering all major services (App Service, Functions, Container Apps, AKS, databases, storage, monitoring). Use when working with Azure infrastructure, deployments, troubleshooting, cost optimization, IaC (Bicep/ARM), CI/CD pipelines, or any Azure-related development tasks. Provides scripts, templates, and best practices for production-ready Azure solutions.
2026-01-05
deployment-checklist-generator.md
2
1 export deployment-checklist-generator
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates comprehensive deployment checklists with pre-deployment checks, smoke tests, verification steps, and sign-off workflows. Use for "deployment checklist", "release verification", "deployment runbook", or "production readiness".
2026-01-05
metrics-tracking.md
2
1 export metrics-tracking
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 アジャイル開発におけるメトリクス追跡と分析のためのスキル。ベロシティ、リードタイム、DORA 4メトリクスの計測・可視化・改善を支援する。データ駆動の意思決定と継続的改善を実現する。Anchors:• Accelerate (Nicole Forsgren) / 適用: DORA 4メトリクス設計 / 目的: 科学的根拠に基づくメトリクス選定• Observability Engineering (Charity Majors) / 適用: 計測システム実装 / 目的: 信頼性の高いデータ収集• The Lean Startup (Eric Ries) / 適用: Build-Measure-Learn / 目的: 改善サイクルの確立Trigger:Use when measuring team performance, tracking velocity, analyzing lead time, implementing DORA metrics, or building metrics dashboards.metrics, velocity, burndown, lead time, DORA, deployment frequency, change failure rate, MTTR
2026-01-05
scientific-documentation.md
2
1 export scientific-documentation
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Generate comprehensive scientific research-style documentation for completed coding projects. Use when the user requests project documentation, a technical breakdown, a study paper, a lecture document, or wants to understand everything about a project they just built. Triggers include phrases like "document this project," "create a study paper," "explain everything we did," "write up the full breakdown," "scientific documentation," or "I want to learn from this project." Produces formal Word documents (.docx) with academic structure, beginner-friendly explanations, and exhaustive code analysis.
2026-01-05
neo4j-cypher.md
2
1 export neo4j-cypher
2 rayk from "rayk/lucid-toolkit"
3 Expert guidance for Neo4j Cypher queries and MCP server tools. Use when working with mcp__neo4j__ tools for query execution, schema introspection, and graph operations.
2026-01-05
design-production.md
2
1 export design-production
2 mevans2120 from "mevans2120/design-suite-claude-skills"
3 Creates production-ready design files, prototypes, and specifications for development teams. Translates validated concepts into detailed, implementable designs with comprehensive specs for developers. Produces Figma files (via API), high-fidelity prototypes, design specifications, and animation files.
2026-01-05
subagent-coordination.md
2
1 export subagent-coordination
2 pwarnock from "pwarnock/liaison-toolkit"
3 Multi-agent coordination patterns for delegating work between specialized agents, managing agent roles, and orchestrating workflows across multiple AI agents.
2026-01-05
shader-router.md
2
1 export shader-router
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Decision framework for GLSL shader projects. Routes to specialized shader skills (fundamentals, noise, SDF, effects) based on task requirements. Use when starting a shader project or needing guidance on which shader techniques to combine.
2026-01-05