一键导入
update-documentation
Use after merging a branch to main or cutting a release, to bring README.md and docs/architecture.md in sync with what actually shipped.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use after merging a branch to main or cutting a release, to bring README.md and docs/architecture.md in sync with what actually shipped.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when building, styling, or reviewing any Jyotish Helper UI — components, colors, fonts, the North Indian chart, the time slider, glass panels — to keep the look consistent with the approved "Saffron Gold" direction.
Use when the user wants to deploy, ship, or push the Jyotish Helper app live to production (Vercel) — merges/pushes to main and runs the Vercel prod deploy.
Use when the user wants to run, start, preview, or view the Jyotish Helper app locally in a browser — starts the Vite dev server and opens it.
| name | update-documentation |
| description | Use after merging a branch to main or cutting a release, to bring README.md and docs/architecture.md in sync with what actually shipped. |
README.md (user-facing) and docs/architecture.md (mermaid diagrams) both
drift fast. Run this whenever a branch merges to main or a release is
tagged (see AGENTS.md "Keep documentation current").
git log --oneline <last-docs-touching-commit>..HEAD -- . ':!README.md' ':!docs/architecture.md'
(or just review the commits in the branch/release being merged).README.md against current reality:
https://web-pi-kohl-36.vercel.app)?npm run dev/test/generator commands still
match web/package.json and generator/pyproject.toml? Don't let this
silently rot.docs/architecture.md against current reality:
npx @mermaid-js/mermaid-cli (or equivalent), since
GitHub's renderer silently blanks on unsupported syntax (no error shown).
Known GitHub gotchas: no style <subgraphId> ..., no <br/> reliably —
use plain colon-separated text in labels instead.docs: update README/architecture for <what shipped>.