Skip to content

skillscake/skillscake-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skillscake-skills

A skill a day from SkillsCake, conforming to the open Agent Skills standard.

Each entry includes a clean, installable skill in skills/ and the run that produced it in runs/.

All entries are test runs. Inputs come from internal test cases or public, MIT-licensed examples; anything a customer submits at skillscake.com is private and never published here.

Install

Using the skills CLI:

npx skills add skillscake/skillscake-skills --skill sre-postmortem   # one skill
npx skills add skillscake/skillscake-skills                        # everything

The skills

# Skill Run
001 sre-postmortem 001-sre-postmortem
002 bakery-orders 002-bakery-orders
003 terraform-pr-review 003-terraform-pr-review

Layout

skills/<skill-name>/     # installable skill (Agent Skills spec)
  SKILL.md
  scripts/               # optional

runs/<day>-<skill-name>/ # not installed; case study for this run
  input[.md]             # original input (file or folder)
  README.md              # day #, transformation notes, link to the skill

Talk to us

  • Discuss, ask, suggest: r/skillscake, where daily skills are cross-posted and u/skillscake hangs out
  • Bug in a skill: open an issue

We don't accept skill PRs since each entry here is paired with a real run.

License

Apache 2.0. See LICENSE.


Started 2026-05-08. Building toward 100+.

About

A-skill-a-day from SkillsCake. Published with the input prompt and the optimized output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors