Bluetape Skills 1.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.shThe 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-workflowclassifies work into the lightest safe execution lane.- Full Feature work applies the same 7-Tier review engine at
2-RSpec Review,3-RPlan Review, and6-RPre-PR Review. - Six independent perspectives feed main-session integration, and any
P0orP1finding blocks progression until repair, validation, and affected reviews converge again atP0=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
- Sharing and installing Bluetape skills
- Using the Bluetape workflow
- 한국어: Bluetape skill 공유와 설치
- 한국어: Bluetape workflow 사용법
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