๐Ÿ“Š
AI EngineeringSwift

CodexBar

by steipete

CodexBar is an AI Engineering skill for Claude Code, published by steipete in CodexBar.

20.1K stars1.7K forkson steipete/CodexBarAdded 2026/08/14Repository updated 2026/08/14
aiclaude-codecodexswift
Install in seconds
Install CodexBar
Copy CodexBar into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/steipete/CodexBar/tree/main/.agents/skills/codexbar ~/.claude/skills/codexbar

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/steipete/CodexBar.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/codexbar/SKILL.md in steipete/CodexBar
Installs to
~/.claude/skills/codexbar
Collection
One of 3 skills cataloged from this repository
Category
AI Engineering โ€” 2451 skills

What CodexBar does

CodexBar reads provider usage, limits, credits, and configuration health from the CodexBar CLI, returning JSON output. Use it to inspect enabled providers and diagnose install/config state without mutating anything.

CodexBar is cataloged under AI Engineering on DirSkills. CodexBar comes from a repository tagged ai, claude-code, codex and swift.

Documentation

README

CodexBar

Read CodexBar. Never mutate config/auth.

Run

skill="${CODEX_HOME:-$HOME/.codex}/skills/codexbar"
"$skill/scripts/codexbar" doctor
"$skill/scripts/codexbar" providers
"$skill/scripts/codexbar" usage
"$skill/scripts/codexbar" usage --provider codex
"$skill/scripts/codexbar" usage --all

All stdout: JSON. Upstream CodexBar shape kept. Less drift, fewer tokens.

Rules

This is the opening of the README. Read the full README on GitHub.

Frequently asked about CodexBar

  • What else does steipete publish alongside CodexBar?

    CodexBar is one of 3 skills that DirSkills catalogs from steipete/CodexBar, the repository it ships in. Its siblings there include CodexBar Live QA and CodexBar Release. Each one is a separate skill with its own page in this directory, installs the same way CodexBar does, and is maintained by steipete in that same repository. The rest of the collection is listed on the steipete/CodexBar page.

  • How does CodexBar compare to other AI Engineering skills?

    CodexBar ranks #264 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of CodexBar against them. Open each page to compare what they document and how they install.