Skip to content

Bluetape Skills 1.0.0

Choose a tag to compare

@debop debop released this 11 Jul 12:51
v1.0.0

Highlights

Bluetape Skills 1.0.0 is the first stable public distribution of the reusable Codex workflow contract used across the Bluetape ecosystem. It packages 14 canonical skills with the references, templates, scripts, and agent prompts required to execute them as complete units.

Install

Download either release bundle, extract it, validate the contents, and run the installer:

./scripts/validate.sh
./scripts/install.sh

The installer targets ${CODEX_HOME:-~/.codex}/skills. Existing canonical skills are preserved unless --force is supplied; forced replacement creates a timestamped backup first.

Workflow and review model

  • $bluetape-workflow classifies work into the lightest safe execution lane.
  • Full Feature work applies the same 7-Tier review engine at 2-R Spec Review, 3-R Plan Review, and 6-R Pre-PR Review.
  • Six independent perspectives feed main-session integration, and any P0 or P1 finding blocks progression until repair, validation, and affected reviews converge again at P0=0, P1=0.

Distribution boundary

The bundle includes canonical reusable skill resources. It deliberately excludes user memory, local rules and hooks, configuration, plugin caches, secrets, private runtime state, and retired bluetape4k-* aliases.

Documentation

Verification

The release candidate passed canonical inventory and private-payload validation, a temporary Codex-home installation with all 14 skill directories, archive extraction/integrity checks, bilingual README parity, diagram XML/CairoSVG/geometry audits, and independent review with P0/P1/P2/P3 all at zero.

Related: release tracking issue #3, release-readiness PR #4, public-guide PR #2

Full history: https://github.com/bluetape4k/bluetape-skills/commits/v1.0.0