xiaolai

264 mods across 11 repositories, 996 stars between them.

grok-preflight

121

xiaolai/cc-suite

Command

Check Grok Build (xAI) readiness — binary on PATH, authentication, and available models. Fast and local (no network round-trip).

44 23d ago C 29 tokens original ISC

grok

122

xiaolai/cc-suite

Command

Delegate a prompt to Grok Build (xAI) over the Agent Client Protocol (ACP), with bounded execution and shared job tracking. The Claude → Grok delegation lane.

44 23d ago C 35 tokens original ISC

implement

123

xiaolai/cc-suite

Command

Send a plan to Codex MCP for full autonomous implementation — choose model, effort, and sandbox level.

44 23d ago A 20 tokens original ISC

init

124

xiaolai/cc-suite

Command

Initialize cc-suite for the current project — sets up the AGENTS.md bridge, registers Codex, Claude, and Antigravity MCP surfaces, and generates a .cc-suite.md config.

44 23d ago A 37 tokens original ISC

list-agents

125

xiaolai/cc-suite

Command

List every cc-suite advisor agent registered in this project — name, consult tool, model, tool scope, and one-line description.

44 23d ago A 26 tokens original ISC

migrate-google

126

xiaolai/cc-suite

Command

Migrate a legacy Gemini CLI setup to Antigravity CLI and establish the cc-suite workspace bridge.

44 23d ago C 19 tokens original ISC

qwen-preflight

127

xiaolai/cc-suite

Command

Check local Qwen Code readiness for the bounded review runner without sending a model prompt or inspecting credentials.

44 23d ago A 20 tokens original ISC

qwen-review

128

xiaolai/cc-suite

Command

Send a bounded, read-only review to Qwen Code with sandboxing, isolated target copies, strict completion detection, verified hashes, and limited session resume.

44 23d ago A 31 tokens original ISC

refresh-knowledge

129

xiaolai/cc-suite

Command

Refresh Claude Code convention knowledge — fetch latest docs via context7 and update the reference skill.

44 23d ago A 17 tokens original ISC

remove-agent

130

xiaolai/cc-suite

Command

Remove a cc-suite advisor agent — deletes the .cc-suite/agents/ .md file and re-runs the bridge to clean up its registrations and (optionally) its timeline.

44 23d ago C 39 tokens original ISC

repair

131

xiaolai/cc-suite

Command

Non-interactive re-run of all cc-suite bridge and registration scripts. No questions asked — idempotent, safe to re-run at any time. Use when /cc-suite:diagnose finds issues it could not auto-fix, or when the setup is in an inconsistent state.

44 23d ago A 57 tokens original ISC

result

132

xiaolai/cc-suite

Command

Fetch stored output from a completed Codex job.

44 23d ago A 9 tokens original ISC

review-plan

133

xiaolai/cc-suite

Command

Send a plan to Codex for architectural review — checks consistency, completeness, feasibility, ambiguity, and risk.

44 23d ago A 21 tokens original ISC

setup

134

xiaolai/cc-suite

Command

Check Codex readiness and manage the stop-time review gate.

44 23d ago A 11 tokens original ISC

status

135

xiaolai/cc-suite

Command

Show active and recent Codex or Antigravity jobs — background tasks, running audits, completed results.

44 23d ago A 20 tokens original ISC

sync-mcp

136

xiaolai/cc-suite

Command

Synchronize Claude Code project MCP servers into Codex and Antigravity workspace configs.

44 23d ago A 17 tokens original ISC

unbridge

137

xiaolai/cc-suite

Command

Tear down the cc-suite artifacts in the current repo. Does not delete CLAUDE.md content or .claude/, only the bridge layer.

44 23d ago A 30 tokens original ISC

update

138

xiaolai/cc-suite

Command

Refresh the cc-suite bridge after updating the plugin. Re-renders MCP registrations, pre-warms the npx cache for the pinned claude-octopus, and verifies the pin actually boots and speaks MCP.

44 23d ago A 42 tokens original ISC

verify

139

xiaolai/cc-suite

Command

Verification auditor — confirms fixes from a previous audit report.

44 23d ago A 10 tokens original ISC

SessionStart

140

xiaolai/cc-suite

Hook

Runs when a session starts, executing session-lifecycle-hook.mjs via node. From xiaolai/cc-suite.

44 23d ago A tokens not measured copy · 61% ISC

SessionEnd

141

xiaolai/cc-suite

Hook

Runs when a session ends, executing session-lifecycle-hook.mjs via node. From xiaolai/cc-suite.

44 23d ago A tokens not measured copy · 100% ISC

Stop

142

xiaolai/cc-suite

Hook

Runs when the agent finishes a response, executing stop-review-gate-hook.mjs via node. From xiaolai/cc-suite.

44 23d ago A tokens not measured copy · 56% ISC

agent-design

143

xiaolai/cc-suite

Skill Claude CodeCodex

Use when creating, editing, or reviewing a cc-suite advisor agent (a value-over-rules persona under .cc-suite/agents/). Covers system-prompt phrasing, model choice, tool restrictions, working-dir scoping, budget/turn limits, and the file format. Use proactively whenever the user asks to "add an agent", "make an…

44 23d ago A 92 tokens original ISC

audit-fix

144

xiaolai/cc-suite

Skill Claude CodeCodex

Full audit→fix→verify cycle: Claude audits, Codex fixes, Claude verifies. Repeats up to 3 rounds until all issues are resolved or the user stops. Claude does all code reading and judgment; Codex does all file editing.

44 23d ago A 55 tokens original ISC