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.
daily.dev
Overcome LLM knowledge cutoffs with real-time developer content. daily.dev aggregates articles from thousands of sources, validated by community engagement, with structured taxonomy for precise discovery.
amplifier-openclaw
Delegate complex tasks to Amplifier's multi-agent framework. Use when: (1) research/comparison needing multiple perspectives, (2) multi-file code projects, (3) architecture/design reviews, (4) user asks for deep/thorough work. NOT for: simple Q&A, quick edits, casual chat, anything needing <5s response. CLI: amplifier-openclaw.
afrexai-personal-finance
Complete personal finance system — budgeting, debt payoff, investing, tax optimization, net worth tracking, and financial independence planning. Use when managing money, building wealth, paying off debt, planning retirement, or optimizing taxes. Zero dependencies.
web-researcher
Use this skill for deep research, fact-checking, or finding the latest technical news.
plan-my-day
Generate an energy-optimized, time-blocked daily plan based on circadian rhythm research and GTD principles
deep-research
深度调研的多Agent编排工作流:把一个调研目标拆成可并行子目标,用 Claude Code 非交互模式(`claude -p`)运行子进程;联网与采集优先使用已安装的 skills,其次使用 MCP 工具;用脚本聚合子结果并分章精修,最终交付"成品报告文件路径 + 关键结论/建议摘要"。用于:系统性网页/资料调研、竞品/行业分析、批量链接/数据集分片检索、长文写作与证据整合,或用户提及"深度调研/Deep Research/Wide Research/多 Agent 并行调研/多进程调研"等场景。
fitness-coach
Professional fitness and nutrition coaching system with specialized personas. Features a certified dietitian for meal planning and macro management, and a university-educated professional trainer for workout programming. Both provide evidence-based guidance from peer-reviewed research. Use when user wants science-backed fitness coaching, meal planning with proper nutrition science, progressive overload tracking, macro calculations, or evidence-based workout programming.
idea-discovery
Workflow 1: Full idea discovery pipeline. Orchestrates research-lit → idea-creator → novelty-check → research-review to go from a broad research direction to validated, pilot-tested ideas. Use when user says "找idea全流程", "idea discovery pipeline", "从零开始找方向", or wants the complete idea exploration workflow.
apify-market-research
Analyze market conditions, geographic opportunities, pricing, consumer behavior, and product validation across Google Maps, Facebook, Instagram, Booking.com, and TripAdvisor.
arxiv-viewer
View, search, and download academic papers from arXiv. Supports API queries, web scraping via Actionbook, and HTML paper reading via ar5iv. Use when user asks about arxiv papers, academic papers, research papers, paper summaries, latest papers, or wants to search/download/read papers.
mcp-research
Imported from https://github.com/nspady/google-calendar-mcp.
extractor
Analyzes acceptance criteria to identify task dependencies and generate execution sequences. Helps teams visualize dependencies before sprint planning, reducing blockers. Outputs JSON with direct/indirect dependencies and parallel opportunities.
cfn-sprint-execution
Consolidates three sprint management tools into a single package for CFN Loop projects. Provides sprint planning, execution tracking, and wave-based checkpointing functionality. The consolidation reduces tool fragmentation but lacks concrete examples of actual usage patterns.
deep-research
A Claude hook that detects natural language phrases like 'deep dive' or 'use your noodle' and injects instructions for enhanced research mode. It triggers WebSearch, Explore agents, and systematic thinking based on user intent keywords.
planning
Generates structured PRDs and implementation plans optimized for AI agent consumption. Breaks down large documents into token-efficient files (~800 lines), assigns tasks to specialized subagents, and creates progress tracking. Follows MP layered architecture patterns.
auto-skill-generator
Generate skills from web research. Given a topic like "how to use Stripe API" or "Prisma ORM", this skill searches for authoritative documentation, crawls the best source, and generates a ready-to-use .md skill file. Use when: (1) User wants to create a skill about a library/tool/API, (2) User says "create a skill for X", "make a skill about X", or "generate skill for X", (3) User wants to capture documentation as a reusable skill.
storage-function-structure
A simple convention for organizing project planning artifacts with hash-based file naming, providing basic structure but lacking implementation details and tool integration.
fjsp-baseline-repair-with-downtime-and-policy
This skill should be considered when you need to repair an infeasible or non-optimal flexible job scheduling planning schedule into a downtime-feasible, precedence-feasible one while keep no worse policy budget.
developer-toolbox
Essential development workflow agents for code review, debugging, testing, documentation, and git operations. Includes 7 specialized agents with strong auto-discovery triggers. Use when: setting up development workflows, code reviews, debugging errors, writing tests, generating documentation, creating commits, or verifying builds.
wp-wpcli-and-ops
Use when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import, plugin/theme/user/content management, cron, cache flushing, multisite, and scripting/automation with wp-cli.yml.
roadmap-planner
This skill provides expert guidance on product roadmap planning and feature prioritization using frameworks like RICE and MoSCoW. It helps define success metrics, communicate business impact, and create structured quarterly or annual product plans.
ux-information-architecture
Creates ASCII diagrams for information architecture with clear symbols for pages, modals, and dynamic content. Useful for planning app navigation hierarchies before visual design. Includes practical patterns like hierarchical trees and follows IA design principles like the 3-click rule.
paper-reproduce
Systematic methodology for reproducing published academic papers using provided data. Use when the user asks to reproduce, replicate, or verify results from a published paper, including sample selection, descriptive statistics, regression analyses, and generating reproduction reports (Markdown + LaTeX PDF). Covers the full pipeline: data exploration, variable identification/mapping, sample filtering, variable construction, statistical analysis, result comparison, and documentation. Applicable to any observational study, clinical cohort, or survey-based research paper.
test-aware-planner
A test-aware planning agent that generates tasks.md files with embedded test plans for one user story at a time, ensuring all acceptance criteria are covered with BDD-style scenarios and coverage targets to prevent crashes and maintain quality.