Soju06Soju06Communityยท17 Agent Skills Included

codex-lb

Load balance multiple ChatGPT accounts with usage tracking dashboard

Pools multiple ChatGPT accounts behind one OpenAI-compatible proxy and balances requests across them. Tracks per-account tokens, costs, and 28-day usage trends while enforcing per-key rate limits. Removes manual account switching and quota guesswork with a live dashboard, API keys, and automatic model sync.
npx skills add Soju06/codex-lb --all -g -y
Available:

Tells the AI agent to follow the OpenSpec-first workflow, auto-apply project coding conventions on edits, and enforce merge gates and review rules when changing this repository.

All Skills in This Repository (17)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
Soju06Soju06

openspec-apply-change

Implement OpenSpec change tasks and update progress via the openspec CLI.

Community
Advanced
๐Ÿ“ฆ In Repo
Soju06Soju06

openspec-explore

Explore ideas and requirements with ASCII diagrams and OpenSpec artifacts.

Community
Intermediate
๐Ÿ“ฆ In Repo
Soju06Soju06

web-design-guidelines

Fetch latest Web Interface Guidelines and review UI code for violations.

Community
Intermediate
๐Ÿ“ฆ In Repo
Soju06Soju06

codex-review-loop

Review pull requests and uncommitted changes with AI, then fix and verify iteratively.

Community
Advanced
๐Ÿ“ฆ In Repo
Soju06Soju06

openspec-verify-change

Verify software implementations against openspec artifacts for completeness, correctness, and coherence.

Community
Advanced
๐Ÿ“ฆ In Repo
Soju06Soju06

project-conventions

Enforce Python coding conventions for typing, data contracts, and module structure.

Community
Intermediate
๐Ÿ“ฆ In Repo
Soju06Soju06

openspec-new-change

Initiate a new OpenSpec change with an artifact-driven workflow.

Community
Intermediate
๐Ÿ“ฆ In Repo
Soju06Soju06

openspec-archive-change

Archive completed openspec changes after verifying artifacts and tasks.

Community
Advanced
๐Ÿ“ฆ In Repo
Soju06Soju06

openspec-context-docs

Separate normative requirements into spec.md and narrative context into context.md files.

Community
Basic
๐Ÿ“ฆ In Repo
Soju06Soju06

openspec-onboard

Guide users through the OpenSpec change cycle from task selection to archiving.

Community
Advanced
๐Ÿ“ฆ In Repo
Soju06Soju06

openspec-bulk-archive-change

Archive multiple completed changes while resolving spec conflicts via codebase inspection.

Community
Advanced
๐Ÿ“ฆ In Repo
Soju06Soju06

openspec-continue-change

Creates the next OpenSpec artifact from parsed status and templates via the openspec CLI.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install codex-lb?โ–ผ

Run `npx skills add Soju06/codex-lb --all -g -y` in your terminal to install all skills in this suite globally.

What does codex-lb do?โ–ผ

It load balances requests across multiple ChatGPT accounts, tracks token usage and costs per account, and exposes one OpenAI-compatible endpoint for clients like Codex CLI and OpenCode.

How do I run the codex-lb server?โ–ผ

Start it with Docker, `uvx codex-lb`, or `nix run github:Soju06/codex-lb`, then open localhost:2455 to add accounts in the dashboard.

Does codex-lb work with Codex CLI and OpenCode?โ–ผ

Yes. Point any OpenAI-compatible client at its local endpoint, and remote clients authenticate with API keys created in the dashboard.

What do the included agent skills help with?โ–ผ

They guide AI agents through spec-driven changes, adversarial code review loops, project conventions, and React performance best practices when working on this codebase.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’