Browse Skills

18175 skills found

configuring-service-meshes.md
2
1 export configuring-service-meshes
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill configures service meshes like Istio and Linkerd for microservices. It generates production-ready configurations, implements best practices, and ensures a security-first approach. Use this skill when the user asks to "configure service mesh", "setup Istio", "setup Linkerd", or requests assistance with "service mesh configuration" for their microservices architecture. The configurations will be tailored to the specified infrastructure requirements.
2026-01-05
storybook-development.md
2
1 export storybook-development
2 nekorush14 from "nekorush14/dotfiles"
3 Create component documentation and testing with Storybook using CSF3, interaction testing, and visual regression. Use when documenting components, creating UI catalog, or visual testing.
2026-01-05
pydantic-model.md
2
1 export pydantic-model
2 janisto from "janisto/fastapi-playground"
3 Guide for creating Pydantic v2 models with proper validation, field examples, and schema separation following this project's conventions.
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
release-automation-builder.md
2
1 export release-automation-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Automates releases and package publishing with changesets or semantic-release. Handles versioning, changelog generation, git tags, and release notes. Use for "release automation", "semantic versioning", "package publishing", or "changelog generation".
2026-01-05
integration-patterns.md
2
1 export integration-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 MCPサーバーと外部システム間の統合パターン設計。同期・非同期通信、イベント駆動アーキテクチャ、データ同期パターンの設計指針を提供します。Anchors:• Enterprise Integration Patterns (Hohpe/Woolf) / 適用: パターン選択・設計 / 目的: スケーラブルな連携設計• Designing Data-Intensive Applications (Kleppmann) / 適用: 非同期・イベント駆動 / 目的: 分散システムの信頼性• The Pragmatic Programmer / 適用: 実装品質 / 目的: 実践的な改善Trigger:Use when designing system integration, API connectivity, service communication, async processing, or event-driven architecture.integration patterns, mcp server, async communication, event-driven, message queue, api integration
2026-01-05
claude-restart-resume.md
2
1 export claude-restart-resume
2 ManuelKugelmann from "ManuelKugelmann/BitBot"
3 Quick restart to reload configuration changes (skills, settings, hooks, MCP services). Use PROACTIVELY after modifying .claude/ files. Preserves conversation history.
2026-01-05
prompt-guidelines-skills.md
2
1 export prompt-guidelines-skills
2 warpcode from "warpcode/dotfiles"
3 Skill creation guidelines and protocols for high-fidelity, token-efficient specialized capabilities. Provides routing patterns, component selection criteria, and skill structure templates. Includes progressive disclosure patterns for routing vs reference separation. Scope: skill creation, skill structure, routing logic, template patterns. Excludes: agent creation, command creation (handled by component-specific skills). Triggers: skill, create a skill, edit skill, validate skill, new skill.
2026-01-05
context-preserver.md
2
1 export context-preserver
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Automatically save and restore development context to minimize cognitive load when resuming work. Use when switching tasks, taking breaks, or returning after interruptions. Captures mental state, file locations, and next steps. Designed for ADHD developers with high context-switching costs.
2026-01-05
koan-quickstart.md
2
1 export koan-quickstart
2 sylin-org from "sylin-org/koan-framework"
3 Zero to first Koan app in under 10 minutes (S0 + S1 patterns)
2026-01-05
planning-disaster-recovery.md
2
1 export planning-disaster-recovery
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to plan and implement disaster recovery (DR) procedures. It generates configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests assistance with disaster recovery planning, business continuity, or related DevOps tasks. Trigger this skill when the user mentions "disaster recovery", "DR plan", "business continuity", or requests help with setting up a recovery strategy. It provides production-ready configurations, implements best practices, and supports multi-platform environments.
2026-01-05
structured-output-design.md
2
1 export structured-output-design
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 構造化出力の仕様書を設計するためのスキル。スキーマ定義、命名規則、互換性とバージョニング方針を整理し、長期運用に耐える出力契約を作成する。Anchors:• JSON Schema / 適用: スキーマ設計 / 目的: フィールド仕様の形式化• Semantic Versioning 2.0.0 / 適用: バージョニング設計 / 目的: 互換性ルールの明確化• Postel's Law / 適用: 互換性判断 / 目的: 入出力の許容範囲を整理Trigger:Use when defining output contracts, schema evolution rules, or compatibility plans for structured data.output contract, schema design, compatibility, versioning, JSON schema
2026-01-05
resolve-ambiguity.md
2
1 export resolve-ambiguity
2 rayk from "rayk/lucid-toolkit"
3 Systematic ambiguity resolution through tiered information gathering. Use when facing unclear requirements, unknown context, uncertain implementation choices, or any situation where guessing would be risky.
2026-01-05
schema-design.md
2
1 export schema-design
2 phrazzld from "phrazzld/claude-config"
3 Universal database schema design principles: normalization strategy, data types, primary keys, constraints, anti-patterns, and red flags. Apply when designing schemas, reviewing database architecture, or refactoring data models.
2026-01-05
scanning-for-secrets.md
2
1 export scanning-for-secrets
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill helps you scan your codebase for exposed secrets and credentials. It uses pattern matching and entropy analysis to identify potential security vulnerabilities such as API keys, passwords, and private keys. Use this skill when you want to proactively identify and remediate exposed secrets before they are committed to version control or deployed to production. It is triggered by phrases like "scan for secrets", "check for exposed credentials", "find API keys", or "run secret scanner".
2026-01-05
analyzing-capacity-planning.md
2
1 export analyzing-capacity-planning
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to analyze capacity requirements and plan for future growth. It uses the capacity-planning-analyzer plugin to assess current utilization, forecast growth trends, and recommend scaling strategies. Use this skill when the user asks to "analyze capacity", "plan for growth", "forecast infrastructure needs", or requests a "capacity roadmap". It is also useful when the user mentions specific capacity metrics like CPU usage, memory, database storage, network bandwidth, or connection pool saturation. This skill is ideal for proactive infrastructure planning and preventing performance bottlenecks.
2026-01-05
codebase-summarizer.md
2
1 export codebase-summarizer
2 patricio0312rev from "patricio0312rev/skillset"
3 Scans repository structure and generates comprehensive architecture documentation including system overview, entry points, module relationships, data flow diagrams, and "edit here for X" guides. Creates ARCHITECTURE.md for onboarding and navigation. Use when users request "document the codebase", "explain the architecture", "create onboarding docs", or "map the system".
2026-01-05
fuzzing-apis.md
2
1 export fuzzing-apis
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to perform automated fuzz testing on APIs to discover vulnerabilities, crashes, and unexpected behavior. It leverages malformed inputs, boundary values, and random payloads to generate comprehensive fuzz test suites. Use this skill when you need to identify potential SQL injection, XSS, command injection vulnerabilities, input validation failures, and edge cases in APIs. Trigger this skill by requesting fuzz testing, vulnerability scanning, or security analysis of an API. The skill is invoked using the `/fuzz-api` command.
2026-01-05
detecting-sql-injection-vulnerabilities.md
2
1 export detecting-sql-injection-vulnerabilities
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to detect SQL injection vulnerabilities in code. It uses the sql-injection-detector plugin to analyze codebases, identify potential SQL injection flaws, and provide remediation guidance. Use this skill when the user asks to find SQL injection vulnerabilities, scan for SQL injection, or check code for SQL injection risks. The skill is triggered by phrases like "detect SQL injection", "scan for SQLi", or "check for SQL injection vulnerabilities".
2026-01-05
rate-limiting.md
2
1 export rate-limiting
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Rate Limitingとクォータ管理のベストプラクティスを提供するスキル。サーバー側のAPI保護とクライアント側の429対応の両方をカバーし、Token Bucket、Sliding Window等のアルゴリズム選定から実装までを支援。Anchors:• 『Designing Data-Intensive Applications』(Kleppmann)/ 適用: 分散システムのRate Limiting / 目的: スケーラブルな設計• 『API Design Patterns』(Geewax)/ 適用: API保護 / 目的: RESTful APIのベストプラクティス• RFC 6585 / 適用: 429 Too Many Requests / 目的: 標準準拠のレスポンス設計Trigger:Use when designing API rate limiting, implementing DoS protection, handling external API rate limits, or managing quota systems.rate limiting, rate limiter, throttling, 429, token bucket, sliding window, quota, api protection
2026-01-05
spi-flash-dump-via-openocd.md
2
1 export spi-flash-dump-via-openocd
2 lukejenkins from "lukejenkins/claude-openocd-spi-dump"
3 This skill should be used when the user asks to "dump SPI flash", "read EEPROM through OpenOCD", "dump flash via MCU", "read SPI through debug interface", "extract firmware from SPI", or mentions scenarios involving SPI flash connected to a microcontroller with SWD/JTAG debug access. Provides comprehensive guidance for RAM-resident SPI flash dumping without external programming hardware.
2026-01-05
python-project-skel.md
2
1 export python-project-skel
2 zircote from "zircote/.claude"
3 Generate production-ready Python project skeletons with Astral UV package manager, Hatchling build backend with dynamic versioning, and modern tooling (ruff, mypy, pytest, bandit). Use when creating new Python projects, initializing Python packages, setting up src-layout projects, scaffolding Python libraries, or starting a new Python application. Supports Python 3.14+ by default with configurable version. Output to current directory, specified path, or tarball.
2026-01-05
google-cloud-agent-sdk-master.md
2
1 export google-cloud-agent-sdk-master
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration.**TRIGGER PHRASES:**- "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent"- "cloud run agent", "gke deployment", "agent engine", "containerized agent"- "rag agent", "react agent", "agent orchestration", "agent templates"**AUTO-INVOKES FOR:**- Agent creation and scaffolding- Multi-agent system design- Containerized agent deployment- RAG (Retrieval-Augmented Generation) implementation- CI/CD pipeline setup for agents- Agent evaluation and monitoring
2026-01-05
standards-backend.md
2
1 export standards-backend
2 korallis from "korallis/Amp-OS"
3 Backend standards for modern TypeScript applications covering Convex, Supabase, Drizzle ORM, Stripe, tRPC, and API design patterns. Load when implementing server-side code, database schemas, or API endpoints.
2026-01-05