agent-skills

kambleakash0/agent-skills
★ 7 stars Python AI/LLM Updated 1d ago ✓ Clean
A curated collection of custom AgentSkills and token-saving MCP servers for extending the capabilities of AI coding assistants like Claude Code.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-skills": {
      "command": "uvx",
      "args": [
        "agent-skills"
      ]
    }
  }
}

Or install with pip: pip install agent-skills

README Excerpt

A personal collection of Claude Code agent skills and MCP servers, can be used with other agents too. | Skill | Command | Description | | ------- | ------- | ----------- | | [git-workflow](./skills/git-workflow/SKILL.md) | `/git-workflow` | Guided Git workflow: branching, commits, PRs, and conflict resolution |

Topics

agent-skillsai-agentsai-assistantantigravityautomationclaude-codecode-reviewcodexcusrordeveloper-toolsgemini-clillm-toolsmcpprompt-engineering