README Writer
SkillDocs & knowledgeUse this skill to write or revise a README.md for a Shipfox workspace package (libs/*, tools/*). It applies the shared package README standard and repository prose policy. Trigger on write a README, draft README, rewrite README, document this package, or improve the README.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the README Writer skill
What this skill tells your AI
The instructions your AI receives, as published by shipfoxhq/shipfox in .agents/skills/readme-writer/SKILL.md and read by ahel’s review.
Use this workflow to document one package. It does not apply to the repository root README, design documents, or RFCs.
Before drafting a package README, read the package README standard. It owns the required structure, prose style, public-surface rules, development guidance, and license section for human and agent authors.
When deciding whether detail belongs in the package README, read the engineering documentation map. It owns documentation placement and canonical ownership.
Gather the package contract
Read the public package surface in this order:
package.jsonfor its name, exports, binaries, scripts, and dependencies.- The root export entry point for consumer-visible symbols.
- Additional source files only as needed to understand those exports.
- A sibling
*-dtopackage when it owns public DTO or event names. drizzle/ormigrations/when the package owns persistent data.
Do not document symbols that the package does not export or ship.
Workflow
- Apply the package README standard, including only the sections that fit the package.
- Use the inspected public contract for the package description, setup, and runnable usage example. Link to schemas or configuration sources instead of copying fast-changing values.
- Check nearby package READMEs only for local conventions or comparable examples. They do not override the shared standard.
- Run
mise exec -- turbo verify --filter=@shipfox/prose-policyand review its warnings and suggestions for the README. - Apply the guidance in
WRITING.mdto improve the result, then reread the README as a package consumer.
Report the public sources inspected, the sections included, and the prose-policy result.
Signals
- GitHub stars
- 22
- Forks
- 3
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
readme-writer- Source
- github.com/shipfoxhq/shipfox