create-bloxysuite
v0.1.0
Published
CLI scaffolding tool for modern web projects with AI agent docs, skills, and smart editor launching
Maintainers
Readme
create-bloxysuite
A CLI scaffolding tool that creates modern web projects pre-configured with AI agent docs, skills, and smart editor integration.
Why?
Every new project needs the same setup: pick a framework, configure it, add AI agent instructions, install skills, init git, and open your editor. create-bloxysuite does all of that in one command.
Quick Start
bunx create-bloxysuiteWhat It Does
- Project naming — asks for your project name upfront
- Package manager — choose bun, npm, pnpm, yarn, or a custom binary
- Framework scaffolding — runs the official create CLI interactively (you get the full native setup experience)
- AI agent docs — generates framework-specific instruction files (CLAUDE.md, .cursorrules, AGENTS.md, GEMINI.md, .windsurfrules, CODEX.md, .github/copilot-instructions.md) with auto-detection of installed tools
- Skills — installs AI agent skills from skills.sh with framework-aware recommendations
- Git — initializes a repo with an initial commit and a
devbranch - Editor launch — detects and opens your preferred editor or AI agent
Supported Frameworks
| Category | Frameworks | |----------|-----------| | Frontend | Next.js, Vite (React/Vue/Svelte), TanStack Start, Remix, Astro, Nuxt, SvelteKit | | Backend | Elysia, Hono, Express | | Mobile | Expo (React Native) | | Desktop | Tauri |
Supported Editors & AI Agents
Auto-detected from your system:
- Editors: Cursor, VS Code, Windsurf
- AI Agents: Claude Code, Codex, Gemini CLI, OpenCode
Agent Docs
The generated agent doc files contain framework-specific context:
- Project overview and architecture
- File structure guide
- Best practices and pitfalls
- Common commands
- Key dependencies
- Documentation links
Each file is formatted for its target tool (Claude Code reads CLAUDE.md, Cursor reads .cursorrules, etc).
Requirements
- Bun >= 1.1.0
Development
# Clone the repo
git clone https://github.com/your-org/bloxysuite.git
cd bloxysuite
# Install dependencies
bun install
# Run locally
bun run dev
# Type check
bun run typecheck
# Lint
bunx biome check .
# Format
bunx biome format . --writeLicense
MIT
