document-updater
- Repo stars 0
- Author repo skills-registry
Document Updater
A specialized skill for maintaining and updating the project's README.md file to ensure it accurately reflects the latest architectural decisions, tech stack, features, and setup instructions.
Workflow
Information Gathering:
- Read
GEMINI.mdas the primary source of truth for project context and standards. - Read
package.jsonto verify current dependencies, versions, and scripts. - Read
prisma/schema.prisma(or relevant ORM schema) to confirm the database structure. - Scan the
src/directory if necessary to understand the actual file structure.
- Read
Analysis:
- Compare the current
README.mdwith the gathered information. - Identify outdated sections, incorrect tech stack details, or missing features.
- Ensure that setup instructions (environment variables, commands) are accurate.
- Compare the current
Execution:
- Rewrite or patch
README.mdwith the corrected information. - Maintain a consistent, professional, and concise tone.
- Use clear headings, tables, and code blocks for readability.
- Rewrite or patch
Validation:
- Verify that all links and commands in the updated
README.mdare valid within the project context. - Check for any remaining discrepancies.
- Verify that all links and commands in the updated
Constraints
- Do NOT add "just-in-case" information. Keep it focused on what's actually in the project.
- Follow the existing style and formatting of the
README.md. - Prioritize accuracy over verbosity.
<!-- tomevault:4.0:skill_md:2026-05-23 -->Source: adwaithpj/CardMind — distributed by TomeVault.
- Fluxly category
- Documentation
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Shell exec
- Env read
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Information Gathering: Read GEMINI.md as the primary source of truth for project context and standards. Read package.json to verify current dependencies, versions, and scripts.
Do NOT add "just-in-case" information. Keep it focused on what's actually in the project. Follow the existing style and formatting of the README.md. Prioritize accuracy over verbosity.
# Document Updater
A specialized skill for maintaining and updating the project's `README.md` file to ensure it accurately reflects the latest architectural decisions, tech stack, features, and setup instructions.
## Workflow
1. **Information Gathering**:
- Read `GEMINI.md` as the primary source of truth for project context and standards.
- Read `package.json` to verify current dependencies, versions, and scripts.
- Read `prisma/schema.prisma` (or relevant ORM schema) to confirm the database structure.
- Scan the `src/` directory if necessary to understand the actual file structure.
2. **Analysis**:
- Compare the current `README.md` with the gathered information.
- Identify outdated sections, incorrect tech stack details, or missing features.
- Ensure that setup instructions (environment variables, commands) are accurate.
3. **Execution**:
- Rewrite or patch `README.md` with the corrected information.
- Maintain a consistent, professional, and concise tone.
- Use clear headings, tables, and code blocks for readability.
4. **Validation**:
- Verify that all links and commands in the updated `README.md` are valid within the project context.
- Check for any remaining discrepancies.
## Constraints
- Do NOT add "just-in-case" information. Keep it focused on what's actually in the project.
- Follow the existing style and formatting of the `README.md`.
- Prioritize accuracy over verbosity.
---
> Source: [adwaithpj/CardMind](https://github.com/adwaithpj/CardMind) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-23 --> Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Workflow → Constraints
terms -> Information Gathering · Analysis · Execution · Validation
files/cmd -> README.md · GEMINI.md · package.json · prisma/schema.prisma · src/
body sha256 -> 14e5e387d799
Decide Fit First
Design Intent
How To Use It
Boundaries And Review