A template for creating new Agent Skills. Replace this with a clear description of what your skill does and when...
cat ~/New
Browse newest skills added to the marketplace
Search and query TikHub APIs for TikTok, Douyin, Xiaohongshu, Lemon8, Instagram, YouTube, Twitter, Reddit, and more....
Internal skill - Research subagent that executes focused research tasks using web tools. Called automatically by the...
Conduct deep research on any topic using parallel subagents and web tools (web_search, web_fetch, playwright). Use...
Add citations to research reports. Use after deep-research completes to add proper source citations.
Opinionated constraints for building better interfaces with agents.
Create and manage scheduled tasks that execute Claude CLI at specified times. Use when user mentions "定时",...
Decompose complex tasks into parallel sub-agents. Use for multi-step operations, batch processing, or when user...
新闻站点内容提取。支持微信公众号、今日头条、网易新闻、搜狐新闻、腾讯新闻。当用户需要提取新闻内容、抓取公众号文章、爬取新闻、或获取新闻JSON/Markdown时激活。
Refactor MoonBit code to be idiomatic: shrink public APIs, convert functions to methods, use pattern matching with...
Guide for writing, refactoring, and testing MoonBit projects. Use when working in MoonBit modules or packages,...
Transforms notes into X (Twitter) posts. Triggers when user asks to create social content, draft tweets, or turn...
Writes technical blog posts about features being built. Triggers when user asks to write about development progress,...
Runs the Ralph autonomous loop. Executes stories from prds/*.json using git worktrees.
Provides motion design guidance for UI components. Triggers on animation requests ("animate this", "add transition",...
Plan features interactively. Asks clarifying questions, then generates a detailed PRD document.
Converts a PRD markdown file into prd.json format for Ralph to execute autonomously.
Reviews UI for accessibility issues against WCAG 2.1/2.2 AA. Triggers on "is this accessible?", "check...
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an...
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1)...
Process and analyze CSV, JSON, and text files with data transformation, cleaning, analysis, and visualization capabilities
Automatically install and manage Agent Skills from GitHub repositories. Use when asked to "install a skill", "add a...
A development process for Python applications that uses TDD to iterate on a new project based around uv. Use when...
Migrate Python projects from setup.py/setup.cfg to pyproject.toml for use with uv. Use when upgrading legacy Python...