Skip to main content
ClaudeWave
Skill1.3k estrellas del repoactualizado yesterday

write-ok

The write-ok skill executes a bash script that generates a deterministic output file containing "OK" at out/ok.txt. Use this skill in build pipelines or workflows where downstream processes need to verify successful completion of prior steps through the presence of this marker file.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/trpc-group/trpc-agent-go /tmp/write-ok && cp -r /tmp/write-ok/examples/evaluation/skill/skills/write-ok ~/.claude/skills/write-ok
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

Overview
This skill writes the text "OK" to a stable output file so downstream steps can validate it.

Command
Run the script below from the skill root:

    bash scripts/write_ok.sh

Output Files
- out/ok.txt