/ Directory / Playground / AbsolutelySkilled
● Community AbsolutelySkilled ⚡ Instant

AbsolutelySkilled

by AbsolutelySkilled · AbsolutelySkilled/AbsolutelySkilled

A curated index of Claude/Agent Skills from around the web — think awesome-list, but browsable as an MDX site.

AbsolutelySkilled is less of a skill and more of a directory: an MDX-based catalogue of community skills, tagged by domain, with short descriptions. Use it to discover new skills to install, not as a skill you install for Claude behavior. Good companion to FreeMCPLab's own catalog.

Why use it

Key features

Live Demo

What it looks like in practice

absolutelyskilled-skill.replay ▶ ready
0/0

Install

Pick your client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "absolutelyskilled-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AbsolutelySkilled/AbsolutelySkilled",
        "~/.claude/skills/AbsolutelySkilled"
      ],
      "_inferred": true
    }
  }
}

Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "absolutelyskilled-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AbsolutelySkilled/AbsolutelySkilled",
        "~/.claude/skills/AbsolutelySkilled"
      ],
      "_inferred": true
    }
  }
}

Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "absolutelyskilled-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AbsolutelySkilled/AbsolutelySkilled",
        "~/.claude/skills/AbsolutelySkilled"
      ],
      "_inferred": true
    }
  }
}

Click the MCP Servers icon in the Cline sidebar, then "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "absolutelyskilled-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AbsolutelySkilled/AbsolutelySkilled",
        "~/.claude/skills/AbsolutelySkilled"
      ],
      "_inferred": true
    }
  }
}

Same shape as Claude Desktop. Restart Windsurf to pick up changes.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "absolutelyskilled-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AbsolutelySkilled/AbsolutelySkilled",
        "~/.claude/skills/AbsolutelySkilled"
      ]
    }
  ]
}

Continue uses an array of server objects rather than a map.

~/.config/zed/settings.json
{
  "context_servers": {
    "absolutelyskilled-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/AbsolutelySkilled/AbsolutelySkilled",
          "~/.claude/skills/AbsolutelySkilled"
        ]
      }
    }
  }
}

Add to context_servers. Zed hot-reloads on save.

claude mcp add absolutelyskilled-skill -- git clone https://github.com/AbsolutelySkilled/AbsolutelySkilled ~/.claude/skills/AbsolutelySkilled

One-liner. Verify with claude mcp list. Remove with claude mcp remove.

Use Cases

Real-world ways to use AbsolutelySkilled

How to find a Claude skill for a specific problem

👤 Anyone searching for a skill to solve a specific task ⏱ ~15 min beginner

When to use: You have a task and suspect someone has already written a skill for it.

Flow
  1. Browse by category
    Open AbsolutelySkilled and filter by the category that matches your task (e.g., 'Writing', 'Trading', 'Design').✓ Copied
    → Short list of candidate skills
  2. Check the source repo
    Open the GitHub links — look at stars, last commit, and README quality.✓ Copied
    → Informed shortlist
  3. Clone into ~/.claude/skills/
    git clone <repo> ~/.claude/skills/<name>/✓ Copied
    → Skill installed and ready for use

Outcome: You discover and install a skill without spending an hour Googling.

Pitfalls
  • Installing unvetted skills that modify shell or fetch binaries — Review SKILL.md before installing; prefer skills from repos with history and signal

Submit your own skill to the directory

👤 Skill authors who want more eyes on their work ⏱ ~20 min beginner

When to use: You've published a skill and want discoverability.

Flow
  1. Prepare metadata
    Check the submission template for required fields (name, description, tags, repo URL).✓ Copied
    → Metadata ready
  2. Open a PR
    Fork AbsolutelySkilled, add an MDX entry, and open a PR.✓ Copied
    → PR submitted

Outcome: Your skill listed in the directory.

Pitfalls
  • Description too generic — gets skipped in the listing — Lead with the user problem, not the technology
Combine with: github

Combinations

Pair with other MCPs for X10 leverage

absolutelyskilled-skill + github

Open PRs to submit or update directory entries

Open a PR adding my skill's MDX entry to AbsolutelySkilled.✓ Copied

Tools

What this MCP exposes

ToolInputsWhen to callCost
directory-browsing category / tag Discovery 0
submission MDX entry When publishing a new skill 0

Cost & Limits

What this costs to run

API quota
none
Tokens per call
n/a — this is a browsable site, not an LLM-heavy tool
Monetary
free
Tip
Bookmark, don't clone — it's a website, not a skill to install

Security

Permissions, secrets, blast radius

Credential storage: none
Data egress: fetching github.com when you click into a repo

Troubleshooting

Common errors and fixes

Listed skill's repo is dead

Report via issue or PR removing the entry

Submission PR isn't merging

Check the PR template; ensure required fields are filled

Alternatives

AbsolutelySkilled vs others

AlternativeWhen to use it insteadTradeoff
awesome-claude-skillYou prefer a flat awesome-list styleLess structured
skillcompass-skillYou want quality evaluation, not just a listTool vs directory

More

Resources

📖 Read the official README on GitHub

🐙 Browse open issues

🔍 Browse all 400+ MCP servers and Skills