skills/smithery.ai/maintaining-project-context

maintaining-project-context

Installation
SKILL.md

Maintaining Project Context

Overview

Project context files (CLAUDE.md) document contracts and architectural intent for future agents and developers. When code changes alter contracts, the documentation must update to match. This skill provides a systematic process for identifying contract-level changes and updating the appropriate context files.

When to Use

  • After completing a work plan execution
  • After significant refactors that change module boundaries
  • When new domains or modules are created
  • When APIs or interfaces change
  • When the documentarian agent is invoked

Core Pattern

Step 1: Capture Git State

Record the commit range for analysis:

Installs
2
First Seen
Mar 22, 2026
maintaining-project-context from smithery.ai