What problem does it solve? AI agents often lack awareness of project-specific context such as agent definitions, shared rules, and curated memory, and teams risk mixing durable project knowledge with private runtime state like sessions and secrets. This Skill teaches the agent how to read, interpret, and safely migrate APC (Agent Project Context) files. ## Core Features & Use Cases - Context Discovery: Automatically activates when a project contains a .apc/ directory or AGENTS.md file and reads agent definitions, skills, memory, and MCP hints before answering. - Guided Migration: Detects .apc/migrate.md, offers to migrate legacy context files, and classifies content into agent definitions, shared rules, curated memory, or content that must stay local. - Visibility Enforcement: Applies strict rules about what may be committed (agent definitions, curated memory) versus what must stay local or private (sessions, conversations, secrets, caches). - Use Case: A developer opens a repository initialized with APC; the agent reads .apc/agents/ and AGENTS.md first, answers questions about which agents exist, and offers to migrate leftover context files without leaking runtime sessions into git. ## Quick Start Ask the agent which agents are defined in this project and have it read the .apc directory and AGENTS.md before answering.