AgentSkillsCN

grace-doc-master

在 GraceGiver 中,实时同步技术文档与代码变更。当新增 API 路由、修改数据库表结构,或更新项目规格时,可通过此技能避免文档与代码之间的脱节。

SKILL.md
--- frontmatter
name: grace-doc-master
description: Synchronizes technical documentation with code changes in GraceGiver. Use when adding new API routes, modifying the database schema, or updating project specifications to prevent documentation drift.

grace-doc-master

This skill ensures that GraceGiver's documentation remains the authoritative source of truth.

Core Workflows

1. Detect Documentation Drift

When finishing a feature, verify that all new API routes have been documented:

bash
node conductor/grace-doc-master/scripts/check_doc_drift.cjs

2. Update Documentation Manifest

Consult the references/doc_manifest.md to identify which files need updating based on your code changes (API, Database, Security, etc.).

3. Maintain Specifications

Follow the references/update_workflow.md to ensure that conductor/ tracks and implementation plans are kept in sync with the actual codebase status.

Resource Navigation