Imported from dreamineering/prettymint-ai (
AGENTS.md). Install upstream withnpx skills add dreamineering/prettymint-ai. Copyright stays with the author.
AGENTS.md
This repository contains reusable agent skills and local agent configuration.
Repo Shape
- Author skills under
skills/<skill-name>/. - Each skill must include
SKILL.mdwithnameanddescriptionfrontmatter. .claude/skillspoints to../skillsfor Claude Code compatibility..codex/config.tomlcontains project-local Codex defaults.
Working Rules
- Keep skills self-contained and project-agnostic.
- Prefer concise, concrete skill descriptions; the description is the dispatch contract.
- Put long examples, schemas, and templates in
references/rather than loading them intoSKILL.md. - There is no build or test harness yet; validate skills interactively after installation.