Browse Skills

16146 skills found

performing-security-audits.md
2
1 export performing-security-audits
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill allows Claude to conduct comprehensive security audits of code, infrastructure, and configurations. It leverages various tools within the security-pro-pack plugin, including vulnerability scanning, compliance checking, cryptography review, and infrastructure security analysis. Use this skill when a user requests a "security audit," "vulnerability assessment," "compliance review," or any task involving identifying and mitigating security risks. It helps to ensure code and systems adhere to security best practices and compliance standards. Activates when you request "performing security audits" functionality.
2026-01-05
concurrency-control.md
2
1 export concurrency-control
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actions の並行実行制御を設計し、レースコンディションを防止するスキル。concurrency.group と cancel-in-progress を用いた競合回避と検証手順を整理する。Anchors:• The Pragmatic Programmer / 適用: 並行実行制御と品質維持 / 目的: 実践的な改善原則の適用• GitHub Actions Concurrency 仕様 / 適用: group と cancel-in-progress の設定 / 目的: レースコンディション防止• CI/CD Pipeline パターン / 適用: ワークフロー設計と実行管理 / 目的: 安全なパイプライン構築Trigger:Use when implementing concurrency control in GitHub Actions workflows, preventing race conditions, or designing group-based cancellation strategies.concurrency control, github actions, group, cancel-in-progress, race condition
2026-01-05
shader-fundamentals.md
2
1 export shader-fundamentals
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 GLSL shader fundamentals—vertex and fragment shaders, uniforms, varyings, attributes, coordinate systems, built-in variables, and data types. Use when writing custom shaders, understanding the graphics pipeline, or debugging shader code. The foundational skill for all shader work.
2026-01-05
meshcore.md
2
1 export meshcore
2 dmduran12 from "dmduran12/pymc_console"
3 MeshCore protocol reference for repeater/room server dashboard development. Use when working with packet structure, payload types, routing, path analysis, neighbor detection, topology computation, or pyMC_Repeater API integration.
2026-01-05
setting-up-log-aggregation.md
2
1 export setting-up-log-aggregation
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill sets up log aggregation solutions using ELK (Elasticsearch, Logstash, Kibana), Loki, or Splunk. It generates production-ready configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests to set up logging infrastructure, configure log aggregation, deploy ELK stack, deploy Loki, deploy Splunk, or needs help with observability. It is triggered by terms like "log aggregation," "ELK setup," "Loki configuration," "Splunk deployment," or similar requests for centralized logging solutions.
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
kv-optimization-advisor.md
2
1 export kv-optimization-advisor
2 hirefrank from "hirefrank/hirefrank-marketplace"
3 Automatically optimizes Cloudflare KV storage patterns, suggesting parallel operations, caching strategies, and storage choice guidance
2026-01-05
design-thinking.md
2
1 export design-thinking
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when building UI components, styling pages, or making visual/interaction decisions. Guides design thinking, anti-patterns, CSS architecture, and responsive patterns.
2026-01-05
testing-load-balancers.md
2
1 export testing-load-balancers
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to test load balancing strategies. It validates traffic distribution across backend servers, tests failover scenarios when servers become unavailable, verifies sticky sessions, and assesses health check functionality. Use this skill when the user asks to "test load balancer", "validate traffic distribution", "test failover", "verify sticky sessions", or "test health checks". It is specifically designed for testing load balancing configurations using the `load-balancer-tester` plugin.
2026-01-05
data-validation.md
2
1 export data-validation
2 cosmix from "cosmix/claude-code-setup"
3 Data validation patterns including schema validation, input sanitization, output encoding, and type coercion. Use when implementing form validation, API input validation, JSON Schema, Zod, Pydantic, sanitization, XSS prevention, or custom validators.
2026-01-05
communication-guidelines.md
2
1 export communication-guidelines
2 andyngdz from "andyngdz/exogen"
3 Use when starting work - guidelines for asking questions and commit policies
2026-01-05
sql-expert.md
2
1 export sql-expert
2 QuestForTech-Investments from "QuestForTech-Investments/claude-code-skills"
3 Expert SQL query writing, optimization, and database schema design with support for PostgreSQL, MySQL, SQLite, and SQL Server. Use when working with databases for: (1) Writing complex SQL queries with joins, subqueries, and window functions, (2) Optimizing slow queries and analyzing execution plans, (3) Designing database schemas with proper normalization, (4) Creating indexes and improving query performance, (5) Writing migrations and handling schema changes, (6) Debugging SQL errors and query issues
2026-01-05
marketplace-manager.md
2
1 export marketplace-manager
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Automatically manages marketplace catalog updates, syncs marketplace.json, and handles plugin distribution when user mentions marketplace update, sync catalog, or add to marketplace. Specific to claude-code-plugins two-catalog system.
2026-01-05
apple-tv-troubleshooter.md
2
1 export apple-tv-troubleshooter
2 giolaq from "giolaq/Multi-TV-dev-power"
3 Expert troubleshooting for Apple TV (tvOS) React Native development. Use when users have issues with Siri Remote, focus management, TVEventHandler, TVFocusGuideView, ScrollView not scrolling, tvOS-specific problems, parallax animations, or tvOS vs Android TV differences.
2026-01-05
integrating-secrets-managers.md
2
1 export integrating-secrets-managers
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to seamlessly integrate with various secrets managers like HashiCorp Vault and AWS Secrets Manager. It generates configurations and setup code, ensuring best practices for secure credential management. Use this skill when you need to manage sensitive information, generate production-ready configurations, or implement a security-first approach for your DevOps infrastructure. Trigger terms include "integrate secrets manager", "configure Vault", "AWS Secrets Manager setup", "manage credentials securely", or requests for secure configuration generation.
2026-01-05
finding-security-misconfigurations.md
2
1 export finding-security-misconfigurations
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to identify potential security misconfigurations in various systems and configurations. It leverages the security-misconfiguration-finder plugin to analyze infrastructure-as-code, application configurations, and system settings, pinpointing common vulnerabilities and compliance issues. Use this skill when the user asks to "find security misconfigurations", "check for security vulnerabilities in my configuration", "audit security settings", or requests a security assessment of a specific system or file. This skill will assist in identifying and remediating potential security weaknesses.
2026-01-05
nextjs-page-generator.md
2
1 export nextjs-page-generator
2 Dexploarer from "Dexploarer/hyper-forge"
3 Generates Next.js 13+ pages with App Router, Server Components, Client Components, API routes, and proper data fetching. Use when building Next.js applications.
2026-01-05
ensue-memory.md
2
1 export ensue-memory
2 mutable-state-inc from "mutable-state-inc/ensue-codex-skill"
3 Augmented cognition layer that makes users smarter by connecting conversations to their persistent knowledge tree. Use proactively when topics arise that might have prior knowledge, and when users ask to remember, recall, search, or organize. Triggers on technical discussions, decision-making, project work, "remember this", "recall", "what do I know about", or any knowledge request.
2026-01-05
security-incident-playbook-generator.md
2
1 export security-incident-playbook-generator
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates response procedures for security incidents with containment steps, communication templates, and evidence collection. Use for "incident response", "security playbook", "breach response", or "IR plan".
2026-01-05
refactoring-code.md
2
1 export refactoring-code
2 third774 from "third774/dotfiles"
3 Improve code structure while preserving behavior with test verification. Use when cleaning up code, reducing duplication, simplifying complexity, or reorganizing modules.
2026-01-05
writing-skills.md
2
1 export writing-skills
2 cipherstash from "cipherstash/cipherpowers"
3 Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
2026-01-05
beads-integration.md
2
1 export beads-integration
2 jmanhype from "jmanhype/speckit"
3 Manages persistent task memory using Beads. Automatically invoked when discussing task tracking, long-running projects, session persistence, or context preservation across sessions. Handles syncing between tasks.md and Beads.
2026-01-05
code-duplication-detector.md
2
1 export code-duplication-detector
2 sovrium from "sovrium/sovrium"
3 Detects duplicate code patterns, similar functions, repeated logic, and copy-paste code across the codebase. Identifies refactoring opportunities by finding code that violates DRY principle. Reports duplication with similarity scores and refactoring suggestions. Use when user requests "find duplicates", "check for copy-paste code", "detect repeated logic", or mentions DRY violations.
2026-01-05
image-illustrator.md
2
1 export image-illustrator
2 RogueRope from "RogueRope/docs"
3 Professional illustrator with expert knowledge of the image generation script, image conversion tools, and layout design. Use when creating visual assets, generating images with specific styles, converting image formats, composing layouts, or designing visual compositions.
2026-01-05