一键导入
refreshing-docs
Refreshes README.md documentation tables including the packages table and core namespace index. Reads from package.json files and core module JSDoc.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Refreshes README.md documentation tables including the packages table and core namespace index. Reads from package.json files and core module JSDoc.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add a namespace/module to a @kitz package — including extending the @kitz/effect namespaces. Covers the _.ts/__.ts barrel pattern, the package exports map, and import conventions.
Audits the project for consistency issues that may arise from manual editing. Checks package scripts, tsconfig paths, README tables, and other conventions.
Authors and manages global package scripts using the _: prefix convention. Scripts defined in root package.json are propagated to all packages with the prefix stripped.
Creates commits following project conventions. Handles Conventional Commits with project-specific scopes, PR title requirements, and CI validation rules.
Create a new @kitz/<concept> package via the Vite+ generator. Scaffolds package.json (live-types exports + effect peer), the layered tsconfigs, and the namespace barrel, then wires it into the workspace.
Use when adding project conventions, coding rules, or guidelines. Determines correct location and scoping based on which packages the rule applies to.
| name | refreshing-docs |
| description | Refreshes README.md documentation tables including the packages table and core namespace index. Reads from package.json files and core module JSDoc. |
Update auto-generated documentation tables in README.md.
.claude/skills/refreshing-docs/scripts/docs-refresh.tsThe script updates two sections in README.md:
packages/*/package.jsoncore/src/*/_.ts with JSDoc descriptionsSections are marked with HTML comments:
<!-- PACKAGES_TABLE_START -->
| Package | Description |
| ------------------------------- | -------------- |
| [`@kitz/core`](./packages/core) | Core utilities |
| ... | |
<!-- PACKAGES_TABLE_END -->
<!-- CORE_NAMESPACE_INDEX_START -->
| Module | Description |
| ------ | --------------- |
| `Arr` | Array utilities |
| ... | |
<!-- CORE_NAMESPACE_INDEX_END -->