基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nomos-guild/cgov --skill wrap-up命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Scaffold a new dashboard chart component with registry, types, and proper theme integration.
Create a new customizable dashboard with its own chart registry, provider, and page. Use when adding dashboards like DRep or SPO dashboard.
Context window conservation rules. Invoke when approaching context limits or before large tasks.
| name | wrap-up |
| updated | "2026-03-03T00:00:00.000Z" |
| description | End-of-session automation. Creates a journey and evolves skills based on session learnings. |
| argument-hint | ["title"] |
| user-invocable | true |
| allowed-tools | Read, Edit, Write, Glob, Grep, Bash |
Captures what was learned and feeds it back into the skill system.
/wrap-up {session title}
$0 - Session title describing the main work done (e.g., "DRep Dashboard Charts")Run git commands to capture ALL session changes:
git status
git diff HEAD
git ls-files --others --exclude-standard
Build a list of modified/created/deleted files and the nature of changes.
Do not proceed until git output is reviewed.
Create .claude/journeys/{date}-{slug}.md with:
Read skills from .claude/skills/*/SKILL.md and compare against journey learnings.
For each skill, check:
Update affected skills and bump their updated date.
Check if any learnings apply across multiple skills.
.claude/skills/_patterns.md_patterns.mdAdd a "Skills Evolved" section to the journey:
## Skills Evolved
| Skill | Changes |
|-------|---------|
| add-chart | Added overflow clipping pattern |
| _patterns | Updated theming rules |
| Session Content | Action |
|---|---|
| New component pattern | Add to relevant skill |
| Bug fix with root cause | Add to gotchas/checklist |
| Theme styling learned | _patterns.md Theming |
| New data convention | _patterns.md Data Conventions |
| Recharts gotcha | _patterns.md Recharts |
| i18n pattern | _patterns.md i18n |