What problem does it solve? Managing multiple AI agent projects in APX requires knowing which projects are registered, where their runtime state lives, and how to override per-project configuration without touching committed files. This Skill provides the exact CLI commands and safety boundaries for project registration, inspection, configuration, and memory management. ## Core Features & Use Cases - Project Registration & Inspection: Register APC-compliant folders with apx project add, list registered projects, and rebuild stale project scans. - Per-Project Configuration: Set dotted-key overrides like super_agent.model or telegram.route_to_agent that live in machine-local config and hot-reload the daemon. - Project Memory Management: Write durable notes with remember or full documents with write_project_memory, keeping private runtime memory out of committed .apc/ files. - Use Case: A user asks "what projects are registered?" — instead of guessing, you run apx project list, then set a project-specific model with apx project config set acme super_agent.model groq:llama-3.3-70b-versatile. ## Quick Start Ask the agent to list all registered APX projects and show the current configuration for one of them.