ClaudSkills › About

About ClaudSkills

The open registry for Claude Code skills — crawled from GitHub, AI quality-scored, and ready to install.

15,000+
Skills in the catalog
10
Skill categories
Daily
Catalog updates

What is ClaudSkills?

ClaudSkills is an open registry of Claude Code skills — small Markdown files (called SKILL.md) that give Claude Code specialized capabilities. A skill might make Claude audit your AWS infrastructure for security gaps, write sales outreach emails in your brand voice, or generate scientific literature reviews. Skills are modular, composable, and free to use.

The catalog is crawled nightly from public GitHub repositories, scored by an AI quality reviewer, and published as static pages that anyone can browse without signing up. Pro subscribers unlock one-click install via the ClaudSkills desktop app.

Skills work with Claude Code (Anthropic's CLI agent) and follow the open SKILL.md specification. The same format is also supported by Codex CLI and other coding agents.

How quality scores work

Every skill in the catalog is scored 0–100 by an AI reviewer before it is published. The score reflects:

DimensionWhat it checksWeight
CompletenessYAML frontmatter has name, description, and trigger conditions25%
ClarityInstructions are specific and unambiguous25%
ApplicabilitySkill addresses a real, recurring use case20%
SafetyNo prompt injection risks, credential exposure, or destructive defaults20%
OriginalityNot a trivial duplicate of an existing skill10%

Only skills scoring 70 or above (Tier A) are published in the public catalog. Lower-scoring skills are excluded — they may exist in the source repositories but won't appear in search results or browse pages.

How the catalog is built

A nightly miner script searches public GitHub repositories for SKILL.md files using the GitHub Search API. For each discovered skill, it:

  1. Validates that the file follows the SKILL.md specification (YAML frontmatter + instruction body)
  2. Runs the AI quality scorer to assign a 0–100 score
  3. Categorizes the skill by domain (security, engineering, growth, sales, etc.)
  4. Generates a static HTML page at /skills/{slug}/ for search indexing
  5. Updates the sitemap so search engines can discover new skill pages

The catalog updates twice daily. Skills added in the last 7 days appear on the What's New page. The 100 highest-scoring skills across the entire catalog are listed on the Top 100 page.

Categories

Every skill belongs to one of ten categories. Browse any category to see the top-scored skills in that domain:

Frequently asked questions

Are skills safe to install?

Skills are plain Markdown files — they are not executable code. They give Claude Code natural-language instructions. The worst a poorly written skill can do is give Claude confusing instructions. Always read the SKILL.md before installing, just as you would review any open-source dependency. The quality scorer also checks for prompt injection patterns and flags risky skills.

How do I submit my skill?

Publish your SKILL.md in a public GitHub repository. The nightly miner discovers new skills automatically within 24–48 hours. To fast-track your skill, use the Submit form on the homepage — it adds your repository to the next crawl cycle.

What's the difference between free and Pro?

Browsing and manual install are 100% free — no account required. The Pro tier ($9/month, $79/year, or $149 lifetime) adds: one-click install via the desktop app, curated theme packs, priority support, and a weekly digest of new skills. See pricing →

My skill isn't showing up. Why?

Skills must score 70+ to be published. If your skill isn't appearing, check that the SKILL.md has a complete name and description in the YAML frontmatter, and that the instruction body is specific and actionable. Use the Submit form to request a re-crawl.

Can I request that a skill be removed?

Yes. If you are the author of a skill and want it removed from the registry, or if you find a skill that violates safety guidelines, contact us at the email below and we will remove it from the next catalog rebuild.

Contact & legal

Get in touch

Email: acreatorstore@translatea.com
For skill removal requests, bug reports, partnership inquiries, and Pro billing questions.

Privacy

ClaudSkills collects your email address if you sign up for a free account or Pro subscription. We use it to send install notifications, weekly digests (opt-in), and billing receipts. We do not sell or share your email with third parties. You can delete your account at any time by emailing us.

Skill pages are generated from public GitHub data. If you believe a page contains content that infringes your rights, contact us with the URL and we will investigate.