用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nomos-guild/cgov --skill journey命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | journey |
| updated | "2026-02-02T00:00:00.000Z" |
| description | Create session learning logs that persist institutional memory across Claude Code sessions. |
Create or update session learning logs that persist institutional memory across Claude Code sessions.
Use /journey when:
/journey {title}
Creates a new journey file with a summary of the current session.
/journey --list
Shows all existing journeys.
/journey --read {filename}
Reads a specific journey file.
/journey --recent
Shows the 5 most recent journeys.
Journeys are saved to .claude/journeys/ with naming: YYYY-MM-DD-{slug}.md
# Journey: {Title}
**Date:** YYYY-MM-DD
**Tags:** #tag1 #tag2 #tag3
## Summary
1-3 sentences describing what was accomplished and why it matters.
## What Was Done
1. **First major item**
- Details
- More details
2. **Second major item**
- Details
## Key Learnings
- **Learning 1**: Explanation with context
- **Learning 2**: Explanation with context
## Files Changed
| File | Change |
|------|--------|
| `path/to/file.ts` | Brief description |
## Patterns Discovered
### Pattern Name
\`\`\`code
// Example code showing the pattern
\`\`\`
## Decisions Made
| Decision | Rationale |
|----------|-----------|
| Choice made | Why it was made |
## Connected To
- Related skills, files, or future work
Common tags:
#bugfix - Bug fixes#feature - New features#refactor - Code restructuring#theming - Theme-related work#tooling - Build/dev tooling#performance - Performance work#meta - Claude Code/skills workAfter a session fixing theme issues:
/journey Dashboard Theming Fixes
Claude will create .claude/journeys/2026-02-02-dashboard-theming-fixes.md with:
Journeys create institutional memory that:
Unlike git commits (which track what changed), journeys track why and what was learned.