Browse Skills
9063 skills found
dast-nuclei.md
4
1
export
dast-nuclei
2
from
"AgentSecOps/SecOpsAgentKit"
from
"AgentSecOps/SecOpsAgentKit"
3
Fast, template-based vulnerability scanning using ProjectDiscovery's Nuclei with extensive community templates covering CVEs, OWASP Top 10, misconfigurations, and security issues across web applications, APIs, and infrastructure. Use when: (1) Performing rapid vulnerability scanning with automated CVE detection, (2) Testing for known vulnerabilities and security misconfigurations in web apps and APIs, (3) Running template-based security checks in CI/CD pipelines with customizable severity thresholds, (4) Creating custom security templates for organization-specific vulnerability patterns, (5) Scanning multiple targets efficiently with concurrent execution and rate limiting controls.
2026-01-05
testing-with-playwright.md
4
1
export
testing-with-playwright
2
from
"QingqiShi/shiqingqi.com"
from
"QingqiShi/shiqingqi.com"
3
Playwright end-to-end (e2e) testing best practices for user-centric testing using semantic locators. Use when writing E2E tests, integration tests, user flow tests, Playwright tests, test specs, or when the user mentions Playwright, e2e tests, getByRole, test flows, or user testing.
2026-01-05
tdd-enforcement.md
4
1
export
tdd-enforcement
2
from
"bostonaholic/dotfiles"
from
"bostonaholic/dotfiles"
3
A workflow that enforces genuine test-driven development: tests first, behavior-focused, with strong edge-case coverage.
2026-01-05
helm-charts-audit.md
4
1
export
helm-charts-audit
2
from
"huseyindeniz/gitops-lab"
from
"huseyindeniz/gitops-lab"
3
Audits Helm charts for anti-patterns, security issues, and best practice violations. Use when asked to audit, review, or check Helm chart quality. Generates a comprehensive report under reports/YYYY-MM-DD/helm-charts-audit.md. (project)
2026-01-05
sample-skill.md
4
1
export
sample-skill
2
from
"rp1-run/rp1"
from
"rp1-run/rp1"
3
A sample skill for testing - must be at least 20 characters
2026-01-05
security-reporter.md
4
1
export
security-reporter
2
from
"jpoley/jp-spec-kit"
from
"jpoley/jp-spec-kit"
3
Use when generating comprehensive security audit reports, analyzing security scan results, calculating security posture, or creating OWASP Top 10 compliance assessments. Invoked for security reporting, vulnerability aggregation, and remediation planning.
2026-01-05
manage-entity-tests.md
4
1
export
manage-entity-tests
2
from
"talbenmoshe/zdr-tools"
from
"talbenmoshe/zdr-tools"
3
Create or update test files for TypeScript classes that implement interfaces. Use when user asks to "create tests", "update tests", "generate test file", "fix tests", "test MyClass", or mentions needing tests for a class. Generates vitest test files with describe blocks, createClass helpers, and proper fake dependency injection.
2026-01-05
container-grype.md
4
1
export
container-grype
2
from
"AgentSecOps/SecOpsAgentKit"
from
"AgentSecOps/SecOpsAgentKit"
3
Container vulnerability scanning and dependency risk assessment using Grype with CVSS severity ratings, EPSS exploit probability, and CISA KEV indicators. Use when: (1) Scanning container images and filesystems for known vulnerabilities, (2) Integrating vulnerability scanning into CI/CD pipelines with severity thresholds, (3) Analyzing SBOMs (Syft, SPDX, CycloneDX) for security risks, (4) Prioritizing remediation based on threat metrics (CVSS, EPSS, KEV), (5) Generating vulnerability reports in multiple formats (JSON, SARIF, CycloneDX) for security toolchain integration.
2026-01-05
code-quality-workflow.md
4
1
export
code-quality-workflow
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
Use when assessing or improving code quality, maintainability, performance, or security hygiene - provides workflows for analysis, code review, and systematic improvements with validation steps.
2026-01-05
rust-best-practices-guide.md
4
1
export
rust-best-practices-guide
2
from
"mosif16/codex-Skills"
from
"mosif16/codex-Skills"
3
A comprehensive guide to modern Rust best practices covering style, error handling, performance, concurrency, project organization, dependency management, documentation, testing, security, and CI.
2026-01-05
python-testing-patterns.md
4
1
export
python-testing-patterns
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
Python testing patterns and best practices using pytest, mocking, and property-based testing. Use when writing unit tests, integration tests, or implementing test-driven development in Python projects.
2026-01-05
sbom-syft.md
4
1
export
sbom-syft
2
from
"AgentSecOps/SecOpsAgentKit"
from
"AgentSecOps/SecOpsAgentKit"
3
Software Bill of Materials (SBOM) generation using Syft for container images, filesystems, and archives. Detects packages across 28+ ecosystems with multi-format output support (CycloneDX, SPDX, syft-json). Enables vulnerability assessment, license compliance, and supply chain security. Use when: (1) Generating SBOMs for container images or applications, (2) Analyzing software dependencies and packages for vulnerability scanning, (3) Tracking license compliance across dependencies, (4) Integrating SBOM generation into CI/CD for supply chain security, (5) Creating signed SBOM attestations for software provenance.
2026-01-05
presentation-generator.md
4
1
export
presentation-generator
2
from
"glebis/claude-skills"
from
"glebis/claude-skills"
3
Generate interactive HTML presentations with neobrutalism styling, ASCII art decorations, and Agency brand colors. Outputs HTML (interactive with navigation), PNG (individual slides via Playwright), and PDF. References brand-agency skill for colors and typography. Use when creating presentations, slide decks, pitch materials, or visual summaries.
2026-01-05
ash-framework.md
4
1
export
ash-framework
2
from
"forest/dotfiles"
from
"forest/dotfiles"
3
Comprehensive Ash framework guidelines for Elixir applications. Use when working with Ash resources, domains, actions, queries, changesets, policies, calculations, or aggregates. Covers code interfaces, error handling, validations, changes, relationships, and authorization. Read documentation before using Ash features - do not assume prior knowledge.
2026-01-05
wow-generating-validation-reports.md
4
1
export
wow-generating-validation-reports
2
from
"wahidyankf/open-sharia-enterprise"
from
"wahidyankf/open-sharia-enterprise"
3
Guidelines for generating validation/audit reports with UUID chains, progressive writing, and UTC+7 timestamps
2026-01-05
api-gateway-patterns.md
4
1
export
api-gateway-patterns
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
API Gateway patterns for routing, authentication, rate limiting, and service composition in microservices architectures. Use when implementing API gateways, building BFF layers, or managing service-to-service communication at scale.
2026-01-05
writing-code.md
4
1
export
writing-code
2
from
"bostonaholic/dotfiles"
from
"bostonaholic/dotfiles"
3
Essential principle for writing clear, testable, maintainable code - separate decisions from effects
2026-01-05
code-hardcode-audit.md
4
1
export
code-hardcode-audit
2
from
"terrylica/cc-skills"
from
"terrylica/cc-skills"
3
Detects hardcoded values, magic numbers, duplicate constants, and leaked secrets using Ruff, Semgrep, jscpd, and gitleaks. Use when auditing for hardcodes, magic numbers, PLR2004, constant detection, secret scanning, or before release.
2026-01-05
test-vue-composable.md
4
1
export
test-vue-composable
2
from
"alexanderop/MarkVim"
from
"alexanderop/MarkVim"
3
Guide for unit testing Vue 3 Composables using Vitest. Use this skill when writing tests for Vue logic to determine the correct testing strategy based on whether the composable is independent, relies on lifecycle hooks (onMounted), or uses dependency injection (provide/inject).
2026-01-05
npm-packages.md
4
1
export
npm-packages
2
from
"sanand0/scripts"
from
"sanand0/scripts"
3
Conventions for package.json, README.md, coding & testing styles
2026-01-05
react-classlist.md
4
1
export
react-classlist
2
from
"ahkohd/dotfiles"
from
"ahkohd/dotfiles"
3
Organize long or disorganized className attributes in React components into semantic groups using cn() or className
2026-01-05
manage-fake.md
4
1
export
manage-fake
2
from
"talbenmoshe/zdr-tools"
from
"talbenmoshe/zdr-tools"
3
Create or update Fake test doubles for TypeScript interfaces. Use when user asks to "create a fake", "update a fake", "generate test fake", "fix fake", "manage fake", or mentions needing a fake for testing. Generates Initializer interface, Fake class, and Builder class following the testing pattern with getMockingFunction, FakeEntity inheritance, and EventBroker support.
2026-01-05
wow-assessing-criticality-confidence.md
4
1
export
wow-assessing-criticality-confidence
2
from
"wahidyankf/open-sharia-enterprise"
from
"wahidyankf/open-sharia-enterprise"
3
Universal classification system for checker and fixer agents using orthogonal criticality (CRITICAL/HIGH/MEDIUM/LOW importance) and confidence (HIGH/MEDIUM/FALSE_POSITIVE certainty) dimensions. Covers priority matrix (P0-P4), execution order, dual-label pattern for verification status, standardized report format, and domain-specific examples. Essential for implementing checker/fixer agents and processing audit reports
2026-01-05
galahad.md
4
1
export
galahad
2
from
"lambdamechanic/tooltest"
from
"lambdamechanic/tooltest"
3
how to approach tests, types and coverage
2026-01-05