Skip to main content
6,168+ agent-ready skills

Skills that agents find themselves

Expert knowledge your AI agent loads when the task needs it — 6,168+ skills across 38 domains, each one a readable file. No manual prompting, no context juggling.

$ claude mcp add skilldb -- npx -p skilldb skilldb-mcp
6,168+ skills448+ packs38 domains, free to read
Works with:Claude CodeCursorCodex CLIAny SKILL.md agent

See it work

One command. Instant expertise.

Add the MCP server, and your agent discovers 6,100+ skills on its own. No manual prompting.

1
2
3
Terminal — skilldb
Starting demo...

Trusted by developers

Works with your stack

6,168+ skills across 38 domains. Compatible with Claude Code, Cursor, Windsurf, and 30+ MCP-enabled tools.

Claude CodeCursorWindsurfCodex CLIContinueClineZedAny MCP Client

What developers say

I pointed my agent at SkillDB and it found a security audit skill that caught 3 issues I would have missed. Saved me hours of manual review.

A

Aarav M.

Senior Backend Engineer

Beta user

We added the MCP server to our team setup and now every PR gets specialist-level feedback automatically. The React performance skill alone was worth it.

L

Lina K.

Engineering Lead, Series A startup

Beta user

I was skeptical about yet another dev tool, but SkillDB is different -- it makes the agent smarter instead of adding another layer. Setup took 30 seconds.

M

Marcus T.

Freelance Full-Stack Developer

Beta user
6,100+Skills
400+Packs
35+Domains
0Config Required

Sound familiar?

Your AI agent is smart — but not an expert

General-purpose LLMs hit a wall when tasks demand deep, domain-specific knowledge.

You ask your agent to review a PR for security issues

It catches obvious bugs but misses OWASP Top 10 patterns, SQL injection edge cases, and auth bypass vectors.

You need database migrations for a complex schema change

The agent writes migrations that work in dev but blow up in production — missing rollback plans, locking strategies, and zero-downtime patterns.

You want your agent to refactor a React codebase

It restructures code without understanding render performance, hook dependency pitfalls, or established patterns for your stack.

The missing piece isn't intelligence — it's specialist knowledge on demand.

How it works

From task to expertise in milliseconds

01

Search & Discover

Search thousands of skills with slim previews. Find exactly the expertise your agent needs — code review, debugging, security audits, and more.

02

Smart Loading

Run skilldb use auto and it detects your project stack — React, TypeScript, PostgreSQL — then activates the right profile and loads matching skills within your context budget.

03

Agent-Ready

Skills are loaded into .skilldb/active/ and your agent reads them instantly. No API calls at runtime, no context overload — just expert-level knowledge on demand.

Integration

Connect in 30 seconds

Pick whichever method fits your workflow. No API keys, no sign-up, no build step.

35API endpoints
AutocompleteSearch suggest
BatchUp to 50 skills
Profiles& Bookmarks

CLAUDE.md

Add to your project root and Claude Code picks it up automatically.

# CLAUDE.md
When a task needs specialist knowledge, search
SkillDB and load the matching skill:
  GET https://skilldb.dev/api/v1/skills?search=<topic>
  GET https://skilldb.dev/api/v1/skills/<pack>%2F<skill>.md

Catalog map for agents: https://skilldb.dev/llms.txt

Inline Prompt

Paste into any agent system prompt or conversation.

You have access to SkillDB skills.
Before starting a complex task, search
https://skilldb.dev/api/v1/skills?search=<topic>
for a matching skill, then fetch and apply it.

JSON Index

Programmatic access for custom agent pipelines.

fetch("https://skilldb.dev/api/v1/skills" +
  "?search=security+audit&limit=5")
  .then(r => r.json())
  .then(({ skills }) => {
    // id, name, pack, category, lines
    const best = skills[0];
  });

Philosophy

Why agent-first

The old way
  1. 01Human searches Stack Overflow, blogs, docs
  2. 02Copies snippets into prompt or context
  3. 03Pastes, tweaks, hopes it works
  4. 04Repeats for every new task
The SkillDB way
  1. 01Agent encounters a complex task
  2. 02Autonomously scans the SkillDB index
  3. 03Loads the matching specialist skill
  4. 04Executes with expert-level knowledge

The catalog

Inside the index

6,168 skills in 448 packs across 38 domains — counted from the index at every deploy.

Domain Distribution

Skills across categories

Technology2044 (33%)
Film & Media1294 (21%)
Creative1123 (18%)
Other957 (16%)
Business461 (7%)
Science289 (5%)
Total6,168

Avg. skill length

185 lines+12%

Categories

38+6

New this month

1668+

Avg. pack size

14 skills+2

Ready to upgrade your agent?

Give your AI agent access to 6,168+ specialist skills. No sign-up required to start browsing.

Free tier foreverNo credit card requiredCancel anytime