This repository is a place to store skills.
Original repository content is licensed under MIT; see LICENSE.
The imported skills/skill-creator/ subtree is separately licensed under Apache-2.0 as provided in skills/skill-creator/LICENSE.txt. That Apache-2.0 license continues to apply to files in skills/skill-creator/.
skills/
├── docs/
│ └── <skill-name>/
├── README.md
└── skills/
├── <skill-name>/
└── ...
| Skill | Description | Source |
|---|---|---|
news-crawler |
Builds and runs automated news and blog aggregation crawlers with one-time backfills, recurring runs, deduplication, and Markdown output. | Original |
repo-teacher |
Teaches a repository like a programming teacher, including structure walkthroughs, architecture explanations, onboarding guidance, and learning exercises. | Original |
skill-creator |
Creates and improves skills, including drafting instructions, defining evals, iterating on quality, and producing documentation for authored skills. | Imported from anthropics/skills |
docs/<skill-name>/stores documentation, creation logs, and iteration notes for each authored skill.
Published .skill packages are distributed through GitHub Releases. If you want to use a skill, download the appropriate release asset from the repository's Releases page.