Productivity|Development|Data|Communication|Finance|Security|AI / ML|Cloud|Database|DevOps|IoT|Media|E-Commerce|Analytics|Social|UtilitiesPython
awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
N/A rating (0 reviews)0 installs52,058 GitHub stars
ClaudeAISkillsProductivity
This repository provides practical Claude Skills for enhancing productivity across Claude.ai, Claude Code, and the Claude API. It includes a plugin that allows Claude to perform real actions like sending emails and posting to Slack.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"awesome-claude-skills": {
"args": [
"composio"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.