Skip to content

uberblick-ai/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uberblick skills

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.

MCP client setup

Connect your client to the hosted uberblick MCP server at https://uberblick.ai/mcp.

Claude Code

claude mcp add --transport http uberblick https://uberblick.ai/mcp

Claude Code will open a browser for OAuth on first use.

Codex

codex mcp add uberblick --url https://uberblick.ai/mcp

After either command, the MCP-only baseline works immediately. You only need the skill pack if you want the guided /uberblick or $uberblick command.

Install for Claude Code

/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.

Manual install (fallback)

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.

Install for Codex

$skill-installer install https://github.com/uberblick-ai/skills/tree/main/plugins/uberblick/codex

Restart Codex, then type $uberblick to start a session.

Manual install (fallback)

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.

Updating

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.

MCP-only baseline (no installation required)

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.

Issues and feedback

Open an issue for bug reports, feature requests, or questions.

About

skills to work with opinionated uberblick product development flow.

Topics

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors