Browse Skills
9063 skills found
tdd-guard-workflow.md
0
1
export
tdd-guard-workflow
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when implementing features or fixes in projects with tdd-guard installed. This skill guides the RED-GREEN-REFACTOR cycle with proper test registration, preventing common TDD violations like writing code before tests or implementing multiple tests simultaneously. Invoke when tdd-guard blocks an edit or when starting TDD work.
2026-01-05
energize-denver-proposals.md
0
1
export
energize-denver-proposals
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when creating or updating Energize Denver compliance proposals including benchmarking, energy audits, compliance pathways, and performance target analysis. Handles proposal generation from template, cost estimation based on building size and service type, timeline planning, and compliance verification against Denver Article XIV requirements for commercial and multifamily buildings (project)
2026-01-05
secrets-management.md
0
1
export
secrets-management
2
from
"neo-picasso-2112/dotfiles"
from
"neo-picasso-2112/dotfiles"
3
Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.
2026-01-05
solidity.md
0
1
export
solidity
2
from
"settlemint/agent-marketplace"
from
"settlemint/agent-marketplace"
3
Solidity smart contract development with Foundry. Covers writing, testing, security, deployment, and upgrades. Triggers on .sol files, contract, pragma solidity, forge.
2026-01-05
react-testing.md
0
1
export
react-testing
2
from
"CJHarmath/claude-agents-skills"
from
"CJHarmath/claude-agents-skills"
3
Testing patterns for React with Jest and React Testing Library. Use when writing tests, mocking modules, testing Zustand stores, or debugging test failures in React web applications.
2026-01-05
composable-rust-web.md
0
1
export
composable-rust-web
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert knowledge for building web APIs and real-time applications with Composable Rust. Use when building HTTP REST APIs with Axum, implementing WebSocket for real-time updates, working with authentication (magic link, OAuth, passkeys), setting up email providers (SMTP, Console), designing API routes or request handlers, or questions about web integration and real-time communication.
2026-01-05
coding.md
0
1
export
coding
2
from
"michael-freling/claude-code-tools"
from
"michael-freling/claude-code-tools"
3
Iterative coding development with Test-Driven Development (TDD). Follows a structured workflow of planning reviewable changes, implementing with tests, getting code review, and committing incrementally. Use when implementing features or changes that require iterative development with verification at each step.
2026-01-05
qa-tester.md
0
1
export
qa-tester
2
from
"svilupp/canary-frontend"
from
"svilupp/canary-frontend"
3
Browser automation QA testing skill. Systematically tests web applications for functionality, security, and usability issues. Reports findings by severity (CRITICAL/HIGH/MEDIUM/LOW) with immediate alerts for critical failures.
2026-01-05
vitest.md
0
1
export
vitest
2
from
"ProfPowell/project-template"
from
"ProfPowell/project-template"
3
Write and run tests with Vitest for Vite-based projects. Use when testing Astro components, JavaScript modules, or any Vite project requiring fast, modern testing.
2026-01-05
deploying-public-apps.md
0
1
export
deploying-public-apps
2
from
"saavy1/sb"
from
"saavy1/sb"
3
Deploys public-facing apps that handle their own authentication (like Jellyfin, game servers) without Authelia forward auth
2026-01-05
phpunit-runner.md
0
1
export
phpunit-runner
2
from
"LongTermSupport/php-qa-ci"
from
"LongTermSupport/php-qa-ci"
3
Run PHPUnit tests and fix failures using intelligent agent delegation. Use when user requests to:- Run tests (full suite, specific path, or single file)- Fix failing tests- Analyze test failures- Check test coverageDelegates to runner agent (haiku) for execution and fixer agent (sonnet) for fixes.Automatically cycles between run and fix until tests pass or human intervention needed.
2026-01-05
veloxts.md
0
1
export
veloxts
2
from
"veloxts/velox-ts-framework"
from
"veloxts/velox-ts-framework"
3
VeloxTS framework assistant for building full-stack TypeScript APIs. Helps with procedures, generators (velox make), REST routes, authentication, validation, and common errors. Use when creating endpoints, adding features, debugging issues, or learning VeloxTS patterns.
2026-01-05
mcp-security.md
0
1
export
mcp-security
2
from
"jpoutrin/product-forge"
from
"jpoutrin/product-forge"
3
Multi-agent and MCP pipeline security with 5-layer defense architecture. Use when building MCP servers, multi-agent systems, or any pipeline that handles user input to prevent prompt injection and ensure proper authorization.
2026-01-05
action-pinning-overview.md
0
1
export
action-pinning-overview
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Why pinning GitHub Actions to SHA-256 commits matters for supply chain security. Attack vectors from unpinned actions and comparison of tag vs SHA pinning.
2026-01-05
cve-search.md
0
1
export
cve-search
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Searches the NIST NVD database for CVE vulnerabilities using API 2.0. Returns CVE details, CVSS scores, affected software, and references. Use when user asks about "CVE", "vulnerability database", "NIST", "NVD", "security advisory", "CVE-2024", "CVE-2023", "脆弱性", "セキュリティアドバイザリ", or wants to find known vulnerabilities for specific software.
2026-01-05
lead-hunter.md
0
1
export
lead-hunter
2
from
"AIBPM42/hodgesfooshee-site-spark"
from
"AIBPM42/hodgesfooshee-site-spark"
3
THE MOST CRITICAL FEATURE FOR HODGES & FOOSHEE REALTY. Ultimate distressed property intelligence system tracking 22 distress signals across financial, life event, property, legal, and market categories. Self-improving AI that monitors performance, spawns specialized skills to fix bottlenecks, runs A/B tests, and continuously optimizes lead conversion. This is the game-changer that finds homeowners in crisis BEFORE anyone else does. Use for ALL lead generation tasks, pipeline optimization, multi-source data ingestion, and automated lead intelligence.
2026-01-05
python-unit-testing.md
0
1
export
python-unit-testing
2
from
"MUmerRazzaq/fast-next-todo"
from
"MUmerRazzaq/fast-next-todo"
3
A skill for creating comprehensive Python unit tests using pytest. It provides guidance and templates for test structure, fixtures, mocking, parameterization, and coverage. Use this when you need to write unit tests for Python code, set up a testing environment with pytest, or apply testing best practices.
2026-01-05
policy-as-code-template-library.md
0
1
export
policy-as-code-template-library
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Production-ready policy template library: 48 battle-tested policies (28 Kyverno + 20 OPA). Pod security, image validation, RBAC, resource governance, network security, and CI/CD integration.
2026-01-05
oscal-ssp-validator.md
0
1
export
oscal-ssp-validator
2
from
"euCann/OSCAL-GRC-SKILLS"
from
"euCann/OSCAL-GRC-SKILLS"
3
Validates OSCAL System Security Plan documents against NIST 800-18 Rev 1 requirements and FedRAMP baselines. Identifies missing elements, quality issues, and provides remediation guidance for achieving ATO compliance.
2026-01-05
qa-testing-methodology.md
0
1
export
qa-testing-methodology
2
from
"jpoutrin/product-forge"
from
"jpoutrin/product-forge"
3
QA best practices and test design patterns. Use when designing test cases to ensure comprehensive coverage with equivalence partitioning, boundary analysis, and accessibility testing.
2026-01-05
replit-to-production.md
0
1
export
replit-to-production
2
from
"sysylvia/ssylvia-website"
from
"sysylvia/ssylvia-website"
3
Transform Replit prototypes into production-grade applications following DHEPdevelopment standards. Automates TypeScript migration, testing setup, CI/CDconfiguration, and GitHub publishing. Handles full-stack web apps and datascience projects.USE WHEN user says 'transform replit', 'productionize', 'convert to production','replit to production', 'make production-ready', 'prototype to production','*transform', or has a Replit prototype needing professional architecture.
2026-01-05
spider.md
0
1
export
spider
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Web crawling and scraping with analysis. Use for crawling websites, security scanning, and extracting information from web pages.
2026-01-05
go-microservices.md
0
1
export
go-microservices
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Production-ready Go microservices patterns including Gin, Echo, gRPC, clean architecture, dependency injection, error handling, middleware, testing, Docker containerization, Kubernetes deployment, distributed tracing, observability with Prometheus, high-performance APIs, concurrent processing, database integration with GORM, Redis caching, message queues, and cloud-native best practices.
2026-01-05
secure-development.md
0
1
export
secure-development
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Security best practices for production applications including PII protection, input validation, SQL injection prevention, XSS mitigation, and secure logging. Apply when handling user data, authentication, or external inputs.
2026-01-05