Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

skills

Agent skills by @aseeon, installable with the skills CLI.

Install

npx skills add https://github.com/aseeon/skills --skill plainspeak

To install every skill in this repo:

npx skills add https://github.com/aseeon/skills

The CLI writes the skill into your agent's skills directory (.claude/skills/ for Claude Code, and the equivalent path for other supported agents).

Skills

Skill Description
plainspeak Use plain language and cut AI tells from any writing. Applies to all output.

Layout

skills/
  <skill-name>/
    SKILL.md

Each SKILL.md starts with YAML frontmatter carrying name and description, followed by the instructions.

Adding a skill

  1. Create skills/<skill-name>/SKILL.md.
  2. Give it frontmatter with a name matching the folder and a description that says when the skill applies.
  3. Add a row to the table above.

Acknowledgments

The plainspeak skill is an opinionated synthesis of poteto's unslop and astra's model guidance

License

MIT. See LICENSE.

About

Skills that helps with agentic coding and communicating with ai

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors