KAIROS — Developer / Maintainer Umbrella
Developer-scoped, internal. This skill is for maintainers working on
the kairos-mcp repository. End users never need it — they use the kairos
skill. metadata.internal: true keeps it out of user-facing
npx skills add listings while cloned-repo agent hosts still auto-load it
from .agents/skills/.
Everything a maintainer needs is split into focused references. Read the one that matches your task; do not paste their content elsewhere (single source of truth).
Development environment (Docker Compose full stack)
For anything beyond the end-user npx path, run the repository the way CI does: Docker Compose full stack via npm scripts.
- dev-environment.md — spin up the local
full stack (
npm ci,npm run infra:up,dev:deploy), ports, and how it maps to CONTRIBUTING.md. - build-test.md — the authoritative build /
deploy / test contract: npm scripts only, always
dev:deploybeforedev:test. Read this before running any test.
Maintainer workflow index
| Task | Reference |
|---|---|
| Build, deploy, run the test suite | build-test.md |
| Phased end-to-end MCP QA against KAIROS-DEVELOPMENT | mcp-qa-e2e.md |
| Fix a reported bug from reproduction to merge-ready PR | bugfix-ship.md |
| Cut a semver release (RC / patch / minor / major) | release-semver.md |
Human-facing UI/UX specs and accessibility for src/ui/ |
ui-spec.md |
| Run Git without spawning a blocking editor | git-editor-safe.md |
Recover a corrupted Git index / write-tree failure |
git-index-repair.md |
.env* handling and port collisions across worktrees |
worktree-env.md |
| Audit and repair documentation drift (DRY governance) | doc-governance.md |
| Resolve which MCP server id to call (host bridge) | mcp-host-bridge.md |
| Author or edit agent skills in this repo | skill-authoring.md |
Repo Wiki publishing (no skill)
Publishing .qoder/repowiki/en/content/ to the GitHub Wiki is not a manual
skill. Qoder regenerates the RepoWiki, and the
sync-qoder-repowiki-to-github-wiki
workflow runs scripts/sync-wiki.sh
on push to main. See doc-governance.md.