Stop merge conflicts before they happen. Coware syncs shared API specs to every AI agent on your team. They read the spec first, write compatible code, and merge without conflicts.
When multiple devs use AI agents (Claude Code, Cursor, Copilot) on the same project, each agent makes its own assumptions about API contracts. One names a field userId, another uses user_id. Merge time = chaos.
Coware gives every agent the same interface spec before they start coding. All agents write compatible code. Merges just work.
npx skills add shitianfang/coware-skillsInstalling the Coware skill turns your project into a Harness environment with automatic feedback loops:
| Hook | When | What Happens |
|---|---|---|
| SessionStart | Every session | Pulls latest specs from server automatically |
| PostToolUse | Every code edit | Checks if changes affect spec-defined interfaces |
| Stop | Before task ends | Blocks completion until specs are in sync and code is compliant |
No manual setup needed. Install the skill, and the feedback system is active.
Type /coware in Claude Code, or let it trigger automatically when working on a team project.
The skill walks your agent through setup automatically:
- Login with GitHub
- Create or join a project
- Agent scans your codebase and generates interface specs
- Specs sync to Coware server
The skill automatically:
- Pulls latest specs from the server
- Reads all specs before coding
- Follows specs to write compatible code
- Syncs updated specs after changes
Session starts → specs auto-pulled from server
↓
Agent reads specs → understands constraints
↓
Agent writes code → PostToolUse hook validates against specs
↓ ↓
Conforming Not conforming
↓ ↓
Continue Auto-warns → agent fixes
↓
Task complete? → Stop hook checks:
↓ ↓
Specs in sync? Teammates pushed changes?
↓ ↓
Yes → Done No → Blocked until resolved
- Understand — Pull and read all specs before coding
- Plan — Identify which specs you'll follow vs. modify
- Implement — Code with automatic validation (hooks handle this)
- Verify — Stop hook ensures compliance before you finish
- Claude Code (full Harness support with hooks)
- Cursor (spec workflow, no hooks)
- GitHub Copilot
- Windsurf
- Any agent that supports the Skills standard
After setup, share your invite code with teammates. They install this skill, run /coware, and they're synced instantly.
- Website: coware.team
- Documentation: coware.team/llms.txt
MIT