An open API service indexing awesome lists of open source software.

https://github.com/agentsdance/agentskills

Agent Skills
https://github.com/agentsdance/agentskills

Last synced: 5 months ago
JSON representation

Agent Skills

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