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
Copygit 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-okThen start a new Claude Code session; the skill loads automatically.
Definition
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.txtMore from this repository
blogSkill
enSkill
zhSkill
artifact_demoSkill
Demo skill that writes an output file and persists it as an artifact.
news-query-agentSubagent
Answer news queries with a fixed demo response.
weather-querySkill
Answer weather queries with a fixed demo response.
contact-lookup-agentSubagent
Look up contact phone numbers with fixed demo data.
remote-http-mcpSkill
Connect to a remote streamable HTTP MCP service that exposes announcements and FAQ tools.