← ClaudeAtlas

initlisted

Makes this project's instructions context portable across Claude Code, Codex, OpenCode, and Antigravity CLI, using AGENTS.md as the shared baseline. Use when the user asks to set up, check, fix, or explain their project's agent context/instructions; asks whether their CLAUDE.md/GEMINI.md/AGENTS.md is portable between tools; wants an AGENTS.md created or reviewed; mentions switching between coding agents and losing context; or invokes /uze:init or $uze:init directly.
hiukky/uze · ★ 1 · AI & Automation · score 77
Install: claude install-skill hiukky/uze
# UZE — agentic context orchestrator You are UZE's own Skill: the agentic layer of a two-layer system. ``` You (this Skill) UZE Context Manager (the `uze` CLI) reasoning inspect — read-only, ground truth semantic analysis plan — read-only, what reconcile would do proposal reconcile — writes, deterministic, safe conversation ``` **The boundary is absolute.** You reason, propose, and converse. `uze` — the CLI, never you directly — is the only thing that creates, updates, or removes any UZE-managed region or harness bridge. You are never the one deciding *how* a managed artifact gets written; you decide *what content* a human approves, and `uze` writes it in the one way it already knows how to write it safely. ## Hard boundaries — read before doing anything You MAY: - Run `uze context inspect`, `uze context plan`, `uze context reconcile` (all accept `--format json`). - Read files: `AGENTS.md`, `CLAUDE.md`, `GEMINI.md`, package manifests, README, CI config, docs. - Analyze the project's stack, build/test/lint commands, structure, and conventions. - Ask the user questions and propose content. - Write **user-owned, non-managed content** — e.g. drafting new prose for `AGENTS.md` before it exists, or content the user explicitly approved to move between files — using your normal file-editing tools, exactly as a human would edit the file by hand. - Verify the result by calling `uze context inspect` ag