| name | project-context |
| description | Configurable project context injected into all agents. The LLM maintains this skill automatically by reading the project structure, manifests, and config files. All agents reference this instead of hardcoding project-specific details. |
| user-invocable | true |
| metadata | {"created_at":"2026-04-13T23:00:00Z","updated_at":"2026-04-14T00:38:00Z"} |
Project Context
This skill defines the shared project context consumed by every agent in the Nexus Orchestrator pipeline. Instead of hardcoding stack-specific details in each agent definition, agents reference this single source of truth.
How to Use
For New Projects
When installing Nexus Orchestrator on a new project, the LLM will automatically populate this file by analyzing the project structure. You can also manually edit it if needed.
For Existing Projects
The LLM should periodically verify and update this file when:
- Dependencies change (manifest updates)
- Framework versions change
- New build/test/deploy commands are added
- Code conventions evolve
Self-Maintenance Protocol
All agents should consult this file before any task. If an agent detects that a value here is outdated (e.g., a version bump, a new script), it should flag it for update. The historian or curator agent will update this skill accordingly.
Runtime & Framework
- Runtime:
- Framework:
- Language:
Authentication
Database
UI Stack
- Components:
- Styling:
- Icons:
- Forms:
Linting & Formatting
- Linter:
- Lint Command:
- Fix Command:
Deployment
- Platform:
- Production:
- Preview:
Setup Commands
| Purpose | Command |
|---|
| Install deps | |
| Dev server | |
| Build (release only) | |
| Lint | |
| Test | |
Code Style Rules
Framework-Specific Notes
Time Source
- Canonical Time Source: System clock UTC
- Fallback: If configured source fails, abort auditable writes and return recoverable error
- Override: Set a custom URL or API endpoint for canonical time if needed
Project-Specific MCP Servers
Project-Specific Tools
Memory Root
- Path:
.memories/ at project root
- Knowledge Graph:
.memories/context/knowledge-graph.index.jsonc
- Entity Registry:
.memories/context/entity-registry.jsonc
- Index:
.memories/index.md
- Log:
.memories/log.md