← ClaudeAtlas

altevra-corelisted

Core skill for using Altevra — the local-first Agent OS. Read this at session start.
ceoimperiumprojects/altevra · ★ 2 · AI & Automation · score 68
Install: claude install-skill ceoimperiumprojects/altevra
<!-- ALTEVRA_MANAGED: true --> <!-- source: 06-skills/altevra-core.md --> <!-- generated_by: altevra --> <!-- adapter: claude-code --> <!-- version: 0.5.0 --> <!-- checksum: 7fddebaa49cde5805652285dd6fa085c69a04d036936181b10cc90c3caf41e86 --> # Altevra Core Skill # Altevra Core — Agent Skill **Version:** 0.5.0 **Required:** Yes — all agents must bootstrap with Altevra at session start. ## What is Altevra? Altevra is a local-first Agent OS. It gives AI tools a shared, fresh, searchable, auditable context layer. It provides: memory, project context, tasks, goals, decisions, skills, capabilities, hooks, research, event history, last updates, connector sync, prompt generation, and tool setup automation. **Core promise:** Every agent always knows what changed, what matters, and how to use Altevra. ## Mandatory Session Startup Protocol At the **start of every session**, execute: ```bash altevra agent bootstrap --tool {tool_name} --project {project} --json ``` Or via MCP: `get_agent_bootstrap_packet(tool_name="{tool_name}", project="{project}")` This returns: - `skill_freshness` — are your skills up to date? - `setup_status` — are hooks/managed files installed? - `last_updates` — what changed since your last session? - `warnings` — anything requiring immediate attention - `recommended_next_action` — what to do first ## Quick CLI Reference ```bash # What changed since last session? altevra updates --project {project} --since last-session --json # Are my skills current?