Browse Skills

22656 skills found

getting-started-with-skills.md
2
1 export getting-started-with-skills
2 robertpelloni from "robertpelloni/workspace"
3 Skills wiki intro - mandatory workflows, search tool, brainstorming triggers
2026-01-05
claude-code-plugin-builder.md
2
1 export claude-code-plugin-builder
2 pleaseai from "pleaseai/claude-code-plugins"
3 Creates Claude Code plugins with proper manifest structure, directory layout, and components (commands, agents, skills, hooks, MCP servers). Use when user requests creating plugins, adding slash commands, integrating MCP servers, setting up hooks, migrating Gemini extensions, or mentions "plugin.json", ".claude-plugin", or "marketplace.json". Handles plugin testing, debugging, and marketplace distribution.
2026-01-05
form-security.md
2
1 export form-security
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Security patterns for web forms including autocomplete attributes for password managers, CSRF protection, XSS prevention, and input sanitization. Use when implementing authentication forms, payment forms, or any form handling sensitive data.
2026-01-05
product-analyst.md
2
1 export product-analyst
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Track user metrics and provide data-driven insights for product decisions. Use when measuring product health, analyzing user behavior, conducting cohort analysis, or optimizing key metrics. Covers acquisition, engagement, retention, revenue metrics, and data-driven decision making.
2026-01-05
docx.md
2
1 export docx
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
2026-01-05
scanning-container-security.md
2
1 export scanning-container-security
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to scan container images and running containers for vulnerabilities using tools like Trivy and Snyk. It identifies potential security risks in container environments. Use this skill when the user requests a security assessment of a container image, asks to identify vulnerabilities in a container, or wants to improve the security posture of their containerized applications. Trigger terms include "scan container," "container security," "vulnerability assessment," "Trivy scan," or "Snyk scan."
2026-01-05
chromatin-state-inference.md
2
1 export chromatin-state-inference
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 This skill should be used when users need to infer chromatin states from histone modification ChIP-seq data using chromHMM. It provides workflows for chromatin state segmentation, model training, state annotation.
2026-01-05
context-aware-delegation.md
2
1 export context-aware-delegation
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Understand agent context isolation and write effective prompts for spawned agents. Use when orchestrating multi-agent workflows to ensure subagents receive complete, self-contained context.
2026-01-05
exa-research.md
2
1 export exa-research
2 benjaminjackson from "benjaminjackson/exa-skills"
3 Use when the user mentions Exa research OR when the workflow benefits from complex, multi-step research and other exa-ai approaches are not yielding satisfactory results.
2026-01-05
managing-deployment-rollbacks.md
2
1 export managing-deployment-rollbacks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill manages and executes deployment rollbacks with safety checks. It helps ensure smooth recovery from failed deployments by automating the rollback process. Use this skill when a deployment has issues, such as errors, performance degradation, or unexpected behavior. The skill is triggered by requests to "rollback deployment", "revert to previous version", or similar phrases related to deployment recovery. It prioritizes safe rollback procedures and provides options for verification.
2026-01-05
brokle-testing.md
2
1 export brokle-testing
2 brokle-ai from "brokle-ai/brokle"
3 Use this skill when writing, reviewing, or improving tests for the Brokle platform. This includes creating service tests, domain tests, integration tests, or understanding what to test versus what to skip based on the pragmatic testing philosophy.
2026-01-05
tuning-hyperparameters.md
2
1 export tuning-hyperparameters
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to optimize machine learning model hyperparameters using grid search, random search, or Bayesian optimization. It is used when the user requests hyperparameter tuning, model optimization, or improvement of model performance. The skill analyzes the current context, generates code for the specified search strategy, handles data validation and errors, and provides performance metrics. Trigger terms include "tune hyperparameters," "optimize model," "grid search," "random search," and "Bayesian optimization."
2026-01-05
signalwire.md
2
1 export signalwire
2 signalwire from "signalwire/signalwire-claude"
3 Use when building telephony, messaging, or video applications; implementing voice AI agents; working with SWML call flows; debugging webhook callbacks or call state issues; setting up real-time WebSocket communication; encountering authentication 401/403 errors; or troubleshooting SWAIG function errors - provides REST API patterns, SDK examples, and production-tested workflows for modern SignalWire communication systems
2026-01-05
analyzing-network-latency.md
2
1 export analyzing-network-latency
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to analyze network latency and optimize request patterns within an application. It helps identify bottlenecks and suggest improvements for faster and more efficient network communication. Use this skill when the user asks to "analyze network latency", "optimize request patterns", or when facing performance issues related to network requests. It focuses on identifying serial requests that can be parallelized, opportunities for request batching, connection pooling improvements, timeout configuration adjustments, and DNS resolution enhancements. The skill provides concrete suggestions for reducing latency and improving overall network performance.
2026-01-05
rhetorical-analysis.md
2
1 export rhetorical-analysis
2 bastien-gallay from "bastien-gallay/rhetorical-analysis-skill"
3 Analyse rhétorique et épistémologique d'articles, discours et textes argumentatifs. Utiliser ce skill quand l'utilisateur demande d'analyser la qualité argumentative d'un texte, d'identifier des sophismes ou biais, d'évaluer la fiabilité des sources citées, de déconstruire la logique d'un raisonnement, ou de produire une réécriture critique structurée d'un document.
2026-01-05
query-optimization.md
2
1 export query-optimization
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 データベースクエリ最適化を専門とするスキル。N+1問題の回避、フェッチ戦略の選択、実行計画分析、インデックス活用を通じてパフォーマンスを向上させます。Anchors:• High Performance MySQL (Baron Schwartz) / 適用: クエリ最適化原則 / 目的: パフォーマンス向上の体系的アプローチ• SQL Performance Explained (Markus Winand) / 適用: インデックス設計とアクセスパターン / 目的: 実行計画の最適化• High-Performance Java Persistence (Vlad Mihalcea) / 適用: ORM最適化とN+1問題解決 / 目的: アプリケーションレベルの最適化Trigger:Use when optimizing query performance, analyzing execution plans, resolving N+1 problems, designing fetch strategies, improving database performance, or tuning ORM queries.Keywords: query optimization, N+1 problem, execution plan, index design, fetch strategy, database performance, ORM optimization
2026-01-05
database-migration.md
2
1 export database-migration
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Database schema change and Alembic migration expertise. Use when modifying database models, creating migrations, handling rollbacks, or troubleshooting migration issues. Ensures data integrity and safe schema evolution.
2026-01-05
running-load-tests.md
2
1 export running-load-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to create and execute load tests for performance validation. It is designed to generate load test scripts using tools like k6, JMeter, and Artillery, based on specified test scenarios. Use this skill when the user requests to create a "load test", conduct "performance testing", validate "application performance", or needs a "stress test" to identify breaking points in the application. The skill helps define performance thresholds and provides execution instructions.
2026-01-05
output-formatting.md
2
1 export output-formatting
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 様々な形式での出力フォーマッティングスキル。Markdown、JSON、YAML、表形式など、構造化された見やすい出力を作成します。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: コード品質と可読性 / 目的: 読みやすく保守可能な出力設計• Technical Writing (Google Developer Documentation Style Guide) / 適用: ドキュメント構造 / 目的: 明確で一貫性のある技術文書フォーマットTrigger:Use when formatting output, creating structured documents, generating tables, or converting between formats.output format, markdown, json, yaml, table, document structure, formatting, presentation
2026-01-05
isms-specialist.md
2
1 export isms-specialist
2 moag1000 from "moag1000/Little-ISMS-Helper"
3 Expert for Information Security Management Systems (ISMS) according to ISO 27001:2022, with deep knowledge of BaFin requirements, EU-DORA, NIS2, and German regulatory landscape. Specializes in data reuse patterns, workflow optimization, and compliance automation. Automatically activated for ISO 27001, BaFin, DORA, NIS2, compliance frameworks, and ISMS topics.
2026-01-05
php-assistant.md
2
1 export php-assistant
2 warpcode from "warpcode/dotfiles"
3 PHP language specialist for framework-specific patterns, modern PHP features, and PHP best practices. Scope: Laravel patterns, Symfony patterns, Bespoke PHP patterns, modern PHP features, deprecated API replacements, array syntax updates, common PHP mistakes. Triggers: "PHP", "Laravel", "Symfony", "Eloquent", "Blade", "Twig", "composer", "artisan", "type hints", "modern PHP", "PHP 8".
2026-01-05
conducting-chaos-engineering.md
2
1 export conducting-chaos-engineering
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to design and execute chaos engineering experiments to test system resilience. It is used when the user requests help with failure injection, latency simulation, resource exhaustion testing, or resilience validation. The skill is triggered by discussions of chaos experiments (GameDays), failure injection strategies, resilience testing, and validation of recovery mechanisms like circuit breakers and retry logic. It leverages tools like Chaos Mesh, Gremlin, Toxiproxy, and AWS FIS to simulate real-world failures and assess system behavior.
2026-01-05
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
claude-do-not-stop.md
2
1 export claude-do-not-stop
2 ManuelKugelmann from "ManuelKugelmann/BitBot"
3 Enable continuous work mode. Use PROACTIVELY when user says "keep working", "don't stop", "finish everything", "complete all tasks". Automatically continues until work is complete. User can invoke with /claude-do-not-stop [reason].
2026-01-05