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.
python
Imported from https://github.com/mcp-use/mcp-use.
project-management
Imported from https://github.com/alirezarezvani/claude-skills.
self-improvement
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
google-chat-api
Build Google Chat bots and webhooks with Cards v2, interactive forms, and Cloudflare Workers. Covers Spaces/Members/Reactions APIs, bearer token verification, and dialog patterns. Use when: creating Chat bots, workflow automation, interactive forms. Troubleshoot: bearer token 401, rate limit 429, card schema validation, webhook failures.
calculate-priority-score
Calculates priority scores for issues based on severity, impact, and likelihood using a simple additive formula. Maps scores to five priority categories with clear action recommendations. Includes validation for input parameters and provides structured JSON output.
testing-skills-with-subagents
Applies test-driven development principles to Claude skill creation. Provides concrete methodology: run scenarios without skill (RED), observe failures, write skill (GREEN), close loopholes (REFACTOR). Includes pressure scenarios, rationalization tables, and bulletproofing techniques.
sympy
This skill provides detailed guidance for using SymPy, a Python library for symbolic mathematics. It covers equation solving, calculus, linear algebra, physics calculations, and code generation with specific examples for each operation. The documentation includes practical patterns for generating executable code, LaTeX output, and handling numerical precision.
financial-close
This skill provides a structured, six-phase workflow for month-end and year-end financial closing. It guides users through pre-close preparation, transaction processing, account reconciliations, adjustments, review, and finalization. It includes specific checklists, anti-rationalization tables, and dispatches a specialized accounting agent to perform reconciliations. The process enforces mandatory steps and documentation standards to ensure an accurate close with a full audit trail.
debugger
A specialized debugging agent that provides structured workflows for diagnosing complex software issues. It integrates multiple debugging tools (gdb, strace, tcpdump) and follows systematic approaches for root cause analysis, memory debugging, and performance profiling. The skill emphasizes reproducible steps and knowledge capture.
unity-compile-fixer
This skill detects Unity C# compilation errors from VSCode diagnostics, analyzes error patterns against a database, and proposes fixes for user approval. It handles common Unity-specific issues like missing imports and .meta file conflicts, requiring explicit user confirmation before applying changes.
Systematic Debugging
A structured four-phase debugging framework that enforces root cause investigation before any fixes. It provides concrete steps for error analysis, evidence gathering, hypothesis testing, and implementation, with specific rules to prevent common debugging pitfalls like guesswork and premature fixes.
Linear Todo Sync
Fetches assigned Linear tasks via GraphQL API and generates dated markdown todo lists grouped by project. Includes task details like status, priority, labels, estimates, and due dates. Useful for daily standups and personal task tracking.
wheels-test-generator
Generates TestBox BDD test specs for Wheels framework models, controllers, and integration tests. Provides concrete templates with setup/teardown patterns and common assertion patterns specific to Wheels conventions. Focuses on ColdFusion developers using the Wheels ORM framework.
async-python-patterns
Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.
api-design-principles
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
domain-name-brainstormer
Generates domain name ideas for projects and checks availability across TLDs like .com, .io, and .dev. Provides practical naming tips, TLD guidance, and example workflows for startups and personal brands.
unity-ui-selector
A well-structured decision guide that effectively helps Unity developers choose between UGUI and UI Toolkit with clear comparisons, version matrices, and practical migration advice.
1k-git-workflow
Git workflow and conventions for OneKey development. Use when creating branches, committing code, or creating PRs. Triggers on git, branch, commit, PR, pull request, merge, workflow.
sparc-methodology
A comprehensive multi-agent development methodology framework with structured phases, TDD integration, and orchestration capabilities for systematic software engineering.
skill-manager
A skill manager that searches 31k+ community skills and installs them using SVN export for folder-level downloads, with Git sparse checkout and HTTP fallbacks. Automatically detects available tools and downloads complete skill folders with all files.
project-session-management
Creates and maintains a SESSION.md file to track progress across coding sessions using git checkpoints. Converts implementation phases into actionable tasks with clear next actions, handles context switching between sessions, and provides automated commands for wrapping and resuming work.
zapier-workflows
Bridges the gap between Zapier's MCP tools and multi-step Zaps by providing persistent memory for workflow patterns. Stores webhook URLs and tool preferences, enabling Claude to trigger complex automations and remember user-specific tool usage across sessions.
unity-test-runner
A comprehensive Unity test automation skill that provides end-to-end test execution, result parsing, and failure analysis with detailed workflow guidance and cross-platform support.
moai-lang-javascript
A specialized JavaScript development assistant covering ES2024+ features, Node.js 22 LTS, multiple runtimes (Bun, Deno), testing frameworks, and backend tooling. Provides concrete code examples for modern JavaScript development workflows including Express, Fastify, and Hono frameworks with practical implementation guides.