ethanhq
01Plugin Claude Code
Ethan Guo's Claude Code plugins — currently cc-fleet (provider LLM teammates / subagents).
Plugin Claude Code
Ethan Guo's Claude Code plugins — currently cc-fleet (provider LLM teammates / subagents).
Plugin Claude Code
Run any model with an Anthropic- or OpenAI-compatible API (e.g. DeepSeek, GLM, Kimi, Qwen, MiniMax) — even your Codex subscription — as real Claude Code workflows, agent-team teammates, or one-shot subagents, driven exactly like native ones. Your main session's own auth is untouched (OAuth subscription or API key…
Instructions file CodexOpenCode
Instructions for ethanhq/cc-fleet, covering agents.md, coding standards (the essentials) and ai attribution.
Instructions file
Instructions for ethanhq/cc-fleet, covering claude.md, what this is, coding standards (read before editing), ai attribution and build, test, run.
Skill Claude CodeCodex
Fan out a one-shot or flat parallel batch of cc-fleet PROVIDER subagents (headless cc-fleet subagent) that return a result — DeepSeek / GLM / Kimi / Qwen / MiniMax, or a Codex/Claude subscription. Trigger ONLY to delegate a task to a cc-fleet provider worker (parallel research, bulk per-file work, a specialized…
Skill Claude CodeCodex
Orchestrate a MULTI-PHASE, dependent, or resumable run over many cc-fleet PROVIDER subagents from a JS script, off the main context (cc-fleet workflow). Use for fan-out→barrier→synthesis, per-item pipelines, loop-until-dry, or a run that must survive a kill and --resume from its journal. Trigger ONLY to run a cc-fleet…
Hook
Runs when a session starts on startup, executing check-cc-fleet.js via node. From ethanhq/cc-fleet.
Skill Claude CodeCodex
Spawn long-lived provider LLM teammates in tmux panes that you message via the native agent-team tools — multi-turn, collaborative, watchable. Use for sustained parallel build/work ("spawn workers", N teammates on N files), or when you need a collaborator you message across turns. NOT a fire-and-forget one-shot or a…