Skip to content

Releases: suifei/spec

Skills v1.3.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 15:31

/spec + /build + /yolo Skills Package

Extract this zip into a temporary directory, then use its transactional
installer with that directory as the local source. Do not unzip over an
existing project.

Contents

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

Install

PowerShell

Expand-Archive spec-skills-*.zip -DestinationPath $env:TEMP\spec-skills -Force
& $env:TEMP\spec-skills\scripts\install.ps1 -Source $env:TEMP\spec-skills -Target <project>

Bash

tmp=$(mktemp -d); unzip spec-skills-*.zip -d "$tmp"
SPEC_INSTALL_SOURCE="$tmp" bash "$tmp/scripts/install.sh" <project>

Verify spec-skills-<tag>.zip.sha256, extract, then run /spec in Claude Code.

Skills v1.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 09:35

/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.

Skills v2026-07-10

Choose a tag to compare

@github-actions github-actions released this 10 Jul 15:28

/spec + /build + /yolo Skills Package

Extract this zip into a temporary directory, then use its transactional
installer with that directory as the local source. Do not unzip over an
existing project.

Contents

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

Install

PowerShell

Expand-Archive spec-skills-*.zip -DestinationPath $env:TEMP\spec-skills -Force
& $env:TEMP\spec-skills\scripts\install.ps1 -Source $env:TEMP\spec-skills -Target <project>

Bash

tmp=$(mktemp -d); unzip spec-skills-*.zip -d "$tmp"
SPEC_INSTALL_SOURCE="$tmp" bash "$tmp/scripts/install.sh" <project>

Verify spec-skills-<tag>.zip.sha256, extract, then run /spec in Claude Code.

Skills v1.2.2

Choose a tag to compare

@github-actions github-actions released this 08 Jul 16:39
3921d55

/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.

Skills v1.2.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 14:10
0ecc681

/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.

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.

Skills v1.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 15:54

/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.

Skills v1.0.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 10:55

/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.

Skills v1.0.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 07:06
1af93f9

/spec + /build + /yolo Skills Package

Extract this zip into your project root.

Contents

.claude/
├── 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.

Skills v1.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:41
53dc9a6

/spec + /build + /yolo Skills Package

Extract this zip into your project root.

Contents

.claude/
├── 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.