CorePack AI Logo
v2.1.0β€’Updated 1 day ago

Unified Context Protocol

Unified Context Protocol (UCP)

A drop-in context system that makes AI coding assistants actually remember your project.

🎯 The Problem

AI coding assistants forget everything between sessions. You waste time re-explaining your project architecture, coding standards, and past decisionsβ€”and agents often create conflicting or inconsistent work.

πŸ’‘ The Solution

UCP is a standardized governance layer that sits between your codebase and AI agents. It provides a file-system-based protocol for persistent context, enabling agents to:

  • Read project state and history
  • Write learnings and decisions
  • Coordinate across sessions and tools

✨ Key Features

| Feature | Description | |---------|-------------| | πŸš€ Boot Protocol | Agents run a startup checklist to load context automatically | | πŸ”Œ Multi-Agent Support | Works with 8+ AI assistants (Cursor, Claude, Copilot, Windsurf, Aider, and more) | | 🀝 Session Handoffs | Incomplete work is savedβ€”next session picks it up, even with a different agent | | πŸ“‚ Monorepo Ready | Define sub-projects with scoped contexts | | 🧠 Knowledge Persistence | Patterns, gotchas, and decisions survive across sessions | | πŸ“‹ Pre-Built Workflows | High-performance pseudo-code for audits, features, bugfixes, refactoring, and maintenance | | ⚑ Context Budget System | Tiered loading prevents LLM context overload | | πŸŽ“ Agent Learning | Tracks user preferences, what worked/failed, and external dependencies |

πŸ”§ Supported AI Assistants

Cursor β€’ Windsurf β€’ Claude Code β€’ GitHub Copilot β€’ JetBrains AI β€’ Aider β€’ Gemini Antigravity β€’ Generic LLMs

πŸ“‚ What's Included

unified_context_protocol/
β”œβ”€β”€ boot.md           # Agent entry point
β”œβ”€β”€ context/          # Project state (MASTER.md, tech.md, changelog.md...)
β”œβ”€β”€ knowledge/        # Persistent learnings & decisions
β”œβ”€β”€ bin/
β”‚   β”œβ”€β”€ workflows/    # audit, feature, bugfix, refactor, maintenance...
β”‚   └── adapters/     # Per-agent integration guides
└── archive/          # Historical context storage

πŸš€ Quick Start

  1. Install the pack into your project's context directory
  2. Onboard your agent: "Read bin/workflows/onboarding.md"
  3. Audit your project: "Read bin/workflows/audit.md and audit this project"
  4. Done! Your agents now have persistent, coordinated context

πŸ† Why UCP?

  • Escape vendor lock-in: Your context lives in version-controlled files, not proprietary cloud systems
  • Tool-agnostic: Switch between AI assistants without losing context
  • Human-readable: All files are markdownβ€”you can edit them directly
  • Version-controlled: Commit your context alongside your code

Installation

To install this package, run:

npx corepackai install @corepackai/ucp --bridge
PriceFree
npx corepackai install @corepackai/ucp --bridge

Details

Downloads14
LicenseMIT
Version2.1.0
Tags
#protocol
Unified Context Protocol - CorePack AI