/ Diretório / Playground / AbsolutelySkilled
● Comunidade AbsolutelySkilled ⚡ Instantâneo

AbsolutelySkilled

por 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.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

absolutelyskilled-skill.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/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
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

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

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

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

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: AbsolutelySkilled

How to find a Claude skill for a specific problem

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

Quando usar: You have a task and suspect someone has already written a skill for it.

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

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

Armadilhas
  • 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

Quando usar: You've published a skill and want discoverability.

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

Resultado: Your skill listed in the directory.

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

Combinações

Combine com outros MCPs para 10× de alavancagem

absolutelyskilled-skill + github

Open PRs to submit or update directory entries

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

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
directory-browsing category / tag Discovery 0
submission MDX entry When publishing a new skill 0

Custo e limites

O que custa rodar

Cota de API
none
Tokens por chamada
n/a — this is a browsable site, not an LLM-heavy tool
Monetário
free
Dica
Bookmark, don't clone — it's a website, not a skill to install

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: none
Saída de dados: fetching github.com when you click into a repo

Solução de problemas

Erros comuns e correções

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

Alternativas

AbsolutelySkilled vs. outros

AlternativaQuando usarTroca
awesome-claude-skillYou prefer a flat awesome-list styleLess structured
skillcompass-skillYou want quality evaluation, not just a listTool vs directory

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills