Browse Skills

17720 skills found

configuring-load-balancers.md
2
1 export configuring-load-balancers
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill configures load balancers, including ALB, NLB, Nginx, and HAProxy. It generates production-ready configurations based on specified requirements and infrastructure. Use this skill when the user asks to "configure load balancer", "create load balancer config", "generate nginx config", "setup HAProxy", or mentions specific load balancer types like "ALB" or "NLB". It's ideal for DevOps tasks, infrastructure automation, and generating load balancer configurations for different environments.
2026-01-05
koan-mcp-integration.md
2
1 export koan-mcp-integration
2 sylin-org from "sylin-org/koan-framework"
3 MCP server patterns, Code Mode integration, tool building
2026-01-05
entity-event-handler.md
2
1 export entity-event-handler
2 duc01226 from "duc01226/EasyPlatform"
3 Use when creating entity event handlers for side effects (notifications, external APIs, cross-service sync) triggered by entity CRUD operations.
2026-01-05
functional-enrichment.md
2
1 export functional-enrichment
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 Perform GO and KEGG functional enrichment using HOMER from genomic regions (BED/narrowPeak/broadPeak) or gene lists, and produce R-based barplot/dotplot visualizations. Use this skill when you want to perform GO and KEGG functional enrichment using HOMER from genomic regions or just want to link genomic region to genes.
2026-01-05
unity-playmode-testing.md
2
1 export unity-playmode-testing
2 akiojin from "akiojin/unity-mcp-server"
3 Supports Unity Play Mode control, input simulation, UI automation, and visual verification. Integrates test execution, screenshot/video capture, and console log checking. Use when: starting Play Mode, input simulation, UI clicks, screenshots, video recording, test execution
2026-01-05
creativity-skills.md
2
1 export creativity-skills
2 davidrd123 from "davidrd123/ComfyPromptByAPI"
3 Compositional navigation tools for exploring conceptual space and generating novel outputs. Use when conversation feels stuck, obvious, or generic; when exploring connections between domains; when seeking unexpected perspectives; when outputs need more depth or novelty; when brainstorming or ideation is needed; or when the user invokes skill names like REFRAME, BRIDGE, ELABORATE, COLLIDE, etc.
2026-01-05
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
git-state-validator.md
2
1 export git-state-validator
2 EdanStarfire from "EdanStarfire/claudecode_webui"
3 Check git repository status, detect conflicts, and validate branch state before operations. Use when verifying working directory cleanliness, checking for conflicts, or validating branch state.
2026-01-05
backend-dev-guidelines.md
2
1 export backend-dev-guidelines
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Backend development guidelines for Node.js/Express/TypeScript applications. Layered architecture (Routes → Controllers → Services → Repositories), error handling, validation, middleware patterns, database access, and testing. Use when creating routes, endpoints, APIs, controllers, services, repositories, middleware, or working with backend code.
2026-01-05
hook-creator.md
2
1 export hook-creator
2 HTRamsey from "HTRamsey/claude-config"
3 Create native Claude Code hooks (Python scripts). Use when creating files in ~/.claude/hooks/, when user asks to "create a hook", "add a hook", "make a PreToolUse/PostToolUse hook", or when adding entries to settings.json hooks section.
2026-01-05
github-integration.md
2
1 export github-integration
2 dave1010 from "dave1010/tools"
3 Use when building GitHub-based features - Explains auth token usage, Gist reading/writing and rendering helpers.
2026-01-05
password-generator.md
2
1 export password-generator
2 warpcode from "warpcode/dotfiles"
3 Generate secure and memorable passwords that are grammatically correct sentences or phrases. Scope: password generation, passphrase creation. Triggers: "password", "passphrase", "secure password", "memorable password".
2026-01-05
shell-scripting.md
2
1 export shell-scripting
2 nekorush14 from "nekorush14/dotfiles"
3 Write and optimize Bash, Zsh, and shell scripts with best practices for error handling, argument parsing, portability, and security. Use when writing shell scripts, debugging scripts, implementing command-line tools, or improving shell script maintainability and security.
2026-01-05
koan-multi-provider.md
2
1 export koan-multi-provider
2 sylin-org from "sylin-org/koan-framework"
3 Provider transparency, capability detection, context routing (partition/source/adapter)
2026-01-05
browser-automation.md
2
1 export browser-automation
2 jeffvincent from "jeffvincent/claude-config"
3 Automate Chrome for web scraping, SEO analysis, and extracting data from JavaScript-heavy sites. Use for multi-page scraping, authenticated content, screenshots, or when WebFetch isn't enough.
2026-01-05
pdf.md
2
1 export pdf
2 HTRamsey from "HTRamsey/claude-config"
3 Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-05
github-flow-for-claude-on-web.md
2
1 export github-flow-for-claude-on-web
2 shabaraba from "shabaraba/vibing.nvim"
3 Complete GitHub workflow for Claude Code on the web. ALL GitHub operations MUST use REST API (never gh CLI). Includes branch naming (claude/*-sessionId), push retry logic, PR/issue management via API, and complete workflows. Use for all GitHub interactions in Claude Code web environment.
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
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
claude-code-slash-commands.md
2
1 export claude-code-slash-commands
2 JamesPrial from "JamesPrial/claudefiles"
3 Create custom slash commands for Claude Code. Use when the user wants to create, generate, or build a slash command (.md file) for Claude Code, or when they ask about slash command syntax, frontmatter options, argument handling, or want help organizing their commands. Triggers on phrases like "make a slash command", "create a command for Claude Code", "write a /command", or questions about $ARGUMENTS, allowed-tools, or command frontmatter.
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
sharing-skills.md
2
1 export sharing-skills
2 robertpelloni from "robertpelloni/workspace"
3 Contribute skills back to upstream via branch and PR
2026-01-05
smart-writing-workflow.md
2
1 export smart-writing-workflow
2 bahayonghang from "bahayonghang/wechat-content-writer"
3 This skill should be used when the user wants to start a complete article writing project and needs guidance through the full iterative workflow. Triggers: "开始写作流程", "开始创作", "help me write article", "guide writing process"
2026-01-05