https://github.com/agentsdance/agentskills
Agent Skills
https://github.com/agentsdance/agentskills
Last synced: 5 months ago
JSON representation
Agent Skills
- Host: GitHub
- URL: https://github.com/agentsdance/agentskills
- Owner: agentsdance
- License: apache-2.0
- Created: 2026-01-08T17:50:11.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-01-10T15:31:08.000Z (5 months ago)
- Last Synced: 2026-01-11T04:44:37.225Z (5 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agent Skills
A community repository for Claude Agent Skills.
## What Are Skills?
Skills are instruction sets that teach Claude how to handle specialized tasks. Each skill lives in its own folder with a `SKILL.md` file.
## Structure
```
skills/
└── your-skill-name/
└── SKILL.md
```
## Submit a Skill
1. Create a folder in `skills/` with your skill name
2. Add a `SKILL.md` file (see `template/SKILL.md`)
3. Submit a pull request
## SKILL.md Format
```yaml
---
name: my-skill-name
description: What this skill does
---
# My Skill Name
[Instructions for Claude]
```
## Resources
- [What are Skills?](https://support.anthropic.com/en/articles/12512176-what-are-skills)
- [Creating Custom Skills](https://support.anthropic.com/en/articles/12512198-creating-custom-skills)
- [Anthropic Skills Repo](https://github.com/anthropics/skills)
## License
Apache 2.0