Skip to main content
ClaudeWave
Skill1.3k repo starsupdated today

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.

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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