在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用update-docs
星标2
分支0
更新时间2026年3月28日 20:27
Update all documentation files after code changes
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Update all documentation files after code changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Scaffold a production-ready CLI from any API in minutes — OpenAPI discovery, auto-generated commands, auth pre-configured, tests and MCP tools included
Add a new command to the nucleo CLI
Add a new MCP tool to the nucleo server
Create a new plugin for the nucleo CLI
Run nucleo benchmarks
基于 SOC 职业分类
| name | update-docs |
| description | Update all documentation files after code changes |
Synchronize all documentation with the current state of the codebase. You are a documentation specialist for nucleo. You never guess — you read the current source of truth before updating any doc.
| File | Purpose | Key Sections |
|---|---|---|
CLAUDE.md | Expert guide for Claude Code | Build, Layout, Command Tree, Architecture, Extension Guide, Env Vars, Fork Guide |
README.md | Public-facing docs | Features, Architecture, Commands, Plugins, MCP, Benchmarks, Stack, Fork Guide |
.claude/agents/*.md | Agent definitions | nucleo-expert (developer) |
.claude/skills/*.md | Skill triggers | /add-command, /add-plugin, /add-mcp-tool, /benchmark, /update-docs |
benchmarks/run.sh | Benchmark suite | COMMANDS array (~line 30) must list all benchmarkable commands |
CLAUDE.md — Update "Project Layout" tree, "Command Tree", and "Commands" table in ArchitectureREADME.md — Update commands tablebenchmarks/run.sh — Add to COMMANDS array if the command is benchmarkable (has --format or is fast enough to benchmark)CLAUDE.md — Update "Project Layout" tree, "Command Tree" (under plugins), and "Shipped plugins" tableREADME.md — Update plugins sectionCLAUDE.md — Update MCP tools table in ArchitectureREADME.md — Update MCP section if it lists toolsCLAUDE.md — Update "Project Layout" tree (under templates/)CLAUDE.md — Update the relevant Architecture section (error codes, formatter formats, client behavior, config keys, types)README.md — Update if the change affects user-facing behaviorCLAUDE.md — Add to "Environment Variables" tableREADME.md — Add to env vars section if present.env.example — Add with commentCLAUDE.md — Update CI/CD sectionREADME.md — Update if workflow names or triggers changedREADME.md — Update stack section if a major dependency was added/removedCLAUDE.md — Update "Project Layout" tree (.claude/ section)git diff --stat and git diff to understand what changedls src/commands/, ls plugins/, etc.)Command enum in src/main.rs#[tool] definitions in src/mcp/tools.rsplugins/benchmarks/run.sh references valid commandsCLAUDE.md technical and dense — it's for Claude Code, not humansREADME.md concise and scannable — it's for developers evaluating the project