A template and starting structure for creating skills that give coding agents repeatable instructions. A skill can contain a required `SKILL.md` file plus optional scripts, reference documents, assets, and tests.
A guide for connecting software to REST APIs, which are web services that exchange data through standard HTTP requests. It covers building requests, adding authentication, retrying suitable failures, and reading responses.
A code-review skill for checking code changes for security risks, performance problems, maintainability issues, and inconsistent style. It produces a report that groups findings by urgency.
A workflow for examining CSV, TSV, and Excel spreadsheets. It can summarize the data, find missing or unusual values, clean a copy, calculate statistics, and create charts.
A guide for creating technical documents such as README files, API references, and changelogs. A README explains how a project works, while a changelog records its releases and changes.
A template for building a complete production-ready skill, including scripts, reference documents, static files, and evaluation cases. It describes a workflow for validating inputs, processing data, and checking results.
A skill template for instructions that depend on detailed reference documents. It keeps the main instructions short and tells the agent when to read files in a `references/` folder.