Skip to main content
A pack is a named group of skills defined in your reseed.yaml. Instead of adding skills one by one, you can add an entire pack with a single command.

Creating packs

Use reseed pack to create or edit a pack interactively:
reseed pack frontend
This opens a selector showing all skills in your library. Use arrow keys to navigate, space to toggle, and enter to confirm. Packs are stored in your library’s reseed.yaml:
packs:
  frontend:
    - frontend-design
    - css-reset
    - accessibility
A pack can include both local and external skills.

Using packs

reseed add frontend
This copies all three skills (frontend-design, css-reset, accessibility) into the project. You can also mix packs and individual skills:
reseed add frontend my-custom-skill