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
Copiargit 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-okDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
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.txtDel mismo repositorio
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.