scarletkc/agents

190 stars · Last commit 2026-08-27

Shared standards and reusable skills for Claude Code, Codex CLI, and other AI coding agents.

README preview

# Agents

Shared standards and skills for AI coding agents: Claude Code, Codex CLI,
and anything else that reads `AGENTS.md` or the
[SKILL.md](https://agentskills.io) format.

## Featured in

- [Awesome Agent Skills](https://github.com/VoltAgent/awesome-agent-skills/blob/main/README.md#development-and-testing)

## Contents

- [`AGENTS.md`](AGENTS.md): project-agnostic base guidelines. Copy it into a
  repository and prepend the project-specific sections (structure, commands,
  domain notes).
- [`user/AGENTS.md`](user/AGENTS.md): user-level collaboration preferences,
  kept separate from the project-level guidelines.
- [`skills/`](skills/): cross-agent skills; each skill is a directory
  containing a `SKILL.md` plus optional resources.

View full repository on GitHub →