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.
executing-plans
This skill manages multi-step implementation plans by breaking them into batches with mandatory code reviews between each batch. It selects appropriate agents based on semantic task analysis, enforces plan adherence with BLOCKED status handling, and integrates with related skills for code review and branch completion.
validating-review-feedback
A workflow skill that validates code review feedback against an implementation plan to prevent scope creep. It parses review files, categorizes blocking issues as in-scope, out-of-scope, or unclear, asks users for decisions on misalignments, and annotates the review file with tags ([FIX]/[WONTFIX]/[DEFERRED]) to guide fixing agents. It also updates the plan with deferred items.
thx-boris
Provides concrete patterns for using Claude Code effectively, including CLAUDE.md structure, subagent creation, hook automation, permission management, and parallel workflow strategies. Based on practices from Claude Code's creator.
recall-reasoning
This skill searches past Claude reasoning sessions and artifact handoffs to find what worked or failed previously. It helps developers avoid repeating mistakes and reuse successful approaches by querying indexed post-mortems and build reasoning files.
log-summary-date-ranges
Guidance for analyzing log files and generating summary reports with counts aggregated across multiple date ranges and severity levels. This skill applies when tasks involve parsing log files by date, counting occurrences by severity (ERROR, WARNING, INFO), and outputting structured CSV summaries across time periods like "today", "last 7 days", or "last 30 days".
FFmpeg Media Info
Analyze media file properties - duration, resolution, bitrate, codecs, and stream information
nav-start
Loads Navigator project documentation and context at session start. Checks project initialization, restores saved context markers, displays OpenTelemetry session statistics, and integrates with project management tools. Provides structured workflow for resuming development work.
nav-skill-creator
This skill analyzes a codebase to identify repetitive patterns and automatically generates new Navigator skills to automate those workflows. It provides a structured process from analysis to testing, including creating SKILL.md files, Python helper functions, templates, and examples based on project conventions.
china-stock-analysis
A股价值投资分析工具,提供股票筛选、个股深度分析、行业对比和估值计算功能。基于价值投资理论,使用akshare获取公开财务数据,适合低频交易的普通投资者。
slack-gif-creator
A comprehensive and well-documented toolkit for creating Slack-optimized GIFs with excellent validators and diverse animation primitives, though implementation details are abstracted.
moai-workflow-templates
This skill provides a unified system for managing code boilerplates, GitHub feedback templates, and project optimization workflows. It includes a smart merge algorithm to preserve user customizations during template updates and automates feedback issue creation. It's designed for teams needing consistent project structures and development patterns.
autonomous-skill
A bash script that manages long-running Codex tasks across multiple sessions using a dual-agent pattern. It creates task directories, tracks progress with markdown files, and auto-continues sessions. Useful for developers who need to break complex projects into manageable chunks.
engineer-expertise-extractor
This skill analyzes a developer's GitHub pull requests to extract coding patterns, style preferences, and architectural decisions. It creates structured documentation that helps teams preserve institutional knowledge and maintain coding consistency when senior engineers leave or new members join.
x-announcement
Post release announcements to X (Twitter) with automated GitHub link reply. Auto-trigger after /release command completion or manual invocation. Generates engaging posts from CHANGELOG, posts via API, and replies with GitHub release link in threaded format.
recall
A practical skill that automatically surfaces relevant past learnings at session start, improving productivity by preventing repeated mistakes and leveraging previous discoveries.
langfuse-prompt-iterator
Provides a structured workflow for debugging and improving Langfuse prompts through test-driven iteration. Guides users from problem identification to reproducible test cases and multiple refinement cycles with trace-based validation.
cloudflare-hyperdrive
$36
canvas
Imported from https://github.com/moltbot/moltbot.
songsee
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
nano-pdf
Edit PDFs with natural-language instructions using the nano-pdf CLI.
project-overview
Complete project architecture and structure guide. Use when exploring the codebase, understanding project organization, finding files, or needing comprehensive architectural context. Triggers on architecture questions, directory navigation, or project overview needs.
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
backtesting-frameworks
Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.
grafana-dashboards
Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.