agentsclimarketplace

Context management

Skill a5c-ai/babysitter/library/methodologies/ccpm/skills/context-management

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestrationFrom the repository description

Install
npx -y skills add a5c-ai/babysitter --skill context-management

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.3 KB, 261 tokens by cl100k_base, as published. Nobody here has run it

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 description, creates PRD context
  2. Phase 2 (Epic): Loads PRD, creates architecture context
  3. Phase 3 (Tasks): Loads PRD + Epic, creates task context
  4. Phase 4 (Sync): Loads all artifacts, syncs to GitHub
  5. Phase 5 (Exec): Loads stream-specific context per agent

Isolation

Each parallel agent receives only the context relevant to its stream, preventing context pollution and keeping agents focused.

What ships with it: 1 file

238 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.