Browse Skills
9063 skills found
quality-checks.md
4
1
export
quality-checks
2
from
"proompteng/lab"
from
"proompteng/lab"
3
Run formatting, lint, typecheck, and tests for this repo; use when validating changes or investigating CI failures.
2026-01-05
nextest-scripts.md
4
1
export
nextest-scripts
2
from
"fasterthanlime/.claude"
from
"fasterthanlime/.claude"
3
Configure cargo-nextest wrapper and setup scripts for test instrumentation. Use when integrating valgrind, memory limits, profiling, or custom test environments with nextest.
2026-01-05
gitlab-skill.md
4
1
export
gitlab-skill
2
from
"Jamie-BitFlight/claude_skills"
from
"Jamie-BitFlight/claude_skills"
3
The model must apply when tasks involve .gitlab-ci.yml configuration, GitLab Flavored Markdown (GLFM) syntax, gitlab-ci-local testing, CI/CD pipeline optimization, GitLab CI Steps composition, Docker-in-Docker workflows, or GitLab documentation creation. Triggers include modifying pipelines, writing GitLab README/Wiki content, debugging CI jobs locally, implementing caching strategies, or configuring release workflows.
2026-01-05
iac-checkov.md
4
1
export
iac-checkov
2
from
"AgentSecOps/SecOpsAgentKit"
from
"AgentSecOps/SecOpsAgentKit"
3
Infrastructure as Code (IaC) security scanning using Checkov with 750+ built-in policies for Terraform, CloudFormation, Kubernetes, Dockerfile, and ARM templates. Use when: (1) Scanning IaC files for security misconfigurations and compliance violations, (2) Validating cloud infrastructure against CIS, PCI-DSS, HIPAA, and SOC2 benchmarks, (3) Detecting secrets and hardcoded credentials in IaC, (4) Implementing policy-as-code in CI/CD pipelines, (5) Generating compliance reports with remediation guidance for cloud security posture management.
2026-01-05
youtube-moderation-prototype.md
4
1
export
youtube-moderation-prototype
2
from
"Foundup/Foundups-Agent"
from
"Foundup/Foundups-Agent"
3
Moderate YouTube live chat by detecting spam, toxic content, and enforcing rate limits. PROTOTYPE for testing pattern fidelity before deploying to native Qwen/Gemma.
2026-01-05
shortcut.md
4
1
export
shortcut
2
from
"fasterthanlime/.claude"
from
"fasterthanlime/.claude"
3
Engineering discipline and standards - never take shortcuts regardless of pressure or constraints. This skill applies to ALL engineering work. Never disable tests or functionality, never use placeholders, never silently cut scope, never compromise on quality. When under time or context pressure, use proper tools like handoffs instead of cutting corners. Write code that will work for the next 10-20 years.
2026-01-05
project-context-discovery.md
4
1
export
project-context-discovery
2
from
"bostonaholic/dotfiles"
from
"bostonaholic/dotfiles"
3
Discover project structure, package managers, test frameworks, and automation without hardcoded assumptions
2026-01-05
ruby-rspec-tdd-implementer.md
4
1
export
ruby-rspec-tdd-implementer
2
from
"viamin/aidp"
from
"viamin/aidp"
3
Expert in Test-Driven Development using Ruby and RSpec framework
2026-01-05
webapp-testing.md
4
1
export
webapp-testing
2
from
"Interstellar-code/claud-skills"
from
"Interstellar-code/claud-skills"
3
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
2026-01-05
test-case-generator.md
4
1
export
test-case-generator
2
from
"projectquestorg/AgileFlow"
from
"projectquestorg/AgileFlow"
3
Generate test cases from acceptance criteria with unit, integration, and E2E scenarios
2026-01-05
tenant-credit-analyst.md
4
1
export
tenant-credit-analyst
2
from
"reggiechan74/vp-real-estate"
from
"reggiechan74/vp-real-estate"
3
Expert in tenant creditworthiness assessment and financial statement analysis. Use when evaluating tenant credit quality, analyzing financial ratios, assessing default risk, or structuring security requirements. Key terms include DSCR, current ratio, debt-to-equity, working capital, liquidity analysis, credit scoring, personal guarantee, security deposit, financial covenants
2026-01-05
systemd-run.md
4
1
export
systemd-run
2
from
"fasterthanlime/.claude"
from
"fasterthanlime/.claude"
3
Limit memory and CPU for tests using systemd-run on Linux. Use when testing memory limits, reproducing OOM conditions, or preventing runaway tests from consuming all resources.
2026-01-05
ocaml-testing.md
4
1
export
ocaml-testing
2
from
"avsm/ocaml-claude-marketplace"
from
"avsm/ocaml-claude-marketplace"
3
Testing strategies for OCaml libraries. Use when discussing tests, alcotest, eio mocks, test structure, or test-driven development in OCaml projects.
2026-01-05
canary-setup.md
4
1
export
canary-setup
2
from
"toolkit-ai/magnet-mcp-server"
from
"toolkit-ai/magnet-mcp-server"
3
Interactive setup workflow for configuring the Magnet MCP server to use the canary environment (project-specific, magnet-app directory only). Use when user says "canary setup", "use canary", "test on canary", "configure canary MCP", or "set up canary environment".
2026-01-05
webapp-nikto.md
4
1
export
webapp-nikto
2
from
"AgentSecOps/SecOpsAgentKit"
from
"AgentSecOps/SecOpsAgentKit"
3
Web server vulnerability scanner for identifying security issues, misconfigurations, and outdated software versions. Use when: (1) Conducting authorized web server security assessments, (2) Identifying common web vulnerabilities and misconfigurations, (3) Detecting outdated server software and known vulnerabilities, (4) Performing compliance scans for web server hardening, (5) Enumerating web server information and enabled features, (6) Validating security controls and patch levels.
2026-01-05
plugin-validator.md
4
1
export
plugin-validator
2
from
"terrylica/cc-skills"
from
"terrylica/cc-skills"
3
Validate plugin structure, manifests, and silent failure patterns. TRIGGERS - plugin validation, validate plugin, check plugin, silent failures, hook audit, stderr emission.
2026-01-05
nushell-plugin-builder.md
4
1
export
nushell-plugin-builder
2
from
"YPares/agent-skills"
from
"YPares/agent-skills"
3
Guide for creating Nushell plugins in Rust using nu_plugin and nu_protocol crates. Use when users want to build custom Nushell commands, extend Nushell with new functionality, create data transformations, or integrate external tools/APIs into Nushell. Covers project setup, command implementation, streaming data, custom values, and testing.
2026-01-05
sca-trivy.md
4
1
export
sca-trivy
2
from
"AgentSecOps/SecOpsAgentKit"
from
"AgentSecOps/SecOpsAgentKit"
3
Software Composition Analysis (SCA) and container vulnerability scanning using Aqua Trivy for identifying CVE vulnerabilities in dependencies, container images, IaC misconfigurations, and license compliance risks. Use when: (1) Scanning container images and filesystems for vulnerabilities and misconfigurations, (2) Analyzing dependencies for known CVEs across multiple languages (Go, Python, Node.js, Java, etc.), (3) Detecting IaC security issues in Terraform, Kubernetes, Dockerfile, (4) Integrating vulnerability scanning into CI/CD pipelines with SARIF output, (5) Generating Software Bill of Materials (SBOM) in CycloneDX or SPDX format, (6) Prioritizing remediation by CVSS score and exploitability.
2026-01-05
sast-semgrep.md
4
1
export
sast-semgrep
2
from
"AgentSecOps/SecOpsAgentKit"
from
"AgentSecOps/SecOpsAgentKit"
3
Static application security testing (SAST) using Semgrep for vulnerability detection, security code review, and secure coding guidance with OWASP and CWE framework mapping. Use when: (1) Scanning code for security vulnerabilities across multiple languages, (2) Performing security code reviews with pattern-based detection, (3) Integrating SAST checks into CI/CD pipelines, (4) Providing remediation guidance with OWASP Top 10 and CWE mappings, (5) Creating custom security rules for organization-specific patterns, (6) Analyzing dependencies for known vulnerabilities.
2026-01-05
software-engineering.md
4
1
export
software-engineering
2
from
"outfitter-dev/agents"
from
"outfitter-dev/agents"
3
Engineering judgment, decision-making principles, and code quality standards. Use when making architectural choices, evaluating trade-offs, determining implementation approaches, assessing code quality, or balancing speed vs thoroughness. Provides foundational senior engineer mindset covering when to proceed vs ask, when to refactor, security awareness, and avoiding over-engineering.
2026-01-05
claude-code-hooks.md
3
1
export
claude-code-hooks
2
from
"0xDarkMatter/claude-mods"
from
"0xDarkMatter/claude-mods"
3
Claude Code hook system for pre/post tool execution. Triggers on: hooks, PreToolUse, PostToolUse, hook script, tool validation, audit logging.
2026-01-05
k8s-security-policies.md
3
1
export
k8s-security-policies
2
from
"amurata/cc-tools"
from
"amurata/cc-tools"
3
本番グレードのセキュリティのためのNetworkPolicy、PodSecurityPolicy、RBACを含むKubernetesセキュリティポリシーの実装。Kubernetesクラスタのセキュリティ確保、ネットワーク分離の実装、Podセキュリティ標準の強制に使用します。
2026-01-05
reviewing-security.md
3
1
export
reviewing-security
2
from
"thkt/claude-config"
from
"thkt/claude-config"
3
OWASP Top 10-based security review and vulnerability detection. Triggers: セキュリティ, 脆弱性, XSS, SQL injection, SQLインジェクション, CSRF, 認証, 認可, 暗号化, OWASP, SSRF, パスワード, セッション, rate limiting, brute force, command injection, security misconfiguration.
2026-01-05
refactor.md
3
1
export
refactor
2
from
"channingwalton/dotfiles"
from
"channingwalton/dotfiles"
3
Improve code design without changing behaviour. Use for the REFACTOR phase of XP workflow. All tests must pass before and after.
2026-01-05