Marketplace
Find the right skill for the job.
Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.
api-test-generator
Генерация полных Python pytest тестов для REST API эндпоинтов с валидацией схемы. Использовать при создании тестов для новых эндпоинтов, добавлении покрытия для CRUD операций или валидации соответствия API с OpenAPI схемами.
.claude
A Claude Skill providing guidance for developing a .NET library with Roslyn source generators for smart enums and value objects. It enforces a strict zero-hallucination policy by mandating verification of external APIs via Context7 MCP and delegates complex tasks to specialized subagents to keep the main context focused.
attio-skill-generator
Generate use-case-specific Attio workflow skills from templates. Use when creating new skills for lead qualification, deal management, customer onboarding, or custom Attio workflows.
moai-platform-convex
Provides detailed guidance for implementing Convex, a real-time backend platform. Covers schema design, reactive queries, mutations, and integration with React and authentication providers like Clerk. Includes concrete code examples for common patterns.
typescript-best-practices
This skill provides concrete TypeScript patterns for type-first development, discriminated unions, runtime validation with Zod, and configuration management. It enforces making illegal states unrepresentable at compile time and includes practical examples for exhaustive handling and error propagation.
document-converter
This skill orchestrates multiple command-line tools (pandoc, markitdown, pymupdf4llm) to convert documents between Markdown, DOCX, and PDF formats. It features intelligent tool selection, batch processing, and fallback mechanisms with optional Gemini API for enhanced PDF text extraction. The documentation clearly explains conversion priorities and practical usage patterns.
math-teacher
This skill generates interactive, standalone HTML/JS playgrounds to teach math concepts from arithmetic to calculus. It uses gamification, visualizations, and adaptive challenges to make learning engaging. Outputs are self-contained web pages with real-time feedback and playful elements like points and animations.
task-breakdown-phase
Standard Operating Procedure for /tasks phase. Covers task sizing, acceptance criteria definition, and TDD-first task sequencing. (project)
moai-workflow-testing
This skill bundles TDD, debugging, performance analysis, and code review into a single workflow. It provides concrete steps for the RED-GREEN-REFACTOR cycle, error analysis, and PR reviews using a multi-agent pattern. It integrates with tools like pytest, cProfile, and GitHub Actions.
pr-comment-analyzer
Analyzes GitHub PR review comments to assess relevance, identify ambiguous feedback, and generate structured reports with suggested Q&A discussion points. Provides read-only analysis without modifying code or resolving threads, helping teams understand review status before taking action.
claude-code-commands
Provides a detailed reference for creating Claude Code slash commands with argument handling, file inclusion, bash execution, and hook integration. Includes practical templates for common workflows like code review, testing, and multi-agent orchestration.
debug-hooks
Provides a systematic debugging workflow for Claude Code hooks with concrete bash commands. Covers common failure scenarios like missing registrations, silent errors, and build issues. Includes practical examples for manual testing and a diagnostic checklist.
calendar
Calendar canvas for displaying events and picking meeting times. Use when showing calendar views or when users need to select available time slots.
workflow
This skill manages handoffs between PM and implementation roles in a multi-agent Claude setup. It generates structured request templates for task delegation and completion reports, and can auto-fix issues identified in code reviews. It's designed for teams using Claude in distinct PM and developer roles.
regression-test-generator
Generate regression tests when bugs are discovered during /debug or continuous checks. Auto-detects test framework, creates Arrange-Act-Assert tests, and links to error-log.md entries. (project)
examples
A comprehensive reference skill providing real-world examples of Conventional Commits across various scenarios, commit types, and common mistakes, serving as an excellent educational resource for development teams.
chrome-debug
This skill enables direct interaction with Chrome DevTools Protocol for browser automation, debugging, and testing. It provides tools for DOM inspection, JavaScript execution, screenshot capture, form filling, and performance analysis. The documentation includes concrete examples for common debugging workflows and automation tasks.
subagent-driven-development
Automates multi-task implementation by dispatching fresh subagents for each task with intermediate code reviews. Enforces quality gates between tasks to catch issues early while maintaining development momentum in a single session.
ordercli
A CLI tool for Foodora that lets users check past orders, track active deliveries, and reorder items. It handles browser-based logins with Cloudflare protection and offers session management. Deliveroo support is listed as work in progress.
canvas
Imported from https://github.com/openclaw/openclaw.
golang-patterns
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
Home Assistant Integration knowledge
Everything you need to know to build, test and review Home Assistant Integrations. If you're looking at an integration, you must use this as your primary reference.
chrome-devtools
Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests.
salesforce-developer
Use when developing Salesforce applications, Apex code, Lightning Web Components, SOQL queries, triggers, integrations, or CRM customizations. Invoke for governor limits, bulk processing, platform events, Salesforce DX.