
Xiaolai Init Workspace
Bootstrap a new repo with shared multi-agent instructions and Claude/Gemini/Codex folder layout in one command.
Overview
xiaolai-init-workspace is a plugin marketplace for the Build phase that adds a one-shot multi-agent workspace initializer for Claude, Codex, and Gemini.
What is this marketplace?
- Creates AGENTS.md as shared instructions across Claude Code, Codex CLI, and Gemini CLI
- Generates CLAUDE.md, GEMINI.md, dev-docs/, and .claude/ directory scaffolding
- Writes a comprehensive .gitignore suited to multi-agent projects
- Single init-workspace plugin—one-shot workspace bootstrap
- Multi-agent workspace initialization plugin (xiaolai-init-workspace)
- 1 marketplace plugin (init-workspace)
- Supports 3 agent runtimes named in description: Claude Code, Codex CLI, Gemini CLI
Community signal: 6 GitHub stars.
What problem does it solve?
Starting a multi-agent repo means mismatched CLAUDE.md, Codex, and Gemini configs and no shared AGENTS.md on day one.
Who is it for?
Solo builders opening a fresh repo who will use Claude Code plus Codex or Gemini CLI on the same codebase.
Skip if: Mature monorepos with established agent docs or teams that only use one agent runtime.
What do I get? / Deliverables
After install, running init-workspace yields aligned agent markdown files, .claude/ layout, dev-docs/, and .gitignore ready to commit.
- AGENTS.md, CLAUDE.md, GEMINI.md, .claude/, dev-docs/, and .gitignore
- Repeatable multi-agent workspace layout committed to the repo
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
Workspace initialization happens when you start building with agents—before feature work—so canonical placement is Build. Agent-tooling is the right shelf because the plugin creates AGENTS.md, CLAUDE.md, GEMINI.md, and .claude/ structure for coding agents.
How it compares
Workspace bootstrap plugin, not a skill for shipping, SEO, or production monitoring.
Common Questions / FAQ
Who is Xiaolai Init Workspace for?
Developers who want one shared AGENTS.md and per-agent config files when mixing Claude Code, Codex CLI, and Gemini CLI.
When should I use Xiaolai Init Workspace?
Use it at project kickoff before implementation, when the repo lacks .claude/, dev-docs/, or consistent agent instruction files.
How do I add Xiaolai Init Workspace to my agent?
Install the Xiaolai Init Workspace Claude marketplace plugin, enable the init-workspace plugin, and run its workspace initialization per the plugin README.