Guided /uberblick (Claude Code) and $uberblick (Codex) workflow for opinionated PRDs, RFCs, and implementation review using uberblick.ai.
The skill gives Claude Code and Codex a structured planning workflow: load a PRD or RFC, run the right role (critic, architect, reviewer), write outputs back through MCP, and manage completion gates before marking work done.
The MCP-only baseline works without installing anything. This skill pack is an optional accelerator.
Connect your client to the hosted uberblick MCP server at https://uberblick.ai/mcp.
claude mcp add --transport http uberblick https://uberblick.ai/mcpClaude Code will open a browser for OAuth on first use.
codex mcp add uberblick --url https://uberblick.ai/mcpAfter either command, the MCP-only baseline works immediately. You only need the skill pack if you want the guided /uberblick or $uberblick command.
/plugin marketplace add uberblick-ai/skills
/plugin install uberblick@uberblick-ai
Then type /uberblick to start a session.
Claude Code will keep the plugin up to date automatically if marketplace auto-update is enabled.
git clone https://github.com/uberblick-ai/skills.git
cp -r skills/plugins/uberblick/. .claude/plugins/uberblick/Restart Claude Code, then type /uberblick.
To update, pull the latest repo and repeat the copy step.
$skill-installer install https://github.com/uberblick-ai/skills/tree/main/plugins/uberblick/codexRestart Codex, then type $uberblick to start a session.
git clone https://github.com/uberblick-ai/skills.git
mkdir -p ~/.codex/skills/uberblick
cp -r skills/plugins/uberblick/codex/. ~/.codex/skills/uberblick/To update, re-run the installer command or repeat the copy step with the latest repo contents.
For Claude Code marketplace installs, auto-update handles this. For manual installs, the skill notifies you at session start if a newer version is available — re-run the copy step with the latest repo contents to update.
You do not need to install this skill pack to use uberblick. Ask your AI assistant to follow uberblick://docs/workflow and uberblick://docs/workflow-roles directly. The skill pack adds the /uberblick (Claude Code) or $uberblick (Codex) command and guided stage flow — it is not a required control plane.
Open an issue for bug reports, feature requests, or questions.