Skip to content

Skills v1.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 06:53
aebe32a

/spec + /build + /yolo Skills Package

Extract this zip into your project root.

Contents

.claude/
├── CLAUDE_template.md
├── skills/
│   ├── spec/
│   │   ├── SKILL.md
│   │   └── references/
│   ├── build/
│   │   └── SKILL.md
│   └── yolo/
│       └── SKILL.md
└── commands/
    ├── spec.md
    ├── build.md
    └── yolo.md

Install

PowerShell

Expand-Archive -Path spec-skills-*.zip -DestinationPath . -Force

Bash

unzip -o spec-skills-*.zip

Then run /spec in Claude Code.