Browse Skills

16146 skills found

r3f-performance.md
2
1 export r3f-performance
2 Bbeierle12 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
prompt-injection-defense.md
2
1 export prompt-injection-defense
2 daishiman 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 daishiman 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 cosmix 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
checking-session-security.md
2
1 export checking-session-security
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to check session security implementations within a codebase. It analyzes session management practices to identify potential vulnerabilities. Use this skill when a user requests to "check session security", "audit session handling", "review session implementation", or asks about "session security best practices" in their code. It helps identify issues like insecure session IDs, lack of proper session expiration, or insufficient protection against session fixation attacks. This skill leverages the session-security-checker plugin. Activates when you request "checking session security" functionality.
2026-01-05
server-components-patterns.md
2
1 export server-components-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 React Server Componentsの実装パターン専門スキル。データフェッチ最適化、Suspenseストリーミング、サーバーアクション実装を提供する。Anchors:• Next.js Documentation / 適用: Server Components / 目的: パフォーマンス向上• React Server Components RFC / 適用: RSCアーキテクチャ / 目的: フェッチ最適化• Next.js Data Fetching / 適用: キャッシング戦略 / 目的: 効率的なデータ管理Trigger:Use when implementing React Server Components, designing RSC patterns, optimizing data fetching, planning Suspense boundaries, or implementing Server Actions.RSC, Server Components, data fetching, Suspense, streaming, Server Actions, cache, revalidate
2026-01-05
creating-handoffs.md
2
1 export creating-handoffs
2 galihcitta from "galihcitta/dotclaudeskills"
3 Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.
2026-01-05
particles-gpu.md
2
1 export particles-gpu
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 GPU-based particle systems using instanced rendering, buffer attributes, Points geometry, and custom shaders. Use when rendering thousands to millions of particles efficiently, creating particle effects like snow, rain, stars, or abstract visualizations.
2026-01-05
test-naming-conventions.md
2
1 export test-naming-conventions
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 テスト命名規則を設計し、可読性と一貫性を維持するスキル。ファイル名、describe/it 構造、シナリオ表現を統一し、チーム運用を支援する。Anchors:• xUnit Test Patterns / 適用: 命名規則設計 / 目的: 可読性の向上• Specification by Example / 適用: シナリオ命名 / 目的: 意図の共有Trigger:Use when defining, reviewing, or enforcing test naming conventions and file structures.test naming, describe/it, file structure
2026-01-05
ast-grep.md
2
1 export ast-grep
2 narrowstacks from "narrowstacks/dorkroom"
3 Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.
2026-01-05
analyzing-dependencies.md
2
1 export analyzing-dependencies
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill analyzes project dependencies for security vulnerabilities, outdated packages, and license compliance issues. It helps identify potential risks in your project's dependencies using the dependency-checker plugin. Use this skill when you need to check dependencies for vulnerabilities, identify outdated packages that need updates, or ensure license compatibility. Trigger phrases include "check dependencies", "dependency check", "find vulnerabilities", "scan for outdated packages", "/depcheck", and "license compliance". This skill supports npm, pip, composer, gem, and go modules projects.
2026-01-05
i18n-frontend-implementer.md
2
1 export i18n-frontend-implementer
2 patricio0312rev from "patricio0312rev/skillset"
3 Adds internationalization (i18n) infrastructure with translation plumbing, scalable key strategy, formatters for dates/numbers/currency, plural rules, and language switching. Use when implementing "internationalization", "translations", "multi-language support", or "i18n".
2026-01-05
communication-guidelines.md
2
1 export communication-guidelines
2 andyngdz from "andyngdz/exogen_backend"
3 Use when starting work - guidelines for asking questions and commit policies
2026-01-05
generating-infrastructure-as-code.md
2
1 export generating-infrastructure-as-code
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate Infrastructure as Code (IaC) configurations. It uses the infrastructure-as-code-generator plugin to create production-ready IaC for Terraform, CloudFormation, Pulumi, ARM Templates, and CDK. Use this skill when the user requests IaC configurations for cloud infrastructure, specifying the platform (e.g., Terraform, CloudFormation) and cloud provider (e.g., AWS, Azure, GCP), or when the user needs help automating infrastructure deployment. Trigger terms include: "generate IaC", "create Terraform", "CloudFormation template", "Pulumi program", "infrastructure code".
2026-01-05
plan-analysis.md
2
1 export plan-analysis
2 duc01226 from "duc01226/EasyPlatform"
3 Use when the user provides an implementation plan file and asks to analyze it, assess impact, update specifications, or verify planned changes. Triggers on keywords like "analyze plan", "implementation plan", "assess impact", "update spec from plan", "verify plan".
2026-01-05
building-gitops-workflows.md
2
1 export building-gitops-workflows
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to construct GitOps workflows using ArgoCD and Flux. It is designed to generate production-ready configurations, implement best practices, and ensure a security-first approach for Kubernetes deployments. Use this skill when the user explicitly requests "GitOps workflow", "ArgoCD", "Flux", or asks for help with setting up a continuous delivery pipeline using GitOps principles. The skill will generate the necessary configuration files and setup code based on the user's specific requirements and infrastructure.
2026-01-05
hic-matrix-qc.md
2
1 export hic-matrix-qc
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 This skill performs standardized quality control (QC) on Hi-C contact matrices stored in .mcool or .cool format. It computes coverage and cis/trans ratios, distance-dependent contact decay (P(s) curves), coverage uniformity, and replicate correlation at a chosen resolution using cooler and cooltools. Use it to assess whether Hi-C data are of sufficient quality for downstream analyses such as TAD calling, loop detection, and compartment analysis.
2026-01-05
optimizing-prompts.md
2
1 export optimizing-prompts
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill optimizes prompts for Large Language Models (LLMs) to reduce token usage, lower costs, and improve performance. It analyzes the prompt, identifies areas for simplification and redundancy removal, and rewrites the prompt to be more concise and effective. It is used when the user wants to reduce LLM costs, improve response speed, or enhance the quality of LLM outputs by optimizing the prompt. Trigger terms include "optimize prompt", "reduce LLM cost", "improve prompt performance", "rewrite prompt", "prompt optimization".
2026-01-05
modal-deployment.md
2
1 export modal-deployment
2 ferdousbhai from "ferdousbhai/cloud-fullstack-skills"
3 Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch jobs, scheduling tasks, serving APIs with GPU acceleration, or scaling compute-intensive workloads. Triggers on requests for serverless GPU infrastructure, LLM inference, model training/fine-tuning, parallel data processing, cron jobs in the cloud, or deploying Python web endpoints.
2026-01-05
architecture-review.md
2
1 export architecture-review
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when reviewing code changes for architectural issues - SOLID violations, encapsulation breaks, wrong dependency direction, bi-directional dependencies, improper separation of concerns. Complements anti-slop (which catches YAGNI/over-engineering).
2026-01-05
generating-smart-commits.md
2
1 export generating-smart-commits
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill generates conventional commit messages using AI analysis of staged Git changes. It automatically determines the commit type (feat, fix, docs, etc.), identifies breaking changes, and formats the message according to conventional commit standards. Use this when asked to create a commit message, write a Git commit, or when the user uses the `/commit-smart` or `/gc` command. It is especially useful after changes have been staged with `git add`.
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
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
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