context-management

仓库创建 2026年1月5日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

支持多工作流并安全交接上下文,便于长期任务拆分与续作。

▸ 风险提示

会写入本地 .claude 目录,可能存储敏感项目信息。

这个 Skill 做什么

管理项目上下文加载、隔离与跨会话的持久化状态与交接。

负责加载和隔离项目上下文,并在 CCPM 会话间保持持久状态,包含 PRD、epic、task 等生命周期信息。用来在多条工作流间交接、恢复会话或并行隔离代理上下文时保持一致性。能读写 .claude 目录结构,支持阶段性接手与状态恢复,避免上下文丢失或混淆。

Skill 开发管理上下文管理会话隔离持久化Claude Code
1.6k
Stars
94
Forks
40
仓库内 Skill
+111
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/ccpm/skills/context-management/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/ccpm/skills/context-management/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Context Management

Project context loading, isolation, and persistent state management across CCPM sessions.

## Capabilities
- Load project context from .claude/ directory structure
- Maintain persistent context across sessions (PRD, epic, task states)
- Isolate agent contexts per work stream
- Context handoff between phases
- Session state recovery

## Context Sources
```
.claude/
  prds/              # PRD documents
  epics/             # Epic and task documents
  agents/            # Agent definitions
  context/           # Project-wide context
  commands/          # Command definitions
  rules/             # Reference rules
```

## Context Flow
1. **Phase 1** (PRD): Loads project des
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有