Back to the catalog

agents-md

callicrate/skills · skills.sh

Open source Repository Open in the app JSON README (API)

About

Skill publicada por callicrate/skills no skills.sh. Instale com: npx skills add callicrate/skills@agents-md

Details

Kind
Agent skills
Topic
No topic detected
Publisher
callicrate
Origin
skillssh
Category
ferramentas
Stars
1
Last push
2026-06-24T16:34:22Z
Repository state
ativo
Language
Python
Added
2026-08-30 15:22:26
Updated
2026-09-08 15:05:50
Origin id
callicrate/skills/agents-md

README

# Public Skills

Reusable Agent Skills that give coding agents domain-specific workflows, validation tools, and reference material.

## Overview

Each skill is a self-contained package under its own directory. A skill provides a `SKILL.md` entry point that agents load when the skill's domain applies, plus supporting assets, references, scripts, and tests.

## Skills

| Skill | Directory | Purpose |
|-------|-----------|---------|
| agents-md | [`agents-md/`](agents-md/SKILL.md) | Create, update, review, and validate scoped repository `AGENTS.md` files |
| make-documentation | [`make-documentation/`](make-documentation/SKILL.md) | Write READMEs, architecture docs, changelogs, runbooks, and install docs |

## Getting Started

Skills are consumed by coding agents via their `SKILL.md` entry points. To work on a skill locally:

```sh
cd <skill-directory>
python -m pytest
```

Each skill directory contains its own scripts, tests, and fixtures. See the skill's `SKILL.md` for usage details.

More