Curated AI agent skills built with the Anthropic Skill Creator format. Drop into any compatible agent to extend its capabilities.
| Skill | Description |
|---|---|
| humanize-text | Rewrite AI-generated text to sound naturally human-written. Eliminates AI tells like em dashes, corporate buzzwords, and robotic patterns. |
| mdfind | Search your entire Mac instantly using Spotlight's CLI. No RAG, no indexing setup, works out of the box. |
Each skill follows the standard structure:
skill-name/
├── SKILL.md # Frontmatter (name, description) + instructions
├── scripts/ # Optional executable code
├── references/ # Optional reference docs
└── assets/ # Optional templates and files
Copy any skill directory into your agent's skills folder, or clone the whole repo:
git clone https://github.com/drpedapati/agent-skills.gitMIT