一键导入
sync
Sync landing page UI and CLAUDE.md with the current code. Use after making changes to tool definitions, handlers, or architecture in main.go.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Sync landing page UI and CLAUDE.md with the current code. Use after making changes to tool definitions, handlers, or architecture in main.go.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | sync |
| description | Sync landing page UI and CLAUDE.md with the current code. Use after making changes to tool definitions, handlers, or architecture in main.go. |
| allowed-tools | Read, Grep, Glob, Edit, Bash(/usr/local/go/bin/go build *) |
Ensure landing.go (web UI) and CLAUDE.md (project instructions) stay in sync with main.go (source of truth).
Read all mcp.NewTool(...) blocks in main.go. For each tool, extract:
Count the total number of tools.
Read the tool documentation sections in landing.go. Compare against main.go and check for:
Fix all discrepancies found. Match the existing HTML structure and CSS classes in landing.go.
Read CLAUDE.md and compare against main.go:
Fix discrepancies. Keep CLAUDE.md concise — don't add verbose explanations.
Run: /usr/local/go/bin/go build ./...
If it fails, fix the issue.
Summarize what was changed:
Do NOT commit. Leave that to the user.