Skip to content

Coco v0.1.0 — initial public OSS release

Choose a tag to compare

@coco-research coco-research released this 25 Apr 23:24
· 22 commits to main since this release

First public release of Coco. MIT licensed.

Highlights

  • 59 skills across foundational, PM, engineering, design, ops, and meta domains
  • 34 namespaced slash commands (team, email, design, eng, pm, util)
  • 10 specialized subagents (code-reviewer, pm-advisor, mcp-specialist, refactoring-specialist, test-guardian, typescript-pro, ui-ux-designer, ai-engineer, data-specialist, database-architect)
  • 3 system bundlesgsd (68 orchestration skills + 24 GSD subagents), brain (6 knowledge skills), team (multi-agent pipelines)
  • 4 stable IDE adapters — Claude Code, Cursor, Codex CLI, Generic AGENTS.md
  • Single-entry installer with auto-detection — bash install.sh
  • npm wrapperpackage.json shipped (publish to npm pending)
  • Homebrew formulaFormula/coco.rb shipped (tap repo pending)

Install

```bash
git clone https://github.com/rijulkalra2000/coco.git && cd coco && bash install.sh
```

Add orchestration bundles:

```bash
bash install.sh --systems gsd,brain,team
```

Documentation

Built on

See CHANGELOG.md for full release notes.

Coming in v0.2

  • VS Code adapter (via Continue)
  • Antigravity adapter
  • INDEX auto-regen in CI
  • Skill creation wizard