Browse Skills

22656 skills found

blog-scraper.md
2
1 export blog-scraper
2 Ryunosuke-Tanaka-sti from "Ryunosuke-Tanaka-sti/claude_and_blog_seminar"
3 Fetch and compress blog articles from tech-lab.sios.jp into the doc/ directory with token usage statistics and OGP metadata
2026-01-05
frontend-design.md
2
1 export frontend-design
2 ChuDiRen from "ChuDiRen/AI-agent-testing-platform"
3 高质量前端界面设计指南。当用户要求构建 Web 组件、页面、仪表板、React/Vue 组件、HTML/CSS 布局,或对任何 Web UI 进行样式美化时使用。生成富有创意、精美的代码和 UI 设计,避免通用的 AI 美学。
2026-01-05
speculator-orchestration.md
2
1 export speculator-orchestration
2 wbeard from "wbeard/speculator"
3 Multi-agent task orchestration using the spec CLI. Guides agents on claiming tasks, parallel execution, blocking, and coordination. Use when working with multiple agents, claiming tasks, or managing parallel work.
2026-01-05
composite-actions.md
2
1 export composite-actions
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actions の Composite Actions 設計と実装を支援するスキル。action.yml の構造、入出力設計、再利用性、検証手順を整理する。Anchors:• 『The Pragmatic Programmer』(Andrew Hunt, David Thomas) / 適用: 自動化設計 / 目的: 再利用可能な処理の整理• 『GitHub Actions公式ドキュメント』 / 適用: Composite Actions 実装 / 目的: 構文仕様の準拠• 『The Twelve-Factor App』 / 適用: 設定と可搬性 / 目的: アクションの独立性確保• 『Release It!』(Michael Nygard) / 適用: エラーハンドリング / 目的: 安定運用の設計Trigger:Use when designing composite actions, validating action.yml structure, or integrating reusable GitHub Actions steps.composite actions, action.yml, reusable action, inputs outputs, github actions
2026-01-05
use-case-modeling.md
2
1 export use-case-modeling
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ユースケース駆動の要件分析スキル。ユーザーとシステムの対話を構造化し、ビジネスロジックを明確にします。アクター識別から詳細シナリオ設計まで段階的に進めます。Anchors:• 『Writing Effective Use Cases』(Alistair Cockburn) / 適用: ユースケース設計 / 目的: 要件仕様の明確化• 『The Pragmatic Programmer』(David Thomas, Andrew Hunt) / 適用: 要件分析 / 目的: 実践的な品質維持Trigger:ユースケースモデリング、アクター分析、システム要件定義時に使用
2026-01-05
drizzle-orm.md
2
1 export drizzle-orm
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 DrizzleORMを使用したデータベーススキーマ設計、マイグレーション、型安全なクエリ構築を専門とするスキル。SQLite、PostgreSQL、MySQLに対応し、TypeScriptの型システムを最大限活用した堅牢なDB層を構築する。Anchors:• Drizzle ORM公式ドキュメント / 適用: スキーマ定義とマイグレーション / 目的: 型安全なDB設計の基盤• TypeScript型システム / 適用: クエリビルダーとスキーマ定義 / 目的: エンドツーエンドの型安全性• Database Design for Mere Mortals (Hernandez) / 適用: リレーション設計 / 目的: 正規化と参照整合性Trigger:Use when defining Drizzle schemas, creating migrations, building type-safe queries, designing relations, or optimizing database performance.drizzle, orm, schema, migration, sqlite, postgresql, type-safe query
2026-01-05
create-agent.md
2
1 export create-agent
2 Dexploarer from "Dexploarer/hyper-forge"
3 Quickly create a new specialized subagent when needed. Use when you need a specialist that doesn't exist yet for a specific task domain.
2026-01-05
optimizing-cloud-costs.md
2
1 export optimizing-cloud-costs
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to analyze and optimize cloud costs. It identifies areas for potential savings, generates cost reports, and suggests configuration changes to reduce expenses. Use this skill when the user asks to "optimize cloud costs", "reduce cloud spending", "generate a cost report", or similar requests related to cloud resource expenses. It is especially useful when the user provides details about their cloud environment (e.g., AWS, Azure, GCP). The skill leverages best practices for cost optimization and provides production-ready configurations.
2026-01-05
encrypting-and-decrypting-data.md
2
1 export encrypting-and-decrypting-data
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to encrypt and decrypt data using various algorithms provided by the encryption-tool plugin. It should be used when the user requests to "encrypt data", "decrypt a file", "generate an encrypted file", or needs to secure sensitive information. This skill supports various encryption methods and ensures data confidentiality. It is triggered by requests related to data encryption, decryption, or general data security needs.
2026-01-05
managing-snapshot-tests.md
2
1 export managing-snapshot-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage and update snapshot tests using intelligent diff analysis and selective updates. It is triggered when the user asks to analyze snapshot failures, update snapshots, or manage snapshot tests in general. It helps distinguish intentional changes from regressions, selectively update snapshots, and validate snapshot integrity. Use this when the user mentions "snapshot tests", "update snapshots", "snapshot failures", or requests to run "/snapshot-manager" or "/sm". It supports Jest, Vitest, Playwright, and Storybook frameworks.
2026-01-05
infrastructure-as-code.md
2
1 export infrastructure-as-code
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Infrastructure as Code(IaC)の原則に基づく構成管理の自動化を専門とするスキル。環境変数管理、Secret管理、Railway統合を中心に、再現可能で安全なインフラ構成を実現します。Anchors:• 『The Pragmatic Programmer』(Andrew Hunt, David Thomas)/ 適用: 設定の外部化・DRY原則・エラーの早期検出 / 目的: 保守性とセキュリティの両立• IaC 4原則(宣言的定義・べき等性・バージョン管理・不変インフラ)/ 適用: インフラ構成全体 / 目的: 再現可能性の確保Trigger:Use when designing environment variables, managing secrets, configuring Railway deployments, or setting up infrastructure as code for Next.js/Electron projects.Keywords: railway.json, .env.example, environment variables, GitHub Secrets, Railway Secrets, Turso integration, infrastructure automation
2026-01-05
preprocessing-data-with-automated-pipelines.md
2
1 export preprocessing-data-with-automated-pipelines
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to preprocess and clean data using automated pipelines. It is designed to streamline data preparation for machine learning tasks, implementing best practices for data validation, transformation, and error handling. Claude should use this skill when the user requests data preprocessing, data cleaning, ETL tasks, or mentions the need for automated pipelines for data preparation. Trigger terms include "preprocess data", "clean data", "ETL pipeline", "data transformation", and "data validation". The skill ensures data quality and prepares it for effective analysis and model training.
2026-01-05
boundary-value-analysis.md
2
1 export boundary-value-analysis
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 境界値分析と同値分割によるテストケース設計を体系化するスキル。入力領域の分類、境界値抽出、エッジケース追加、組み合わせ最適化を行い、最小のテスト数で検証精度を高める。Anchors:• The Pragmatic Programmer / 適用: テスト設計 / 目的: 実践的改善と品質維持• Software Testing (Glenford J. Myers) / 適用: 境界値設計 / 目的: 代表値選定の明確化• Rapid Software Testing (James Bach) / 適用: 探索的テスト / 目的: エッジケースの発見Trigger:Use when designing test cases, validating input boundaries, applying equivalence partitioning, or optimizing test coverage.
2026-01-05
implementing-database-caching.md
2
1 export implementing-database-caching
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to implement multi-tier database caching solutions. It is triggered when the user requests database caching, performance improvements, or reduced database load. The skill utilizes Redis, in-memory caching, and CDN layers to optimize database performance by reducing database load, improving query latency, and supporting horizontal scaling with cache-aside, write-through, and read-through patterns. Use this skill when the user mentions terms like "database caching", "improve database performance", "reduce database load", or uses the `/caching` command.
2026-01-05
managing-plugins.md
2
1 export managing-plugins
2 tenzir from "tenzir/claude-plugins"
3 Create and maintain Claude Code plugins. Use when editing ANY file in the plugins/ directory (commands, skills, hooks, subagents, or config), bumping plugin versions, registering plugins in marketplace.json, creating or modifying subagents, or asking about plugin structure and best practices.
2026-01-05
ubiquitous-language.md
2
1 export ubiquitous-language
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ドメイン駆動設計におけるユビキタス言語の確立と適用を専門とするスキル。ドメインエキスパートと開発者が共有する厳密な語彙体系を構築し、コミュニケーションの齟齬を防ぐ。Anchors:• Domain-Driven Design (Eric Evans) / 適用: ユビキタス言語の原則と実践 / 目的: コードとドメインの一貫性確保• Bounded Context / 適用: コンテキスト境界での用語の意味の違いを管理 / 目的: 用語の曖昧さ排除Trigger:Use when establishing domain terminology, creating glossaries, aligning business and technical vocabulary,extracting terms from requirements, defining ubiquitous language for DDD projects,resolving naming conflicts in code, or maintaining domain vocabulary consistency.
2026-01-05
managing-ssltls-certificates.md
2
1 export managing-ssltls-certificates
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage and monitor SSL/TLS certificates using the ssl-certificate-manager plugin. It is activated when the user requests actions related to SSL certificates, such as checking certificate expiry, renewing certificates, or listing installed certificates. Use this skill when the user mentions "SSL certificate", "TLS certificate", "certificate expiry", "renew certificate", or similar phrases related to SSL/TLS certificate management. The plugin can list, check, and renew certificates, providing vital information for maintaining secure connections.
2026-01-05
explaining-machine-learning-models.md
2
1 export explaining-machine-learning-models
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to provide interpretability and explainability for machine learning models. It is triggered when the user requests explanations for model predictions, insights into feature importance, or help understanding model behavior. The skill leverages techniques like SHAP and LIME to generate explanations. It is useful when debugging model performance, ensuring fairness, or communicating model insights to stakeholders. Use this skill when the user mentions "explain model", "interpret model", "feature importance", "SHAP values", or "LIME explanations".
2026-01-05
capability-graph-builder.md
2
1 export capability-graph-builder
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Build queryable capability graphs from manifests using Codex for relationship inference between skills, resources, and capabilities.
2026-01-05
particles-lifecycle.md
2
1 export particles-lifecycle
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Particle lifecycle management—emission/spawning, death conditions, object pooling, trails, fade-in/out, and state transitions. Use when particles need birth/death cycles, continuous emission, trail effects, or memory-efficient recycling.
2026-01-05
bug-hunting.md
2
1 export bug-hunting
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when reviewing code for bugs, logic errors, security vulnerabilities, edge cases, race conditions, and resource leaks. Focuses on correctness - does the code do what it claims?
2026-01-05
validating-api-contracts.md
2
1 export validating-api-contracts
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill validates API contracts using consumer-driven testing and OpenAPI validation. It leverages Pact for consumer-driven contract testing, ensuring that API providers adhere to the expectations of their consumers. It also validates APIs against OpenAPI specifications to guarantee compliance and identify breaking changes. Use this skill when the user asks to generate contract tests, validate API responses, check backward compatibility, or validate requests/responses using the terms "contract-test", "ct", "Pact", "OpenAPI validation", or "consumer-driven contract testing".
2026-01-05
codex-claude-loop.md
2
1 export codex-claude-loop
2 creator-hian from "creator-hian/claude-code-plugins"
3 Dual-AI engineering loop orchestrating Claude Code (planning/implementation) and Codex (validation/review). Use when (1) complex feature development requiring validation, (2) high-quality code with security/performance concerns, (3) large-scale refactoring, (4) user requests codex-claude loop or dual-AI review. Do NOT use for simple one-off fixes or prototypes.
2026-01-05
tracking-resource-usage.md
2
1 export tracking-resource-usage
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to track and optimize resource usage across an application stack. It is activated when the user requests insights into resource consumption, performance bottlenecks, or cost optimization opportunities. The skill uses the resource-usage-tracker plugin to monitor CPU, memory, disk I/O, network I/O, file descriptors, database connections, and thread/process counts. Use this skill when the user mentions "resource usage", "performance optimization", "cost optimization", "track resources", or "right-sizing".
2026-01-05