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.
引用生成器
自动生成规范引用格式。当用户需要生成参考文献、引用来源、标注知识库内容出处、或要求提供引用信息时使用此技能。
prowler-commit
Creates professional git commits following conventional-commits format. Trigger: When creating commits, after completing code changes, when user asks to commit.
Python
Imported from https://github.com/zebbern/claude-code-guide.
daily-insight-brief
Daily morning brief(8:30 Beijing time)自动收集、交叉验证并提炼来自广域来源的商业、科技、金融等领域信息,产出10-15条要点性简报。每条包含:标题/要点、来源(名称+链接)、关键数据点、分析评论(1-2句)、核心观点、验证状态(已验证 / 待核实)。
youtube-summarizer
Automatically fetch YouTube video transcripts, generate structured summaries, and send full transcripts to messaging platforms. Detects YouTube URLs and provides metadata, key insights, and downloadable transcripts.
mermaid-diagrams
Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts, gantt charts, or any other diagram type. Triggers include requests to "diagram", "visualize", "model", "map out", "show the flow", or when explaining system architecture, database design, code structure, or user/application flows.
discover-build-systems
This skill acts as a gateway to automatically load build system expertise when Claude detects related tasks. It provides access to 8 specific build tools skills like CMake, Gradle, and Bazel through a progressive loading system. The skill auto-activates based on context and directs users to detailed documentation.
Skill Builder
Guides users through creating Claude Code Skills with proper YAML frontmatter and directory structure. Explains the progressive disclosure architecture that allows Claude to manage many skills without context overload. Provides concrete examples of valid and invalid skill formats.
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.
playwright-tester
Provides Playwright-based browser automation with both CLI screenshots and JavaScript execution. Includes server auto-detection, helper utilities for reliable interactions, and examples for responsive testing, form flows, and link checking. Targets frontend debugging and E2E validation workflows.
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.
vercel-blob
Provides step-by-step instructions for integrating Vercel Blob storage into Next.js applications. Covers server-side uploads, client-side presigned URLs, file management operations, and streaming uploads. Includes concrete code examples for common use cases like avatar uploads and large file handling.
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.