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
process-file.md
2
1 export process-file
2 eternnoir from "eternnoir/claude-tool"
3 Process arbitrary files (email, PDF, Office docs, images, audio/video) and integrate with AkashicRecords for intelligent archiving. Reads file content, analyzes intent, and suggests appropriate storage location based on content and project preferences.
2026-01-05
styling-tenzir-ui.md
2
1 export styling-tenzir-ui
2 tenzir from "tenzir/claude-plugins"
3 Provides Tenzir design system tokens and component specifications. Use when building UI components, styling with CSS/Tailwind, choosing colors, typography, spacing, or implementing buttons, inputs, tags/badges, toasts, and other Tenzir UI elements.
2026-01-05
integration-test.md
2
1 export integration-test
2 avivsinai from "avivsinai/telclaude"
3 Full SDK integration test that runs actual queries through the Claude SDK sandbox. Use after making changes to SDK client code, session management, skill loading, network proxy, voice/TTS, or image generation. Runs real prompts through the SDK to verify the complete path works.
2026-01-05
command-performance-optimization.md
2
1 export command-performance-optimization
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 コマンドのパフォーマンス最適化(トークン効率化/並列実行/モデル選択/速度改善)を整理し、性能改善の判断と適用を支援するスキル。計測観点、最適化手順、テンプレート運用を一貫して整理する。Anchors:• High Performance Browser Networking (Ilya Grigorik) / 適用: パフォーマンス測定 / 目的: レイテンシー削減• Design of Computer Programs (Peter Norvig) / 適用: 最適化設計 / 目的: 実行速度向上• Programming Pearls (Jon Bentley) / 適用: トークン効率化 / 目的: リソース削減Trigger:Use when optimizing command performance, reducing token usage, or designing parallel execution flows and model selection.command performance, token optimization, parallel execution, model selection
2026-01-05
monitoring-cpu-usage.md
2
1 export monitoring-cpu-usage
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to monitor and analyze CPU usage patterns within applications. It helps identify CPU hotspots, analyze algorithmic complexity, and detect blocking operations. Use this skill when the user asks to "monitor CPU usage", "optimize CPU performance", "analyze CPU load", or "find CPU bottlenecks". It assists in identifying inefficient loops, regex performance issues, and provides optimization recommendations. This skill is designed for improving application performance by addressing CPU-intensive operations.
2026-01-05
creating-ansible-playbooks.md
2
1 export creating-ansible-playbooks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill creates Ansible playbooks for automating configuration management tasks. It generates production-ready, multi-platform playbooks based on user-defined requirements, incorporating best practices and a security-first approach. Use this skill when you need to automate server configurations, software deployments, or infrastructure management using Ansible. Trigger this skill by requesting "Ansible playbook," specifying configuration details, or asking for automation of a particular setup.
2026-01-05
prototype-design.md
2
1 export prototype-design
2 ChuDiRen from "ChuDiRen/AI-agent-testing-platform"
3 原型界面设计工具。当用户需要根据 PRD 生成高保真原型页面、快速出原型确认需求、或进行 UI/UX 设计验证时使用。支持移动端和 PC 端应用。
2026-01-05
organizing-documentation.md
2
1 export organizing-documentation
2 cipherstash from "cipherstash/cipherpowers"
3 Set up or reorganize project documentation using intent-based structure (BUILD/FIX/UNDERSTAND/LOOKUP)
2026-01-05
unity-game-ui-toolkit-design.md
2
1 export unity-game-ui-toolkit-design
2 akiojin from "akiojin/unity-mcp-server"
3 Game UI design using Unity's UI Toolkit (USS/UXML/Flexbox). Includes game UI elements like HUD, health bars, inventory, skill bars, PanelSettings scaling, and Safe Area support. Use when: game UI design, HUD creation, USS/UXML styling, Flexbox layout, PanelSettings configuration
2026-01-05
bellog-rsc.md
2
1 export bellog-rsc
2 whddltjdwhd from "whddltjdwhd/bellog"
3 Provides guidance on React Server Components vs Client Components decision-making in Bellog. Triggers when creating new components.
2026-01-05
cost-optimization-gha.md
2
1 export cost-optimization-gha
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actions の実行コストを最適化するためのスキル。コスト計測、削減施策の設計、実装、継続的な監視を一連で扱う。Anchors:• High Performance Browser Networking / 適用: 計測から改善する姿勢 / 目的: 速度とコストの可視化• Designing Data-Intensive Applications / 適用: 制約下の設計判断 / 目的: ランナー/ストレージの効率化• Continuous Delivery / 適用: 改善の反復 / 目的: 継続的最適化のサイクル化Trigger:Use when optimizing GitHub Actions workflow execution time, reducing runner costs, managing billing, or optimizing artifact storage and cache usage.github actions cost optimization, runner costs, workflow budget, artifact storage, caching strategy
2026-01-05
tweaktune-synthesizer.md
2
1 export tweaktune-synthesizer
2 qooba from "qooba/tweaktune"
3 Interactive assistant for designing and generating tweaktune pipelines to synthesize training data for LLMs. Use when user wants to create synthetic datasets for fine-tuning, generate conversations, function calling data, or structured JSON datasets.
2026-01-05
docker-best-practices.md
2
1 export docker-best-practices
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Dockerfile最適化、セキュリティ、マルチステージビルドを体系化するスキル。イメージ最適化とローカル開発環境の設計を支援する。Anchors:• Dockerfile Best Practices / 適用: レイヤー最適化 / 目的: ビルド効率向上• Image Security / 適用: 最小権限 / 目的: セキュリティ強化• Multi-stage Builds / 適用: ビルド分離 / 目的: イメージ最小化Trigger:Use when optimizing Dockerfiles, improving image security, or designing local development container setups.dockerfile optimization, image security, multi-stage build, docker compose
2026-01-05
research.md
2
1 export research
2 ferdiangunawan from "ferdiangunawan/rpi-stack"
3 Use when needing to understand requirements before implementation. Gathers context from Jira, Confluence, codebase, and docs. Produces research document with confidence scoring.
2026-01-05
build-in-public.md
2
1 export build-in-public
2 vindicatenyc from "vindicatenyc/build-in-public-plugin"
3 Generate social media posts for building in public, coding in public, or dev content creation. Activate when user mentions Twitter, X, BlueSky, LinkedIn, Instagram posts about coding, sharing progress, social media content for developers, or wants to share what they built.
2026-01-05
approval-gates.md
2
1 export approval-gates
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 承認ゲートの設計・評価・運用を体系化し、変更管理とリリース判断を安全に進めるスキル。リスク評価に基づくゲート条件、手動承認と自動検証の分離、監査可能な記録設計を支援します。Anchors:• The Pragmatic Programmer / 適用: 品質ゲートの段階化 / 目的: 変更の安全性を段階的に高める• リスク評価フレームワーク / 適用: 影響度と発生確率の分類 / 目的: ゲート条件の科学的根拠を整える• ITIL Change Enablement / 適用: 変更承認フロー / 目的: 監査可能な意思決定を実現するTrigger:Use when designing approval gates, change control checkpoints, release readiness criteria, or governance workflows that require risk-based approvals and audit trails.
2026-01-05
mxcp-expert.md
2
1 export mxcp-expert
2 raw-labs from "raw-labs/raw-labs-claude-marketplace"
3 Expert guidance for building production MCP servers using MXCP (Model Context Protocol eXtension Platform), an enterprise framework with SQL and Python endpoints, security, testing, and deployment. Use when: (1) Creating or initializing MXCP projects or MCP servers, (2) Building MCP tools, resources, or prompts, (3) Configuring endpoints, authentication, or policies, (4) Testing, validating, or debugging MXCP applications, or any task involving MXCP or MCP server development.
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
multi-agent-systems.md
2
1 export multi-agent-systems
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 マルチエージェントシステム設計を専門とするスキル。複数のエージェント間の効果的な協調、ハンドオフプロトコルの設計、情報受け渡しメカニズムにより、スケーラブルで保守性の高い分散システムを構築する。Anchors:• Building Microservices (Sam Newman) / 適用: サービス間の協調設計 / 目的: 疎結合で信頼性の高いエージェント連携• Patterns of Enterprise Application Architecture (Martin Fowler) / 適用: ハンドオフパターン / 目的: 明確なプロトコル設計• Working Effectively with Legacy Code (Michael Feathers) / 適用: 既存システムとの統合 / 目的: 段階的なエージェント導入Trigger:Use when designing multi-agent collaboration, defining handoff protocols, optimizing inter-agent communication, or managing agent dependencies.multi-agent, agent collaboration, handoff protocol, delegation, chaining, parallel agents, feedback loop, orchestration
2026-01-05
cross-service-integration.md
2
1 export cross-service-integration
2 duc01226 from "duc01226/EasyPlatform"
3 Use when designing or implementing cross-service communication, data synchronization, or service boundary patterns.
2026-01-05
system-architecture.md
2
1 export system-architecture
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-backend"
3 Master architectural design with SOLID principles, design patterns, microservices, and event-driven systems. Learn to design scalable backend systems.
2026-01-05
supabase-developer.md
2
1 export supabase-developer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.
2026-01-05
building-cicd-pipelines.md
2
1 export building-cicd-pipelines
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate CI/CD pipeline configurations for various platforms, including GitHub Actions, GitLab CI, and Jenkins. It is used when a user requests the creation of a CI/CD pipeline, specifies a platform (e.g., "GitHub Actions"), or mentions specific pipeline stages like "test," "build," "security," or "deploy." This skill is also useful when the user needs to automate software delivery, integrate security scanning, or set up multi-environment deployments. The skill is triggered by terms such as "CI/CD pipeline," "GitHub Actions pipeline," "GitLab CI configuration," or "Jenkins pipeline."
2026-01-05