Browse Skills
1071 skills found
gin.md
0
1
export
gin
2
from
"bailu2025/CC-Plugins"
from
"bailu2025/CC-Plugins"
3
A comprehensive skill for the Go Gin web framework including routing, middleware, binding, and testing
2026-01-05
quality-gate-skill.md
0
1
export
quality-gate-skill
2
from
"orakitine/claude-code-lab"
from
"orakitine/claude-code-lab"
3
Comprehensive code quality verification workflow that checks linting, formatting, type safety, tests, and build before committing code. Uses parallel agent execution for maximum speed. Non-destructive - only reports issues without making changes.
2026-01-05
advanced-debugging.md
0
1
export
advanced-debugging
2
from
"g97iulio1609/vscode-agent-skills"
from
"g97iulio1609/vscode-agent-skills"
3
State-of-the-art debugging agent with hypothesis-driven analysis, automatic code instrumentation, git worktree isolation, and browser automation. Use when debugging errors, stack traces, unexpected behavior, performance issues, failed tests, race conditions, or hard-to-reproduce bugs.
2026-01-05
dotnet-test-triage.md
0
1
export
dotnet-test-triage
2
from
"bravellian/platform"
from
"bravellian/platform"
3
Run dotnet test, capture failed test cases, and generate a rerun filter plus a markdown failure summary. Use when test runs fail and you need a focused rerun command or a compact failure report.
2026-01-05
pepmetrics-testing.md
0
1
export
pepmetrics-testing
2
from
"djtroymx1/PepMetrics"
from
"djtroymx1/PepMetrics"
3
Testing patterns and utilities for PepMetrics. Use when writing or debugging tests.
2026-01-05
systematic-debugging.md
0
1
export
systematic-debugging
2
from
"keenanthomson/dotfiles"
from
"keenanthomson/dotfiles"
3
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
golang.md
0
1
export
golang
2
from
"forgoty/dotfiles"
from
"forgoty/dotfiles"
3
Write, test, and maintain Go code following idiomatic patterns, standard library conventions, and Go best practices. Use when working with Go/Golang projects, writing Go code, or reviewing Go implementations.
2026-01-05
python-testing-standards.md
0
1
export
python-testing-standards
2
from
"clostaunau/holiday-card"
from
"clostaunau/holiday-card"
3
Comprehensive Python testing best practices, pytest conventions, test structure patterns (AAA, Given-When-Then), fixture usage, mocking strategies, code coverage standards, and common anti-patterns. Essential reference for code reviews, test writing, and ensuring high-quality Python test suites with pytest, unittest.mock, and pytest-cov.
2026-01-05
test-writer.md
0
1
export
test-writer
2
from
"dudusoar/skillOS"
from
"dudusoar/skillOS"
3
Generates comprehensive test files for functions and classes. Use after writing a function, method, or class to quickly create unit tests with edge cases, assertions, and proper test structure. Supports multiple testing frameworks (pytest, unittest, jest, etc.) and follows testing best practices (AAA pattern, mocking, fixtures).
2026-01-05
static-audio-generation.md
0
1
export
static-audio-generation
2
from
"want2bet/BobTheSkull5"
from
"want2bet/BobTheSkull5"
3
Generate and manage static audio files for Bob The Skull using ElevenLabs TTS. Use when creating greetings, startup messages, error responses, or test audio. Handles generation, naming, directory structure, and cross-repo syncing.
2026-01-05
enactplaywright.md
0
1
export
enactplaywright
2
from
"while-basic/enact-template"
from
"while-basic/enact-template"
3
Browser automation tool using Playwright - captures screenshots and extracts content from web pages
2026-01-05
fpkit-developer.md
0
1
export
fpkit-developer
2
from
"shawn-sandy/acss"
from
"shawn-sandy/acss"
3
Guide for building applications with @fpkit/acss components. This skill should be used when composing custom React components from fpkit primitives, validating CSS variable naming conventions, extending fpkit components with custom behavior, or ensuring accessibility compliance in fpkit-based applications. Use when the user needs help with component composition patterns, CSS customization, or accessibility testing. Not for developing the @fpkit/acss library itself.
2026-01-05
kumo-assistant.md
0
1
export
kumo-assistant
2
from
"kumokuenchan/Kumo"
from
"kumokuenchan/Kumo"
3
Kumo development assistant for MySQL database management tool. Use when working on Kumo features, understanding architecture, writing tests, or navigating the codebase. Helps with React components, API endpoints, database features, and Electron app development.
2026-01-05
code-review.md
0
1
export
code-review
2
from
"LukasStrickler/ai-dev-atelier"
from
"LukasStrickler/ai-dev-atelier"
3
Review code changes using CodeRabbit CLI - supports uncommitted files (task mode) or all PR files vs main branch (pr mode). Catches bugs, security issues, and code quality problems before committing or when reviewing pull requests. Use when: (1) Reviewing uncommitted changes before committing (task mode), (2) Reviewing all changed files in a PR against main branch (pr mode), (3) Working on subtasks and want to check progress, (4) Need feedback on work-in-progress code, (5) Preparing PR for merge, (6) When CodeRabbit review is needed, (7) For bug detection and security scanning, or (8) For automated code quality assessment. Triggers: review code, check code quality, review changes, code review, review PR, check for bugs, security scan, review uncommitted, finalize code, pre-commit review.
2026-01-05
spec-first-sdlc.md
0
1
export
spec-first-sdlc
2
from
"esxr/sdlc-skill"
from
"esxr/sdlc-skill"
3
Spec-First, Agent-Implemented Software Development Lifecycle. Use when:
(1) Starting a new software project that needs structured design-before-code approach,
(2) User mentions "SDLC", "spec-first", "design docs", or "implementation spec",
(3) User wants to go from requirements/intent to working code with traceability,
(4) Project requires documented architectural decisions and review checkpoints,
(5) User has existing design artifacts and wants to continue from a specific phase.
Produces: Intent doc → HLD → ADR-Lite → EIS → Code → Validation tests.
2026-01-05
backend-development.md
0
1
export
backend-development
2
from
"pluginagentmarketplace/custom-plugin-mlops"
from
"pluginagentmarketplace/custom-plugin-mlops"
3
Master backend API development with Node.js, Python, PHP, Java, C#, GraphQL, REST APIs, databases, and microservices. Learn server-side architecture, authentication, scalability, and production deployment.
2026-01-05
simulation-code-validation.md
0
1
export
simulation-code-validation
2
from
"DevHammad0/physical-ai-robotics-textbook"
from
"DevHammad0/physical-ai-robotics-textbook"
3
Encodes validation patterns for robotics simulation code (ROS 2, Gazebo, Isaac Sim). Ensures code examples are testable, safe, and follow simulation-first pedagogy. Validates Python syntax, ROS 2 patterns, URDF/SDF markup, and troubleshooting completeness.
2026-01-05
test-driven-development.md
0
1
export
test-driven-development
2
from
"craigtkhill/stdd-agents"
from
"craigtkhill/stdd-agents"
3
Use when writing tests or implementing code. Defines RED-GREEN-REFACTOR cycle and test execution workflow.
2026-01-05
tunit.md
0
1
export
tunit
2
from
"AndreHogberg/summit-ui"
from
"AndreHogberg/summit-ui"
3
Run TUnit tests with Playwright. Use when user asks to run tests, execute tests, or check if tests pass.
2026-01-05
test-writing-patterns.md
0
1
export
test-writing-patterns
2
from
"scooter-indie/gh-pmu"
from
"scooter-indie/gh-pmu"
3
Guide experienced developers on test structure, patterns, assertions, and test doubles for effective test-driven development
2026-01-05
planning.md
0
1
export
planning
2
from
"duogbachdev/professional-law-firm-website"
from
"duogbachdev/professional-law-firm-website"
3
Use when you need to plan technical solutions that are scalable, secure, and maintainable.
2026-01-05
feature-planner.md
0
1
export
feature-planner
2
from
"GMNAPI/DevPortfolio"
from
"GMNAPI/DevPortfolio"
3
Analyze feature documentation (PDF, markdown, or requirements) and create comprehensive implementation plans for DevPortfolio Portfolio app features. Use when asked to create implementation plans, analyze feature requirements, plan new sections, or design features for apps/portfolio/. Generates detailed phase-by-phase plans with entity design, core layer, components, hooks, styling, i18n, and testing checklists.
2026-01-05
ui-check.md
0
1
export
ui-check
2
from
"YuheiNakasaka/cc-dev-kit"
from
"YuheiNakasaka/cc-dev-kit"
3
Use Playwright MCP to check UI styles and usability. Automatically used for requests like "check UI", "verify appearance", "take screenshot".
2026-01-05
resolve-conflicts.md
0
1
export
resolve-conflicts
2
from
"manthanabc/paws"
from
"manthanabc/paws"
3
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
2026-01-05