library/methodologies/ccpm/skills/context-management/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/ # Agen
npx skillsauth add a5c-ai/babysitter library/methodologies/ccpm/skills/context-managementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Project context loading, isolation, and persistent state management across CCPM sessions.
.claude/
prds/ # PRD documents
epics/ # Epic and task documents
agents/ # Agent definitions
context/ # Project-wide context
commands/ # Command definitions
rules/ # Reference rules
Each parallel agent receives only the context relevant to its stream, preventing context pollution and keeping agents focused.
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.