원클릭으로
session
Session lifecycle management. Parent skill for session-related skills: learning (pattern extraction) and compact (context compression).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Session lifecycle management. Parent skill for session-related skills: learning (pattern extraction) and compact (context compression).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Frontend patterns: component design, state management, performance, accessibility. Use when building web frontends, components, or client-side apps.
Git version control best practices: branching, commits, merging, conflict resolution, PR workflows. Use when managing branches, creating commits, merging code, or resolving conflicts.
Model selection strategy and routing. Use when choosing between models for different task types, subagent configurations, or optimizing token cost vs quality tradeoffs.
Security review skill: comprehensive security checklist and patterns. Use when adding authentication, handling user input, working with secrets, or creating API endpoints.
Extracts reusable patterns from sessions. Use at session end to capture debugging insights and project-specific knowledge.
Strategic compaction skill: suggests context compression at logical breakpoints. Use to suggest compaction at logical intervals during development sessions.
| name | session |
| description | Session lifecycle management. Parent skill for session-related skills: learning (pattern extraction) and compact (context compression). |
| allowed-tools | Read, Grep, Glob |
本技能提供 Claude Code 会话的生命周期管理策略,整合持续学习和上下文压缩。
会话开始 ──→ 工作阶段 ──→ 检查点 ──→ 会话结束
│ │ │ │
│ │ │ └─→ 提取模式 (/learning)
│ │ └─→ 上下文压缩 (/cc-best:compact-context)
│ └─→ 持续工作
└─→ 加载上次上下文
| 场景 | 推荐策略 | 子技能 |
|---|---|---|
| 上下文接近限制 | 策略性压缩 | /cc-best:compact-context |
| 完成重要任务节点 | 主动压缩 | /cc-best:compact-context |
| 会话结束时 | 提取可复用模式 | /learning |
| 解决了复杂问题 | 记录解决方案 | /learning |
| 发现项目特定知识 | 记录到知识库 | /learning |
适用场景:
使用方式:/learning 或参阅 skills/learning/SKILL.md
适用场景:
使用方式:/cc-best:compact-context 或参阅 skills/compact/SKILL.md
为会话设置语义化标签,便于快速查找和恢复。
在会话元数据中记录语义化标签:
{
"name": "feature-login-page",
"sessionPath": "memory-bank/progress.md",
"tags": ["feature", "frontend"],
"created": "2026-02-24 14:30:00",
"summary": "实现登录页面 - PM/Lead/Dev 已完成"
}
存储位置: ~/.claude/session-aliases.json(全局,跨项目共享)
标签分类系统:
| 前缀 | 含义 | 示例 |
|---|---|---|
feature-* | 功能开发 | feature-login-page |
bugfix-* | 缺陷修复 | bugfix-auth-timeout |
refactor-* | 重构改进 | refactor-api-layer |
explore-* | 技术探索 | explore-new-framework |
当使用 /cc-best:catchup 恢复时:
/cc-best:checkpoint 手动触发/cc-best:catchup --alias <name> 快速恢复指定会话| 指标 | 健康状态 | 行动 |
|---|---|---|
| 上下文使用 | < 70% | 继续工作 |
| 上下文使用 | 70-90% | 考虑压缩 |
| 上下文使用 | > 90% | 立即压缩 |
| 有价值的发现 | 有 | 记录到知识库 |
记住:良好的会话管理让每次对话都能高效利用上下文,同时积累可复用的知识。