Browse Skills
44969 skills found
providing-performance-optimization-advice.md
2
1
export
providing-performance-optimization-advice
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to provide comprehensive, prioritized performance optimization recommendations for software projects. It is triggered when the user requests performance improvements, optimization suggestions, or asks for a performance review. The skill analyzes frontend, backend, and infrastructure aspects of the project to identify bottlenecks and anti-patterns. It then provides actionable advice, estimates potential performance gains, and suggests a phased implementation roadmap. Use this skill when the user mentions "optimize performance", "performance recommendations", "performance review", "improve speed", or asks about "bottlenecks".
2026-01-05
implement-issue.md
2
1
export
implement-issue
2
from
"bendrucker/claude"
from
"bendrucker/claude"
3
Implement a feature or fix based on an issue. Use when given an issue URL to work on, or when implementing changes described in a tracked issue. Supports GitHub, Linear, and GitLab.
2026-01-05
wcag-contrast-checker.md
2
1
export
wcag-contrast-checker
2
from
"lsst-sqre/squareone"
from
"lsst-sqre/squareone"
3
Check WCAG color contrast ratios between two colors. Accepts any CSS color format(hex, rgb, rgba, hsl, hsla, named colors) and returns the contrast ratio along withWCAG compliance levels (AA/AAA for normal and large text).
2026-01-05
analyzing-text-sentiment.md
2
1
export
analyzing-text-sentiment
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to analyze the sentiment of text data. It identifies the emotional tone expressed in text, classifying it as positive, negative, or neutral. Use this skill when a user requests sentiment analysis, opinion mining, or emotion detection on any text, such as customer reviews, social media posts, or survey responses. Trigger words include "sentiment analysis", "analyze sentiment", "opinion mining", "emotion detection", and "polarity".
2026-01-05
rate-limiting.md
2
1
export
rate-limiting
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
API rate limiting and quota management implementation. Use when implementing request throttling, API quotas, backpressure handling, or protection against abuse. Keywords: rate limiting, throttling, token bucket, sliding window, leaky bucket, quota, Redis, backpressure, API limits, DDoS protection.
2026-01-05
weapp-share-timeline.md
2
1
export
weapp-share-timeline
2
from
"dafang/taro-weapp-plugin"
from
"dafang/taro-weapp-plugin"
3
微信小程序分享到朋友圈开发指南。当开发朋友圈分享功能、配置 onShareTimeline、适配单页模式、处理场景值 1154、navigationBarFit 布局调整时使用。
2026-01-05
mcp-builder.md
2
1
export
mcp-builder
2
from
"ChuDiRen/AI-agent-testing-platform"
from
"ChuDiRen/AI-agent-testing-platform"
3
MCP(Model Context Protocol)服务器开发指南。当用户需要开发 MCP 服务器、创建 LLM 工具集成、或构建 AI 代理与外部服务交互的接口时使用。
2026-01-05
setting-up-distributed-tracing.md
2
1
export
setting-up-distributed-tracing
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill automates the setup of distributed tracing for microservices. It helps developers implement end-to-end request visibility by configuring context propagation, span creation, trace collection, and analysis. Use this skill when the user requests to set up distributed tracing, implement observability, or troubleshoot performance issues in a microservices architecture. The skill is triggered by phrases such as "setup tracing", "implement distributed tracing", "configure opentelemetry", or "add observability to microservices".
2026-01-05
koan-entity-first.md
2
1
export
koan-entity-first
2
from
"sylin-org/koan-framework"
from
"sylin-org/koan-framework"
3
Entity<T> patterns, GUID v7 auto-generation, static methods vs manual repositories
2026-01-05
auth-module-builder.md
2
1
export
auth-module-builder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Implements secure authentication patterns including login/registration, session management, JWT tokens, password hashing, cookie settings, and CSRF protection. Provides auth routes, middleware, security configurations, and threat model documentation. Use when building "authentication", "login system", "JWT auth", or "session management".
2026-01-05
artifact-sbom-publisher.md
2
1
export
artifact-sbom-publisher
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Produces build artifacts with Software Bill of Materials (SBOM) and supply chain metadata for security and compliance. Use for "artifact publishing", "SBOM generation", "supply chain security", or "build provenance".
2026-01-05
git-manager.md
2
1
export
git-manager
2
from
"brianclaridge/.claude"
from
"brianclaridge/.claude"
3
Commit implementation changes to git with interactive branch selection and push confirmation. Use after completing implementation tasks, when all TODOs are marked complete, or when user requests to commit changes.
2026-01-05
creating-kubernetes-deployments.md
2
1
export
creating-kubernetes-deployments
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate Kubernetes deployment manifests, services, and related configurations following best practices. It should be used when the user asks to create a new Kubernetes deployment, service, ingress, or other related resources. Claude will generate YAML files for Deployments, Services, ConfigMaps, Secrets, Ingress, and Horizontal Pod Autoscalers. Use this skill when the user mentions "Kubernetes deployment", "K8s deployment", "create service", "define ingress", or asks for a manifest for any K8s resource.
2026-01-05
generating-database-documentation.md
2
1
export
generating-database-documentation
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to automatically generate comprehensive documentation for existing database schemas using the database-documentation-gen plugin. It is triggered when the user requests database documentation, ERD diagrams, or a data dictionary. The plugin supports multiple database engines and generates documentation that includes ERD diagrams, table relationships, column descriptions, indexes, triggers, stored procedures, and interactive HTML documentation. Use this skill when you need to document existing database schemas for team onboarding, architectural reviews, or data governance purposes. The trigger terms include "database documentation", "ERD diagram", "data dictionary", and `/db-docs`.
2026-01-05
cpp-oop-fundamentals.md
2
1
export
cpp-oop-fundamentals
2
from
"pluginagentmarketplace/custom-plugin-cpp-developer"
from
"pluginagentmarketplace/custom-plugin-cpp-developer"
3
Comprehensive guide to Object-Oriented Programming in C++. Covers classes, constructors, destructors, encapsulation, and member functions. Use when designing classes or teaching OOP principles.
2026-01-05
checking-infrastructure-compliance.md
2
1
export
checking-infrastructure-compliance
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill allows Claude to check infrastructure compliance against industry standards such as SOC2, HIPAA, and PCI-DSS. It analyzes existing infrastructure configurations and reports on potential compliance violations. Use this skill when the user asks to assess compliance, identify security risks related to compliance, or generate reports on compliance status for SOC2, HIPAA, or PCI-DSS. Trigger terms include: "compliance check", "SOC2 compliance", "HIPAA compliance", "PCI-DSS compliance", "compliance report", "infrastructure compliance", "security audit", "assess compliance".
2026-01-05
wrongodb-blogging.md
2
1
export
wrongodb-blogging
2
from
"gabrielelanaro/wrongodb"
from
"gabrielelanaro/wrongodb"
3
Plan and write WrongoDB devlog posts in this repo. Use when asked to plan, outline, draft, or revise posts under blog/, generate blog images, or follow the series structure for WrongoDB. This skill embeds the canonical planning and writing prompts and uses blog/generate_image.py for image generation.
2026-01-05
data-engineer.md
2
1
export
data-engineer
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Expert in data pipelines, ETL processes, and data infrastructure
2026-01-05
r3f-performance.md
2
1
export
r3f-performance
2
from
"Bbeierle12/Skill-MCP-Claude"
from
"Bbeierle12/Skill-MCP-Claude"
3
R3F performance optimization—LOD (Level of Detail), frustum culling, instancing strategies, draw call reduction, frame budgets, lazy loading, and profiling tools. Use when optimizing render performance, handling large scenes, or debugging frame rate issues.
2026-01-05
tracking-application-response-times.md
2
1
export
tracking-application-response-times
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to track and optimize application response times. It uses the response-time-tracker plugin to monitor API endpoints, database queries, external service calls, frontend rendering, and background job execution. The plugin calculates P50, P95, and P99 percentiles, average and maximum response times. Use this skill when you need to identify performance bottlenecks, monitor SLOs, or receive alerts about performance degradation. Trigger this skill with phrases like "track response times", "optimize latency", or "monitor application performance".
2026-01-05
prompt-injection-defense.md
2
1
export
prompt-injection-defense
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
AIシステムへのプロンプトインジェクション攻撃を防ぎ、入力検証とコンテキスト分離の設計指針を提供するスキル。Anchors:• OWASP LLM Top 10 / 適用: LLMセキュリティ脅威モデリング / 目的: インジェクション攻撃の分類と防御パターン理解• Simon Willison's Prompt Injection Research / 適用: 実攻撃パターン分析 / 目的: 実世界の攻撃事例から防御戦略を導出• Defense in Depth principle / 適用: 多層防御設計 / 目的: 単一障害点の排除Trigger:Use when designing prompt injection defenses, implementing AI security measures, sanitizing user inputs for LLM systems, separating trusted and untrusted contexts, conducting security reviews for LLM applications, mitigating indirect prompt injection risks.
2026-01-05
refactoring-techniques.md
2
1
export
refactoring-techniques
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
マーティン・ファウラーの『Refactoring』に基づくコード改善技術を提供するスキル。外部動作を変えずに内部構造を改善する体系的手法を通じて、保守性・可読性を向上させる。Anchors:• Refactoring (Martin Fowler) / 適用: 全般 / 目的: 体系的なリファクタリング手法• Clean Code (Robert C. Martin) / 適用: 命名・構造 / 目的: 可読性向上• Working Effectively with Legacy Code (Michael Feathers) / 適用: レガシー対応 / 目的: 安全なリファクタリングTrigger:Use when improving code structure, detecting code smells, reducing technical debt, or refactoring legacy code.refactoring, code smell, extract method, decompose conditional, technical debt, リファクタリング
2026-01-05
argocd.md
2
1
export
argocd
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
GitOps continuous delivery with Argo CD for Kubernetes deployments. Use when implementing GitOps workflows, application sync, multi-cluster deployments, or progressive delivery. Triggers: argocd, argo cd, gitops, application, applicationset, sync, app of apps, progressive delivery.
2026-01-05
background-jobs.md
2
1
export
background-jobs
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Background job processing patterns including job queues, scheduled jobs, worker pools, and retry strategies. Use when implementing async processing, Celery, Bull, Sidekiq, cron jobs, task queues, job monitoring, or worker management.
2026-01-05