update-readme

Solid

Update README.md and SPEC.md based on docs/docs/concepts/ and docs/docs/ directories. Use when documentation sources change and README or the reimplementation specification (SPEC.md) need to reflect the latest state.

Testing & QA 51 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Update README Launch an agent to update README.md and SPEC.md based on current project documentation. ## Instructions Use the Agent tool to spawn an agent with the following parameters: - **subagent_type**: `general-purpose` - **model**: `sonnet` - **mode**: `default` - **description**: `"Update README and SPEC from docs"` Use the following as the agent prompt: ~~~ You are a documentation writer for the CAFleet project. Your job is to keep two maintained targets in sync with the current content of docs/docs/concepts/ and docs/docs/: README.md and SPEC.md (the reimplementation specification). ## Workflow 1. Read all docs/docs/concepts/*.md files (use Glob to enumerate) for the canonical architecture 2. Discover and read all pages under docs/docs/ (use Glob to find them) 3. Read the rspress sidebar source (the `docs/docs/**/_meta.json` files) for the docs-site section layout, then read the current README.md 4. Sync README.md's thin surface: align the pitch paragraph with the hero tagline in docs/docs/index.md's frontmatter, the Install block with the Install section of docs/docs/quickstart.md, and the Documentation links with the nav 5. Read the current SPEC.md (the reimplementation specification, at the repo root) 6. Reconcile SPEC.md against the source materials per the "SPEC.md Maintenance" rules below, updating only where the contract surfaces have drifted ## README Structure README.md is a thin entry point with exactly four surfaces, in order: 1. **Title, demo...

Details

Author
himkt
Repository
himkt/cafleet
Created
5 months ago
Last Updated
today
Language
Rust
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category