/ Directory / Playground / glebis Claude Skills
● Community glebis ⚡ Instant

glebis Claude Skills

by glebis · glebis/claude-skills

Personal collection of practical Claude Code skills — productivity helpers and small automations tuned through daily use.

Skill collection focused on workflow automation: research helpers, doc tidying, structured note-taking, and small process automations. Good source of cherry-pickable patterns.

Why use it

Key features

Live Demo

What it looks like in practice

ready

Install

Pick your client

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

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

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

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

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

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

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

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

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

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

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

Add to context_servers. Zed hot-reloads on save.

claude mcp add glebis-claude-skills -- git clone https://github.com/glebis/claude-skills

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

Use Cases

Real-world ways to use glebis Claude Skills

Pick up a useful workflow helper

👤 Claude Code users ⏱ ~15 min intermediate

When to use: You want practical pieces without overhead.

Flow
  1. Browse
    Read each SKILL.md.✓ Copied
    → Mental map
  2. Copy
    Take what fits.✓ Copied
    → Slim addition

Outcome: Gained workflow help without framework lock-in.

Combinations

Pair with other MCPs for X10 leverage

glebis-claude-skills + cc-thingz

Combine daily-driver bundles

Combine glebis-claude-skills with cc-thingz: Combine daily-driver bundles✓ Copied

Tools

What this MCP exposes

ToolInputsWhen to callCost
multi-skill (see docs) Per-subdir skill 1 call

Cost & Limits

What this costs to run

API quota
N/A
Tokens per call
Small–mid
Monetary
Free
Tip
Read each skill's triggers; some are personal

Security

Permissions, secrets, blast radius

Credential storage: None
Data egress: None

Troubleshooting

Common errors and fixes

Personal conventions

Tweak hardcoded paths

Alternatives

glebis Claude Skills vs others

AlternativeWhen to use it insteadTradeoff
Bigger bundlesYou want breadthLess curation

More

Resources

📖 Read the official README on GitHub

🐙 Browse open issues

🔍 Browse all 400+ MCP servers and Skills