Agent skills by @aseeon, installable with the skills CLI.
npx skills add https://github.com/aseeon/skills --skill plainspeakTo install every skill in this repo:
npx skills add https://github.com/aseeon/skillsThe CLI writes the skill into your agent's skills directory (.claude/skills/ for Claude Code, and the equivalent path for other supported agents).
| Skill | Description |
|---|---|
| plainspeak | Use plain language and cut AI tells from any writing. Applies to all output. |
skills/
<skill-name>/
SKILL.md
Each SKILL.md starts with YAML frontmatter carrying name and description, followed by the instructions.
- Create
skills/<skill-name>/SKILL.md. - Give it frontmatter with a
namematching the folder and adescriptionthat says when the skill applies. - Add a row to the table above.
The plainspeak skill is an opinionated synthesis of poteto's unslop and astra's model guidance
MIT. See LICENSE.