coco
Health Uyari
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 7 GitHub stars
Code Gecti
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
Open-source library of AI superpowers — 59 skills, 34 commands, 10 agents + 24 GSD subagents, 3 system bundles. An entire team, wherever your AI lives. Vendor-neutral across Claude Code, Cursor, Codex, and any AGENTS.md tool.
An entire team. Wherever your AI lives.
Your AI tool just got 100× more capable.
Free. MIT. 90 seconds.
Install What it does Demos Built on Architecture
One coder typing prompts? That was last year.
Coco turns your AI tool into a team. Multiple agents. Working in parallel.
State that survives. Verification before "done." Free. MIT. Yours.
git clone https://github.com/rkz91/coco.git && cd coco && bash install.sh
What you get
USER-INVOKABLE
93
things you can invoke right after install
59Skills |
34Commands |
10Agents(spawned) |
3Systems |
4Adapters |
15Rules |
$0Forever |
Plus opt-in bundles: +68 GSD skills · +24 GSD agents · +6 Brain skills · Team multi-agent pipelines
Three pillars
A team.
|
State that
|
One install.
|
YOLO mode
|
Skip the approval gates. Let Coco run. |
Use it when: You trust the plan and want to walk away. Long debug runs. Overnight builds. Multi-phase migrations. Atomic commits give you a paper trail and full reversibility — even with autonomy on.
Before Coco vs After Coco
| You ask | Plain Claude Code / Cursor / Codex / Antigravity does | Coco-powered AI does |
|---|---|---|
| "Build a habit tracker" | Generates one component, gets confused on routing, you guide it for 4 hours | Researches the space, picks a stack, plans 5 phases, runs 4 build agents in parallel, verifies, ships — you watch |
| "Audit this code" | "Looks fine!" | 7-category audit: TDZ errors, import mismatches, broken refs, dead code, mock leakage, CSS regressions, React anti-patterns |
| "Debug this" | "Have you tried turning it off and on?" | Reproduces → isolates → diagnoses root → fixes → verifies, with checkpoints at every step |
| "Clone this design" | Generic Tailwind blob | Pixel-perfect single-file HTML with all design tokens extracted, opens in any browser |
| "Write a spec" | 200 words, mostly fluff | 13-section PRD with user stories, success metrics, risks, open questions |
| Context resets | Start over from scratch | Resume exactly where you left off — phases, decisions, tasks all persisted |
See it run
Reverse-engineer any site
|
Catch AI-introduced bugs
|
Debug autonomously
|
Generate a PRD in 30 seconds
|
Design like Apple, not generic AI
|
Build a personal AI brain
|
Power features
CoCo router
|
Multimodal memory
|
Recurring + scheduled agents
|
Email triage suite
|
Workstreams (parallel branches)
|
Workspaces (isolated copies)
|
Hookify (prevent bad behavior)
|
AGENTS.md export
|
Forensics (post-mortem)
|
Caveman mode
|
Multi-agent dispatching
|
Verification gates
|
How it works
flowchart LR
U["You<br/>(slash command, plain English)"] --> AI["Your AI tool"]
AI --> A["Adapter"]
A --> S["Coco artifacts<br/>skills · agents · commands · workflows · systems"]
S -.read at runtime.-> AI
AI --> Agents["Spawned agents<br/>(parallel waves)"]
Agents --> AI
One source of truth. Adapters handle IDE specifics. Skills run multi-agent waves when needed.
Architecture deep-dive: docs/architecture.md.
Install
|
Standard (90 seconds)
Auto-detects your AI tool. |
Via npm (GitHub Packages)
|
|
With orchestration bundles
+68 GSD skills · +24 GSD agents · +6 brain skills · +Team pipelines. |
Update later
|
|
Adapter override
|
Uninstall (clean — symlinks only)
|
Compatible AI tools
| Tool | Adapter | Status |
|---|---|---|
| Claude Code | claude-code | stable |
| Cursor | cursor | stable |
| Codex CLI | codex | stable |
| Aider, Continue, Windsurf, Cline (anything reading AGENTS.md) | generic | stable |
| VS Code (via Continue) | vscode-continue | v0.2 planned |
| Antigravity (Google) | antigravity | v0.2 planned |
Built on
Coco stands on the shoulders of these open-source frameworks. Special thanks to their authors and contributors.
| Project | Author | What it gave Coco |
|---|---|---|
| obra/superpowers | Jesse Vincent (@obra) | The 15 foundational skills — brainstorming, systematic-debugging, test-driven-development, verification-before-completion, dispatching-parallel-agents, and more. The methodology that makes AI agents systematic instead of reactive. |
| gsd-build/get-shit-done | TÂCHES | The 68-skill GSD project orchestration framework. Phases, atomic commits, parallel agent waves, verification gates, state persistence. |
| JCodesMore/ai-website-cloner-template | @JCodesMore | The website cloning approach behind /clone-website. |
| Anthropic Skills spec | Anthropic | The Skill format (frontmatter + markdown body) and discovery pattern. |
| agents.md | community | The vendor-neutral spec that makes Coco's generic adapter possible across Aider, Continue, Windsurf, Cline, and Codex. |
| Anthropic Claude Code | Anthropic | The first-class invocation model for skills, commands, and agents. |
| Cursor | Cursor team | The rules + skills format for one of Coco's primary adapters. |
If you build on top of Coco, please credit it the same way.
Tech specs
| Version | 0.1.0 |
| License | MIT |
| Skills | 59 (+68 in GSD bundle, +6 in Brain bundle) |
| Slash commands | 34 across 6 namespaces |
| Agents | 10 core + 24 GSD subagents (in bundle) = 34 specialized roles |
| System bundles | 3 (GSD, Brain, Team) — opt-in |
| Cross-IDE rules | 15 |
| Stable adapters | Claude Code, Cursor, Codex, Generic AGENTS.md |
| Install time | ≤ 90 seconds |
| Runtime cost | $0 |
| Telemetry | None |
| Accounts required | None |
| Server-side | None — pure local files |
FAQ
Does Coco work with my AI tool?If your tool is Claude Code, Cursor, Codex, Aider, Continue, Windsurf, Cline, or anything reading AGENTS.md — yes. Run bash install.sh --list to see all adapters.
Yes. Coco is pure local files. No SaaS, no telemetry, no accounts, no servers. Everything runs on your machine. Your AI tool's privacy policy applies for any data it sends to its own provider — Coco doesn't add to that.
Does it cost anything?Coco itself is free, MIT-licensed, forever. You only pay for whatever AI tool you use it with (Claude API, OpenAI API, Cursor subscription, etc.). Coco doesn't add cost.
Can I customize a skill?Yes. Every skill is a markdown file under skills/<name>/SKILL.md. Edit it. Re-run bash install.sh to refresh. Or fork and add your own — see CONTRIBUTING.md.
Re-run bash install.sh --adapter cursor. Your skills follow. Coco's whole point is portability.
No. The Claude Code / Cursor adapters use symlinks; non-symlink files at target paths are skipped. Use --dry-run to preview.
find ~/.claude ~/.cursor -type l -lname "*$(pwd)*" -delete
Removes only symlinks pointing into your Coco clone. Your existing skills stay intact.
Can I use just one part of Coco?Yes. Skip the system bundles to keep it minimal (just bash install.sh). Or pick: --systems gsd for orchestration, --systems brain for knowledge, --systems team for multi-agent pipelines.
No. Coco extends your AI tool with a curated library of skills/commands/agents. Your IDE's AI does the actual thinking.
How do I contribute a skill?See CONTRIBUTING.md. Short version: add skills/<name>/SKILL.md with frontmatter, open a PR. We aim to review within a week.
Not yet. Coco is community-maintained. For paid support / custom skills development, open a discussion.
Star history
Coco alongside the frameworks it builds on:
If Coco saves you time, consider starring the repo. We also encourage starring obra/superpowers and gsd-build/get-shit-done — the frameworks Coco stands on.
Browse the library
skills/ · commands/ · agents/ · workflows/ · templates/ · rules/ · systems/ · adapters/ · docs/ · examples/
Top-level docs: Architecture · Install matrix · Getting started · Recommended plugins · Troubleshooting · Contributing · Code of Conduct · Security · Changelog
If Coco saves you time, star the repo. It's the cheapest way to support the project.
Coco · MIT · © Coco Inc · GitHub · Issues · Contribute
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi