بنقرة واحدة
journey
Create session learning logs that persist institutional memory across Claude Code sessions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create session learning logs that persist institutional memory across Claude Code sessions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
Deep reflection on the skill learning system itself. Analyzes what's working, what's stale, and proposes structural improvements. The meta-skill.
End-of-session automation. Creates a journey and evolves skills based on session learnings.
Run the build and intelligently fix TypeScript errors with guardrails. Stops if fixes introduce more errors or the same error persists after 3 attempts.
| 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.