Browse Skills

9063 skills found

brand-voice.md
5
1 export brand-voice
2 Salesably from "Salesably/salesably-marketplace"
3 Defines and maintains consistent brand communication across all marketing materials. This skill should be used when creating new marketing content, auditing existing materials for voice consistency, onboarding team members to brand guidelines, or when content sounds generic or "off-brand."
2026-01-05
senior-security.md
5
1 export senior-security
2 rickydwilson-dcs from "rickydwilson-dcs/claude-skills"
3 Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture, conducting penetration tests, implementing cryptography, or performing security audits.
2026-01-05
recipe-writer.md
5
1 export recipe-writer
2 sjungling from "sjungling/claude-plugins"
3 Expert in test-first development of production-quality OpenRewrite recipes for automated code refactoring. Automatically activates when working with OpenRewrite recipe files, Java/YAML files in `src/main/java/**/rewrite/**` directories, writing tests implementing `RewriteTest`, or when users ask about recipe development, writing recipes, creating migrations, LST manipulation, JavaTemplate usage, visitor patterns, preconditions, scanning recipes, YAML recipes, GitHub Actions transformations, Kubernetes manifest updates, or code migration strategies. Guides recipe type selection (declarative/Refaster/imperative), visitor implementation, and test-driven development workflows.
2026-01-05
git-bisect-debugging.md
5
1 export git-bisect-debugging
2 sjungling from "sjungling/claude-plugins"
3 Use when debugging regressions or identifying which commit introduced a bug - provides systematic workflow for git bisect with automated test scripts, manual verification, or hybrid approaches. Can be invoked from systematic-debugging as a debugging technique, or used standalone when you know the issue is historical.
2026-01-05
mandatory-testing-linting-guard.md
5
1 export mandatory-testing-linting-guard
2 spartDev from "spartDev/My-Prompt-Manager"
3 Enforce mandatory npm test and npm run lint execution after every code change with no exceptions for code quality and test coverage compliance
2026-01-05
fastapi-code-review.md
5
1 export fastapi-code-review
2 existential-birds from "existential-birds/beagle"
3 Reviews FastAPI code for routing patterns, dependency injection, validation, and async handlers. Use when reviewing FastAPI apps, checking APIRouter setup, Depends() usage, or response models.
2026-01-05
jupyter-notebook-testing.md
5
1 export jupyter-notebook-testing
2 ddttom from "ddttom/webcomponents-with-eds"
3 Create and manage Jupyter notebooks for testing Adobe Edge Delivery Services (EDS) blocks interactively in the browser using the ipynb-viewer block. Interactive JavaScript execution, overlay previews with backdrop, direct ES6 imports. Use when creating notebooks, testing blocks with ipynb files in browser, generating overlay previews, or creating executable documentation.
2026-01-05
rewrite-yaml.md
5
1 export rewrite-yaml
2 sjungling from "sjungling/claude-plugins"
3 Expert in test-first development of production-quality OpenRewrite recipes for YAML manipulation using LST structure, visitor patterns, and JsonPath matching. Automatically activates when working with OpenRewrite recipe files or Java files in `src/main/java/**/rewrite/**` directories.
2026-01-05
validate-coverage-threshold.md
5
1 export validate-coverage-threshold
2 BerryKuipers from "BerryKuipers/claude-code-toolkit"
3 Validate test coverage meets minimum thresholds (default 80% overall, 80% statements, 75% branches, 80% functions). Parses coverage reports from coverage/coverage-summary.json or test output. Returns pass/fail status with detailed metrics and identifies uncovered files.
2026-01-05
pydantic-ai-testing.md
5
1 export pydantic-ai-testing
2 existential-birds from "existential-birds/beagle"
3 Test PydanticAI agents using TestModel, FunctionModel, VCR cassettes, and inline snapshots. Use when writing unit tests, mocking LLM responses, or recording API interactions.
2026-01-05
eds-block-testing.md
5
1 export eds-block-testing
2 ddttom from "ddttom/webcomponents-with-eds"
3 Guide for testing EDS blocks using test.html files and the development server. Covers test file structure, EDS core integration, testing patterns, and debugging workflows for Adobe Edge Delivery Services blocks.
2026-01-05
senior-data-scientist.md
5
1 export senior-data-scientist
2 rickydwilson-dcs from "rickydwilson-dcs/claude-skills"
3 World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics. Expertise in Python (NumPy, Pandas, Scikit-learn), R, SQL, statistical methods, A/B testing, time series, and business intelligence. Includes experiment design, feature engineering, model evaluation, and stakeholder communication. Use when designing experiments, building predictive models, performing causal analysis, or driving data-driven decisions.
2026-01-05
testing-type-testing.md
5
1 export testing-type-testing
2 leaderiop from "leaderiop/hex-di"
3 Your approach to handling testing type testing. Use this skill when working on files where testing type testing comes into play.
2026-01-05
networking-controls.md
5
1 export networking-controls
2 CsHeng from "CsHeng/dot-claude"
3 Network security and connectivity standards. Use when networking controls guidance is required.
2026-01-05
laravel-testing.md
5
1 export laravel-testing
2 leeovery from "leeovery/claude-laravel"
3 Comprehensive testing patterns with Pest. Use when working with tests, testing patterns, or when user mentions testing, tests, Pest, PHPUnit, mocking, factories, test patterns.
2026-01-05
run-comprehensive-tests.md
5
1 export run-comprehensive-tests
2 BerryKuipers from "BerryKuipers/claude-code-toolkit"
3 Execute comprehensive test suite with validation, coverage reporting, and failure analysis. Works with any TypeScript/JavaScript testing framework (Jest, Vitest, Mocha, etc.). Returns structured output with pass/fail status, coverage metrics, and detailed error analysis.
2026-01-05
typescript-testing.md
5
1 export typescript-testing
2 ilude from "ilude/claude-code-config"
3 TypeScript/JavaScript testing practices with Bun's test runner. Activate when working with bun test, .test.ts, .test.js, .spec.ts, .spec.js, testing TypeScript/JavaScript, bunfig.toml, testing configuration, or test-related tasks in Bun projects.
2026-01-05
python-workflow.md
5
1 export python-workflow
2 ilude from "ilude/claude-code-config"
3 Python project workflow guidelines. Triggers: .py, pyproject.toml, uv, pip, pytest, Python. Covers package management, virtual environments, code style, type safety, testing, configuration, CQRS patterns, and Python-specific development tasks.
2026-01-05
owasp-top-10.md
5
1 export owasp-top-10
2 yonatangross from "yonatangross/skillforge-claude-plugin"
3 OWASP Top 10 security vulnerabilities and mitigations. Use when conducting security audits, implementing security controls, or reviewing code for common vulnerabilities.
2026-01-05
testing-workflows-with-subagents.md
5
1 export testing-workflows-with-subagents
2 arittr from "arittr/spectacular"
3 Use when creating or editing commands, orchestrator prompts, or workflow documentation before deployment - applies RED-GREEN-REFACTOR to test instruction clarity by finding real execution failures, creating test scenarios, and verifying fixes with subagents
2026-01-05
validate-git-hygiene.md
5
1 export validate-git-hygiene
2 BerryKuipers from "BerryKuipers/claude-code-toolkit"
3 Validate git commit messages, branch naming conventions, and check for sensitive files. Returns structured output with commit format validation, branch name compliance, and sensitive file detection (.env, credentials, .pem, .key). Used for git workflow validation and security checks.
2026-01-05
input-validation.md
5
1 export input-validation
2 yonatangross from "yonatangross/skillforge-claude-plugin"
3 Input validation and sanitization patterns. Use when validating user input, preventing injection attacks, implementing allowlists, or sanitizing HTML/SQL/command inputs.
2026-01-05
sap-abap.md
5
1 export sap-abap
2 secondsky from "secondsky/sap-skills"
3 Comprehensive ABAP development skill for SAP systems. Use when writing ABAP code,working with internal tables, structures, ABAP SQL, object-oriented programming,RAP (RESTful Application Programming Model), CDS views, EML statements, ABAP Clouddevelopment, string processing, dynamic programming, RTTI/RTTC, field symbols,data references, exception handling, or ABAP unit testing. Covers both classicABAP and modern ABAP for Cloud Development patterns.
2026-01-05
ci-failure-analysis.md
5
1 export ci-failure-analysis
2 ryanbreen from "ryanbreen/breenix"
3 This skill should be used when analyzing failed GitHub Actions CI/CD runs for Breenix kernel development. Use for diagnosing test failures, parsing QEMU logs, identifying kernel panics or faults, understanding timeout issues, and determining root causes of CI failures.
2026-01-05