Browse Skills
9063 skills found
contract-test-design.md
3
1
export
contract-test-design
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Design consumer-driven contract testing strategies using Pact, verify provider contracts, and manage API evolution with contract-first approaches.
2026-01-05
journey.md
3
1
export
journey
2
from
"treasure-data/td-skills"
from
"treasure-data/td-skills"
3
Creates CDP journey definitions in YAML using `tdx journey` commands. Covers journey stages, steps (wait, activation, decision_point, ab_test, merge, jump, end), entry/exit criteria, goals, embedded segments, and versioning. Use when building customer journey orchestration workflows or managing journey YAML files.
2026-01-05
test-generator.md
3
1
export
test-generator
2
from
"u9401066/med-paper-assistant"
from
"u9401066/med-paper-assistant"
3
生成測試套件。觸發:test、測試、寫測試、coverage、覆蓋率、pytest、unittest、驗證、TG、unit test、整合測試、e2e、static、ruff、mypy、lint。
2026-01-05
prototype-strategy.md
3
1
export
prototype-strategy
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Plan prototyping approach - fidelity levels, tool selection, prototype types, testing strategies, and design-to-development handoff.
2026-01-05
dependency-guardian.md
3
1
export
dependency-guardian
2
from
"benreceveur/claude-workflow-engine"
from
"benreceveur/claude-workflow-engine"
3
Automated dependency management with security scanning, update orchestration, and compatibility validation
2026-01-05
e2e-test-design.md
3
1
export
e2e-test-design
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Design E2E tests following user-story-driven patterns with verification checkpoints. Use when creating end-to-end tests, validating complete user journeys, or designing Playwright/Cypress test patterns.
2026-01-05
quality-unit-testing.md
3
1
export
quality-unit-testing
2
from
"d-o-hub/rust-self-learning-memory"
from
"d-o-hub/rust-self-learning-memory"
3
Write high-quality Rust unit tests following best practices. Use when writing new tests, reviewing test code, or improving test quality. Emphasizes clear naming, AAA pattern, isolation, and deployment confidence.
2026-01-05
test-strategy-planning.md
3
1
export
test-strategy-planning
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Create comprehensive test strategy documents following IEEE 829 structure. Plan test approach, scope, resources, and success criteria for software projects.
2026-01-05
omakase-off.md
3
1
export
omakase-off
2
from
"2389-research/claude-plugins"
from
"2389-research/claude-plugins"
3
ALWAYS invoke FIRST on ANY "build/create/implement/add feature" request. This skill WRAPS brainstorming - it decides the approach. Present choice BEFORE any brainstorming starts: (1) Brainstorm together step-by-step, OR (2) Omakase - I generate 3-5 best approaches, implement in parallel, tests pick winner. If user picks brainstorming, check if brainstorming skill exists - if yes use it, if no do brainstorming yourself (ask questions, propose options, validate). Also triggers DURING brainstorming on 2+ "not sure"/"don't know" responses. For same design competing implementations, use cookoff.
2026-01-05
jlpt-preparation-expert-n5-n1.md
3
1
export
jlpt-preparation-expert-n5-n1
2
from
"sandraschi/advanced-memory-mcp"
from
"sandraschi/advanced-memory-mcp"
3
Complete guide to Japanese Language Proficiency Test preparation with strategies for vocabulary, kanji, grammar, reading, and listening across all levels
2026-01-05
python.md
3
1
export
python
2
from
"MasonEgger/homedir"
from
"MasonEgger/homedir"
3
Python development standards and toolchain preferences. Use when (1) writing ANY Python code, (2) setting up Python projects with pyproject.toml, (3) creating standalone CLI scripts, (4) configuring Python tooling (ruff, mypy, pytest, nox, uv), (5) reviewing or refactoring Python code, or (6) advising on Python best practices. Enforces modern Pythonic style, strict type hints, and uv-based workflows.
2026-01-05
playwright-typescript-enableedge.md
3
1
export
playwright-typescript-enableedge
2
from
"enuno/claude-command-and-control"
from
"enuno/claude-command-and-control"
3
GitHub repository skill for enableedge/playwright-typescript-enableedge
2026-01-05
generating-tdd-tests.md
3
1
export
generating-tdd-tests
2
from
"thkt/claude-config"
from
"thkt/claude-config"
3
TDD with RGRC cycle and Baby Steps methodology. Triggers: TDD, テスト駆動開発, Red-Green-Refactor, Baby Steps, test generation, テスト生成, テスト設計, テストケース, boundary value, 境界値分析, coverage, カバレッジ, unit test
2026-01-05
react.md
3
1
export
react
2
from
"KubrickCode/Quick-Command-Buttons"
from
"KubrickCode/Quick-Command-Buttons"
3
Provides React component development standards and best practices. Ensures component quality through proper hooks usage, state management patterns, and performance optimization techniques. Specializes in functional components, custom hooks, context API, memoization strategies, and accessibility compliance.Use when: developing React components (.jsx/.tsx files), creating custom hooks, implementing state management with useState/useReducer/useContext, optimizing performance with useMemo/useCallback/React.memo, handling side effects with useEffect, designing component props and interfaces, implementing conditional rendering patterns, testing with React Testing Library, or integrating with TypeScript for type-safe components.
2026-01-05
rr-solidity.md
3
1
export
rr-solidity
2
from
"Microck/ordinary-claude-skills"
from
"Microck/ordinary-claude-skills"
3
Comprehensive Solidity smart contract development skill using Foundry framework. Use for writing, testing, deploying, and auditing Solidity contracts with security-first practices. Also triggers when working with .sol files, Foundry project files (foundry.toml), test files (.t.sol), or smart contract deployment scripts. Example triggers: "Write smart contract", "Create Solidity test", "Deploy contract", "Audit smart contract", "Fix security vulnerability", "Write Foundry test", "Set up Foundry project"
2026-01-05
rails-controllers.md
3
1
export
rails-controllers
2
from
"stephendolan/dotfiles"
from
"stephendolan/dotfiles"
3
Rails controller patterns and REST conventions. Use when writing controllers, designing endpoints, or handling requests. Covers REST resources, thin controllers, authorization, and error handling.
2026-01-05
code-quality.md
3
1
export
code-quality
2
from
"d-o-hub/rust-self-learning-memory"
from
"d-o-hub/rust-self-learning-memory"
3
Maintain high code quality through formatting, linting, and static analysis using rustfmt, clippy, and cargo audit. Use to ensure consistent code style and catch common mistakes.
2026-01-05
prompt-engineering.md
3
1
export
prompt-engineering
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Design, test, and version prompts with systematic evaluation and optimization strategies.
2026-01-05
talos-os-expert.md
3
1
export
talos-os-expert
2
from
"martinholovsky/claude-skills-generator"
from
"martinholovsky/claude-skills-generator"
3
Elite Talos Linux expert specializing in immutable Kubernetes OS, secure cluster deployment, machine configurations, talosctl CLI operations, upgrades, and production-grade security hardening. Expert in Talos 1.6+, secure boot, disk encryption, and zero-trust infrastructure. Use when deploying Talos clusters, configuring machine configs, troubleshooting node issues, or implementing security best practices.
2026-01-05
solid-principles-code-review.md
3
1
export
solid-principles-code-review
2
from
"jack-michaud/faire"
from
"jack-michaud/faire"
3
Review Python code for adherence to SOLID principles (SRP, OCP, LSP, ISP, DIP). Use when reviewing Python code for maintainability, testability, and design quality.
2026-01-05
webapp-testing.md
3
1
export
webapp-testing
2
from
"vapvarun/claude-backup"
from
"vapvarun/claude-backup"
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
llm-integration.md
3
1
export
llm-integration
2
from
"martinholovsky/claude-skills-generator"
from
"martinholovsky/claude-skills-generator"
3
Expert skill for integrating local Large Language Models using llama.cpp and Ollama. Covers secure model loading, inference optimization, prompt handling, and protection against LLM-specific vulnerabilities including prompt injection, model theft, and denial of service attacks.
2026-01-05
api-endpoint.md
3
1
export
api-endpoint
2
from
"vapvarun/claude-backup"
from
"vapvarun/claude-backup"
3
Create REST or GraphQL API endpoints with proper validation, error handling, authentication, and documentation. Use when building backend APIs or serverless functions.
2026-01-05
docker-build-and-test-workflow.md
3
1
export
docker-build-and-test-workflow
2
from
"technicalpickles/agentic-container"
from
"technicalpickles/agentic-container"
3
Use this skill when building, testing, or working with Docker images in the agentic-container repository. Covers when to rebuild vs reuse images, how to leverage layer caching, and efficient iteration patterns.
2026-01-05