Browse Skills
9063 skills found
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
rest-api-expert.md
0
1
export
rest-api-expert
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
RESTful API 설계, Request/Response DTO, @Valid 검증. MockMvc 금지, TestRestTemplate 필수. /kb-rest-api 명령 시 자동 활성화.
2026-01-05
browser-automation.md
0
1
export
browser-automation
2
from
"anujkumar001111/xsky-agent"
from
"anujkumar001111/xsky-agent"
3
This skill should be used when the user asks about "browser tools", "DOM manipulation", "element labeling", "screenshot", "script injection", "page navigation", "browser automation", or needs to work with browser-related functionality in XSky.
2026-01-05
google-master.md
0
1
export
google-master
2
from
"abdullahbeam/nexus-design-abdullah"
from
"abdullahbeam/nexus-design-abdullah"
3
Shared resource library for Google integration skills. DO NOT load directly - provides common references (setup, API docs, error handling, authentication) and scripts used by gmail, google-docs, google-sheets, google-calendar, and future Google skills.
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
directus-development-workflow.md
0
1
export
directus-development-workflow
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Complete development setup: scaffolding, TypeScript, testing, CI/CD, Docker, deployment, and best practices
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
qa-element-extraction.md
0
1
export
qa-element-extraction
2
from
"jpoutrin/product-forge"
from
"jpoutrin/product-forge"
3
Extract and capture screenshots of specific UI elements mentioned in QA test procedures. Use when creating visual references for test steps to show exactly what buttons, fields, and components look like.
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
quick-quality-check.md
0
1
export
quick-quality-check
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Lightning-fast quality check using parallel command execution. Runs theater detection, linting, security scan, and basic tests in parallel for instant feedback on code quality.
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
web-audio.md
0
1
export
web-audio
2
from
"matthewharwood/fantasy-phonics"
from
"matthewharwood/fantasy-phonics"
3
Production-tested patterns for fault-tolerant browser audio with zero-lag rapid-fire support. Use when implementing sound effects, background music, voice feedback, or any audio playback in web applications. Covers AudioContext singleton, preloading, cloneNode for rapid-fire, autoplay handling, and Web Audio API effects.
2026-01-05
auth.md
0
1
export
auth
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Modern authentication and security patterns for web applications. Expert in JWT tokens, OAuth2 flows, session management, RBAC, MFA, API security, and zero-trust architectures. Framework-agnostic patterns that work with any tech stack.
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
moai-change-logger.md
0
1
export
moai-change-logger
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive change tracking and audit logging system that monitors file modifications, code changes, and project evolution. Use when tracking project history, maintaining audit trails, analyzing development patterns, or when detailed change documentation is required for compliance and team collaboration.
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
playwright.md
0
1
export
playwright
2
from
"tspader/dotfiles"
from
"tspader/dotfiles"
3
Interact with and test local web apps using Playwright.
2026-01-05
code-review-framework.md
0
1
export
code-review-framework
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automatically applies when reviewing code. Ensures structured review checklist covering correctness, security, performance, maintainability, testing, and documentation.
2026-01-05
testing.md
0
1
export
testing
2
from
"FractionEstate/midnight-dev-skills"
from
"FractionEstate/midnight-dev-skills"
3
Test Midnight smart contracts using simulators and unit tests. Use when setting up test environments, writing contract tests, or debugging circuit behavior. Triggers on testing, simulator, unit test, or test framework questions.
2026-01-05
security-practices.md
0
1
export
security-practices
2
from
"miles990/claude-software-skills"
from
"miles990/claude-software-skills"
3
OWASP Top 10, authentication, and secure coding practices
2026-01-05
soracom-testing-guidelines.md
0
1
export
soracom-testing-guidelines
2
from
"soracom/saef"
from
"soracom/saef"
3
Soracom testing standards (unit/contract/E2E, Root vs SAM users, 80% coverage). Use when writing tests or creating test plans.
2026-01-05
qms-audit-expert.md
0
1
export
qms-audit-expert
2
from
"nimeshgurung/artifact-hub-collections"
from
"nimeshgurung/artifact-hub-collections"
3
Senior QMS Audit Expert for internal and external quality management system auditing. Provides ISO 13485 audit expertise, audit program management, nonconformity identification, and corrective action verification. Use for internal audit planning, external audit preparation, audit execution, and audit follow-up activities.
2026-01-05