Document 上下文审计
- 作者仓库星标 0
- 作者仓库 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.
- 流狐分类
- 文档
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @tomevault-io · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 需简单配置
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- Shell 执行
- 读取环境变量
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 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 --> 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Workflow → Constraints
要点 -> Information Gathering · Analysis · Execution · Validation
文件/命令 -> README.md · GEMINI.md · package.json · prisma/schema.prisma · src/
内容 SHA-256 -> 14e5e387d799
方法与流程
适用与边界
原文中的明确线索
README.md、GEMINI.md、package.json、prisma/schema.prisma、src/