skills/readme-updater/SKILL.md
Update README files to reflect current codebase state — scans agents, skills, tools, rules, commands, archetypes, and plugins; preserves existing tone, links, and structure; produces SEO-optimized, technically proficient documentation. Use when the user says "update the readme" or via /project readme.
npx skillsauth add Thomashighbaugh/opencode readme-updaterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill updates a project's README to accurately reflect the current codebase. It:
/project readme subcommand is invokedCollect current resource counts and metadata:
| Resource | Scan Method |
|----------|-------------|
| Agents | Count agents/*.md files (exclude AGENTS.md) |
| Skills | Count skills/*/SKILL.md directories |
| Tools | Count tools/*.ts files (exclude AGENTS.md) |
| Rules | Count rules/*.md files (exclude AGENTS.md) |
| Commands | Count commands/*.md files |
| Archetypes | Count archetypes/*/ directories |
| Plugins | Count plugins/*/ directories + npm plugins in opencode.jsonc |
| Docs | Count .opencode/docs/*.md files |
.opencode/docs/ or .documentation/).opencode/docs/agents.md, keep that link even if you update the agent countThe skill produces an updated README file with:
tools
Create valid, type-safe TypeScript tools for OpenCode — generates correct boilerplate, typed interfaces, and handler stubs. Use when building new tools for global config or per-project .opencode/tools/.
testing
Explore multiple solution branches in parallel, evaluate each, and recommend the best path. Use when the user explicitly invokes /ideation tree-of-thoughts or asks for "tree of thought" / "branching exploration".
testing
Run multiple independent reasoning passes and find consensus. Use when the decision is critically important, the stakes are high, or the user explicitly requests "run it multiple times" / "check consistency" / "self-consistency".
testing
Optimization by PROmpting — generate candidate prompt variations, test each against a benchmark, and report the best performer. Use when the user invokes /ideation opro or asks for "prompt optimization" / "OPRO".