
Claude Skills by continuouscoordination
github.com/continuouscoordinationUse when writing, drafting, improving, or reviewing a Continuous Coordination team check-in or goal story update — whether as a writing aid for a person or when an agent composes one autonomously. Covers what makes an update clear and useful — adding context beyond the bare activity, right length, unambiguous people references, scannable bullets — and how to submit it to either a CoCo server or Steady. Trigger when the user asks to write/draft/polish a check-in, a "previously"/"next"/"blocker...
Use this skill when writing code, scripts, or automations that interact with a Continuous Coordination (CoCo) reference server — the open-source implementation at github.com/continuouscoordination/coco-server, a PostgREST API over PostgreSQL exposing the six CoCo schema entities (actors, teams, team check-ins, goal stories, goal story updates, coordination events). Covers running the stack, the base URL (`http://localhost:2626`), PostgREST query/filter conventions, the auto-generated OpenAPI ...