Browse Skills

17720 skills found

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
instruments-profiling.md
2
1 export instruments-profiling
2 gmcabrita from "gmcabrita/dotfiles"
3 Use when profiling native macOS or iOS apps with Instruments/xctrace. Covers correct binary selection, CLI arguments, exports, and common gotchas.
2026-01-05
threat-model-generator.md
2
1 export threat-model-generator
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates comprehensive threat models using STRIDE methodology with asset identification, threat enumeration, mitigation strategies, and residual risk assessment. Use for "threat modeling", "security analysis", "STRIDE", or "risk assessment".
2026-01-05
javascript.md
2
1 export javascript
2 bendrucker from "bendrucker/claude"
3 JavaScript coding standards and best practices for JavaScript and TypeScript. Use when writing or reviewing JavaScript code, working with promises, or discussing JavaScript patterns.
2026-01-05
agentctl-cli.md
2
1 export agentctl-cli
2 raphaelmansuy from "raphaelmansuy/k8s-agent-stack"
3 Build CLI tools using Go with Cobra and Viper. Use for implementing agentctl commands, interactive prompts, configuration management, and output formatting. Triggers on "CLI", "agentctl", "command line", "cobra", "terminal application", "interactive prompt", or when implementing spec/009-developer-experience.md CLI section.
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
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
svg-to-tsx.md
2
1 export svg-to-tsx
2 rfxlamia from "rfxlamia/ronin"
3 Converts SVG code to production-ready React TSX components with TypeScript types, proper attribute transformation, size props, and accessibility support. Use when converting SVG markup into reusable React icon components for icon systems, UI libraries, or application components.
2026-01-05
skill-authoring-template.md
2
1 export skill-authoring-template
2 tesla0225 from "tesla0225/claude_skill_repoinit"
3 新しいSkillを作るときの必須セクション(入力/出力/禁止/検証/根拠)テンプレ。skill-builder が新規Skillを生成するときに参照する。
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
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
message-bus.md
2
1 export message-bus
2 duc01226 from "duc01226/EasyPlatform"
3 Use when implementing cross-service communication via RabbitMQ message bus, entity event producers, or message consumers.
2026-01-05
release-publishing.md
2
1 export release-publishing
2 pwarnock from "pwarnock/liaison-toolkit"
3 Release workflow with changesets, version bumping, changelog generation, and npm publishing. Use when preparing releases, managing versions, or publishing to npm.
2026-01-05
github-issues-from-spec.md
2
1 export github-issues-from-spec
2 adryanev from "adryanev/.dotfiles"
3 This skill transforms feature specifications, requirements documents, or plans into well-structured GitHub issues. It chunks large features into small, testable issues, creates them via gh CLI, and adds them to the appropriate GitHub project with labels. Use when converting specs to actionable issues.
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
github-issue.md
2
1 export github-issue
2 enitrat from "enitrat/skill-issue"
3 Guide structured GitHub issue creation and management. Use when creating bug reports, feature requests, or issue-related tasks.
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
commit-message-generator.md
2
1 export commit-message-generator
2 mkaczkowski from "mkaczkowski/ai-command-library"
3 Generate clear, concise commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or formatting git history.
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
terraform.md
2
1 export terraform
2 bendrucker from "bendrucker/claude"
3 Working with Terraform configuration, CLI, modules, and providers. Use when writing or reviewing HCL configuration, managing infrastructure as code, debugging Terraform plans/applies, or working with Terraform-related tools.
2026-01-05