Skip to content

drpedapati/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

Curated AI agent skills built with the Anthropic Skill Creator format. Drop into any compatible agent to extend its capabilities.

Available Skills

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.

Skill Format

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

Usage

Copy any skill directory into your agent's skills folder, or clone the whole repo:

git clone https://github.com/drpedapati/agent-skills.git

License

MIT

About

Curated AI agent skills for OpenClaw, Claude Code, and compatible agents

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors