Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Mercury Skills

Mercury Skills

Browse the registryMercury AgentCatalogContribute

An open-source library of SKILL.md playbooks for AI agents. Browse and install on skills.mercuryagent.sh, or pull them directly from the Mercury Agent CLI.

126 skills across 23 categories — hand-curated, production-ready, and compatible with every major agent: Mercury, Claude Code, Codex CLI, OpenClaw, Hermes, Cursor, and Gemini CLI.


Quick Start

From the Mercury CLI (recommended)

# List what's available mercury skills search "react patterns" # Install one skill mercury skills install frontend/react-patterns # Install several at once mercury skills install ai-ml/prompt-engineering devops/docker security/threat-modeling

Installed skills land in ~/.mercury/skills/<category>/<slug>/SKILL.md and are picked up automatically by your agent.

From the web

Open skills.mercuryagent.sh, pick a skill, copy the install line for your agent — every skill page ships ready-made install steps for Mercury, Claude Code, Codex, OpenClaw, Hermes, and "any other agent that understands SKILL.md".

Clone the whole library

git clone https://github.com/cosmicstack-labs/mercury-agent-skills.git

Drop individual skills into your agent's skills directory:

AgentSkills directory
Mercury~/.mercury/skills/
Claude Code.claude/skills/
Codex CLI.codex/skills/
OpenClaw.openclaw/skills/
Hermes.hermes/skills/
Cursor.cursor/skills/
Gemini CLI.gemini/skills/
Any otherWherever your agent reads SKILL.md from

Why Mercury Skills?

Curated, not crowdedEvery skill is hand-written against real workflows — no AI slop, no duplicates.
Universal formatOne SKILL.md works in any agent that supports the standard. No per-agent forks.
DiscoverableFull-text search, categories, tags, leaderboard, and live JSON feed on skills.mercuryagent.sh.
InstallableOne CLI command, no manual file copying. Atomic writes, version pinning, rollback on failure.
OpenMIT licensed. Contributions welcome via PR — see CONTRIBUTING.md.

Browse on the Web

skills.mercuryagent.sh is the canonical browse-and-install surface for the library. It serves:

  • A searchable, categorized index of every skill in this repo
  • A trending leaderboard ranked by likes and installs
  • Per-skill detail pages with the full SKILL.md, install steps for every supported agent, and a copy-paste-ready install command
  • A bookmarking system so you can save skills for later (local, no account required)
  • Social share cards with per-skill OpenGraph imagery

It also exposes a public JSON feed at /api/feed.json and per-skill JSON at /api/skills/<category>/<slug> for tooling builders.


Categories

CategorySkillsWhat's inside
Development16Clean code, code review, debugging, testing, ADRs, documentation, refactoring, dependency hygiene
AI & ML11Prompt engineering, agent health, memory, delegation, handoffs, token budgets, error recovery, audit logging
Backend9APIs, Node.js, Python, database design, auth, serverless, microservices, caching, message queues
Shop & Restaurant9Inventory, menu engineering, scheduling, reviews, daily pulse, table management, pricing, social, Zomato ordering
Frontend8React, Next.js, Tailwind, state management, testing, performance, responsive design, component systems
Creative & Personal Development8Storytelling, decision frameworks, standups, notes, repurposing, branding, validation, time blocking
DevOps7Docker, CI/CD, Kubernetes, Terraform, monitoring, SRE, GitOps
Career5Resume writing, interview prep, career planning, LinkedIn, salary negotiation
Education & Learning5Curriculum design, learning science, teaching methods, assessment, micro-learning
Finance & Legal5Financial analysis, budgeting, contracts, privacy compliance, risk management
Health & Wellness5Fitness, nutrition, mental health, sleep, habits
Mobile5iOS, Android, React Native, performance, App Store optimization
Testing & QA5Test strategy, E2E, performance testing, API testing, accessibility testing
Automation4Workflows, shell scripting, web scraping, X/Twitter automation
Media Download4yt-dlp wrappers, audio extraction, batch downloading, platform-specific patterns
PDF Generation4Invoices, reports, branded documents, dynamic templating
Presentation4Slide decks, narrative structure, stage delivery, visual hierarchy
Marketing3SEO, content strategy, distribution
Business2Negotiation, operations
Design2UI systems, accessibility
Product2Strategy, discovery
Security2Audit, secure coding
Data1Data engineering fundamentals

See CATALOG.md for the full skill-by-skill index.


Skill Structure

Every skill is a single SKILL.md file with YAML frontmatter and a markdown body:

--- name: skill-name description: 'What this skill does and when to use it' metadata: author: cosmicstack-labs version: 1.0.0 category: development tags: [clean-code, refactoring, best-practices] --- # Skill Name Full instructions, frameworks, scoring rubrics, and actionable guidance.

The format is intentionally minimal so any agent runtime can parse it without custom tooling. See CONTRIBUTING.md for the authoring standard.


Try Mercury Agent

These skills are built for Mercury Agent — the agent runtime that consumes them natively.

  • Second Brain — persistent memory that learns from every session
  • Skill system — load, version, and update skills from this registry directly
  • Permission guardrails — safe by design, auditable by default
  • Token budgets — keep AI spend predictable
  • Multi-channel — CLI, Telegram, and web; same agent, same memory
# Install Mercury Agent npm install -g @cosmicstack/mercury-agent # Pull a skill into your agent mercury skills install ai-ml/prompt-engineering # Browse what you have mercury skills list

Get started with Mercury →


Ecosystem

ProjectWhat it is
Mercury AgentThe agent runtime — CLI, Telegram, web — that loads these skills
Mercury Skills (this repo)The curated SKILL.md library
skills.mercuryagent.shThe browse-and-install web platform powered by this repo

Built and maintained by Cosmic Stack.


Contributing

We accept new skills, fixes, and refinements via pull request.

  • Author a skill — see the standard in CONTRIBUTING.md
  • Fix or improve an existing skill — open a PR with a clear changelog note
  • Request a category — open an issue with the proposed scope

Every merged contribution lands on skills.mercuryagent.sh within the hour via an automated sync.


License

MIT — see LICENSE.

Built by Cosmic Stack · Powered by Mercury Agent

关于 About

A curated registry of reusable Mercury Agent, Open Claw or Hermes Agent skills designed for real developer workflows, persistent memory, and token-efficient execution.
aiai-agentsaiskillsskills

语言 Languages

JavaScript60.6%
Shell22.8%
Python16.6%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
21
Total Commits
峰值: 17次/周
Less
More

核心贡献者 Contributors