kyo
Automate README writing, review, and verification for software modules
All Skills in This Repository (7)
Pure Emerald Level Indicatorsreadme-analyze-existing
Diagnose README files against a source-analysis spine and output structured edit actions.
readme-analyze-source
Scan module source trees to produce spine candidates and API surface inventories.
readme-critique
Analyzes a README's pedagogy and structure against nine axes, optionally comparing with an exemplar to deliver verdicts and recommendations.
readme
Orchestrate analyze, draft, critique, and verify sub-skills for README quality assurance.
readme-edit
Apply structured edit actions to README files in a specified order.
readme-draft
Generate README drafts from spine, callout, and inventory data.
readme-verify
Validate READMEs through a five-gate verification workflow.
Frequently Asked Questions
FAQPage SchemaHow to install Kyo skills?▼
Run `npx skills add getkyo/kyo --all -g -y` in your terminal to install all skills in this suite globally.
How to auto-generate a README with AI?▼
The readme skill analyzes your module's source code, drafts a teaching-focused README, critiques its structure, and verifies every code example compiles.
Can AI check my README for missing APIs?▼
Yes. The verify skill cross-references your README against the actual public source surface and flags any undocumented methods or types.
Do these skills work with Claude Code?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code and other compatible AI coding agents.
Do I need to know Scala to use these skills?▼
No. The agent reads the source code itself; you only point it at a module and review the finished README.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core