{"id":50412314,"url":"https://github.com/cskwork/multica-skill","last_synced_at":"2026-05-31T04:04:54.343Z","repository":{"id":357515155,"uuid":"1237108248","full_name":"cskwork/multica-skill","owner":"cskwork","description":"Harness-agnostic skill bundle for Multica — drives any board ticket through an explore→work→review→qa→learn pipeline across Claude Code / Codex / Gemini / OpenCode / Pi.","archived":false,"fork":false,"pushed_at":"2026-05-13T04:06:22.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-13T06:18:12.144Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://multica.ai","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cskwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-12T22:08:32.000Z","updated_at":"2026-05-13T04:06:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cskwork/multica-skill","commit_stats":null,"previous_names":["cskwork/multica-skill"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/cskwork/multica-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Fmultica-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Fmultica-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Fmultica-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Fmultica-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cskwork","download_url":"https://codeload.github.com/cskwork/multica-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Fmultica-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33718496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-31T04:04:53.546Z","updated_at":"2026-05-31T04:04:54.337Z","avatar_url":"https://github.com/cskwork.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# multica-skill\n\nHarness-agnostic skill bundle that turns any [Multica](https://multica.ai) board into a **full coding pipeline** — `todo → explore → work → review → qa → done` — drivable from Claude Code, Codex, Gemini, OpenCode, Pi, Cursor, Copilot, or Hermes.\n\n\u003e One ticket. Many agents. Each phase a fresh context. Failures rewind to `work`, not into the void.\n\n---\n\n## What's inside\n\n| Skill | Purpose |\n|-------|---------|\n| **`multica`** | Day-to-day Multica CLI guide — login, issues, agents, daemon, autopilot. |\n| **`multica-workflow`** | Symphony-style 5-lane pipeline mapped onto Multica's fixed 7 states via `phase:*` labels. Per-lane prompt templates + a small `multica-flow` CLI to advance/rewind tickets. |\n| **`multica-onboarding`** | First-run bootstrap that registers three battle-tested default skills: **obra/superpowers**, **leweii/atlassian-cli**, and **Playwright**. |\n\nThe whole bundle is plain `SKILL.md` + bash, so every harness that reads markdown can consume it.\n\n---\n\n## Install\n\n### Option 1 — Via Multica (recommended)\n\nMultica has native skill import from GitHub:\n\n```bash\nmultica skill import https://github.com/cskwork/multica-skill\nmultica skill list | grep multica\n```\n\nThen enable the bundle in any agent:\n\n```bash\nmultica agent update \u003cagent-slug\u003e --skill multica --skill multica-workflow --skill multica-onboarding\n```\n\n### Option 2 — Any other harness\n\n```bash\ngit clone https://github.com/cskwork/multica-skill ~/.multica-skill\ncd ~/.multica-skill\n./install.sh\n```\n\n`install.sh` detects what's installed (`claude`, `codex`, `gemini`, `opencode`, `pi`, `cursor`, `droid`) and runs the matching adapter. You can also target one explicitly:\n\n```bash\n./install.sh claude-code    # ~/.claude/skills/\n./install.sh codex          # ~/.codex/commands/\n./install.sh gemini         # gemini extensions install\n./install.sh opencode       # ~/.config/opencode/commands/\n./install.sh pi             # ~/.pi/skills/\n```\n\nAfter install, run the onboarding skill from inside your harness:\n\n```\n/multica-onboarding\n```\n\nIt will:\n1. Verify `multica` CLI is installed and authenticated.\n2. Register `obra/superpowers` (via your harness's plugin/extension system).\n3. Drop `leweii/atlassian-cli`'s `SKILL.md` into your skills dir (no-op if `acli` itself isn't installed).\n4. Install `@playwright/test` + browsers into the current project, plus the `playwright-cli-skill`.\n\n---\n\n## The pipeline\n\nMultica's states are fixed: `backlog | todo | in_progress | in_review | done | blocked | cancelled`. multica-workflow layers Symphony's richer lane semantics on top using **labels**:\n\n```\nbacklog ─▶ todo ─▶ in_progress ─▶ in_progress ─▶ in_review ─▶ in_review ─▶ done\n          phase:    phase:         phase:         phase:        phase:\n          explore   work           review         qa            learn\n```\n\nSeverity-based rewinds:\n\n- **Review** finds CRITICAL / HIGH / MEDIUM → ticket bounces back to `in_progress / phase:work` with a fresh context. The agent reads `## Review Findings` (written into the ticket comments) and fixes only those.\n- **QA** fails → same rewind, agent reads `## QA Failure`.\n- Three consecutive QA failures on the same ticket → `blocked` + human ping.\n\nSee [`docs/WORKFLOW.md`](docs/WORKFLOW.md) for the full state diagram and [`skills/multica-workflow/lanes/`](skills/multica-workflow/lanes/) for the per-lane prompts.\n\n---\n\n## Quick taste\n\n```bash\n# Create a ticket and start the pipeline\nmultica issue create --title \"Add CSV export to /reports\" --label \"phase:explore\"\n# → returns MUL-142\n\n# Assign the explorer agent — Multica auto-starts it\nmultica issue assign MUL-142 --agent claude-explorer\n\n# That's it. The agent writes ## Domain Brief into the ticket, swaps the label to\n# phase:work, sets state=in_progress, and Multica's daemon picks the next phase.\n# Watch progress:\nmultica issue get MUL-142\nmultica daemon logs -f\n```\n\nFor an end-to-end walkthrough, see [`examples/csv-export-walkthrough.md`](examples/csv-export-walkthrough.md).\n\n---\n\n## Harness compatibility matrix\n\n| Harness | Skill path | Adapter | Status |\n|---------|-----------|---------|--------|\n| Multica (native) | `multica skill import` | n/a | ✅ first-class |\n| Claude Code | `~/.claude/skills/\u003cname\u003e/SKILL.md` | `adapters/claude-code.sh` | ✅ |\n| Codex CLI | `~/.codex/commands/\u003cname\u003e.md` | `adapters/codex.sh` | ✅ |\n| Gemini CLI | `gemini extensions install` | `adapters/gemini.sh` | ✅ |\n| OpenCode | `~/.config/opencode/commands/\u003cname\u003e.md` | `adapters/opencode.sh` | ✅ |\n| Pi | `~/.pi/skills/\u003cname\u003e/SKILL.md` | `adapters/pi.sh` | ✅ |\n| Cursor | `.cursor/rules/\u003cname\u003e.mdc` | (via Multica or manual) | ⚠️ partial |\n| Copilot | `.github/copilot-instructions.md` | (via Multica) | ⚠️ partial |\n\nMultica's own agent system (Claude Code, Codex, Cursor, Copilot, Gemini, Hermes — 11 total) receives the skill through `multica skill import` regardless of which adapter you pick locally.\n\n---\n\n## Repo layout\n\n```\nmultica-skill/\n├── skills/\n│   ├── multica/              # CLI usage guide\n│   ├── multica-workflow/     # pipeline orchestration\n│   │   ├── lanes/            # per-phase prompt templates\n│   │   └── scripts/          # flow-next.sh, flow-rewind.sh\n│   └── multica-onboarding/   # default-skill bootstrap\n│       └── scripts/          # install-{superpowers,atlassian,playwright}.sh\n├── adapters/                 # per-harness install scripts\n├── bin/                      # multica-flow, multica-skill entrypoints\n├── templates/                # workflow.yaml, ticket.md\n├── docs/                     # WORKFLOW.md, HARNESSES.md, ARCHITECTURE.md\n└── examples/                 # end-to-end walkthroughs\n```\n\n---\n\n## License\n\nMIT. See [LICENSE](LICENSE).\n\n## Credits\n\n- Pipeline shape ported from [cskwork/symphony-multi-agent](https://github.com/cskwork/symphony-multi-agent).\n- Default skill picks: [obra/superpowers](https://github.com/obra/superpowers), [leweii/atlassian-cli](https://github.com/leweii/atlassian-cli), [Microsoft Playwright](https://playwright.dev).\n- Built for [Multica](https://multica.ai)'s board + agent platform.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcskwork%2Fmultica-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcskwork%2Fmultica-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcskwork%2Fmultica-skill/lists"}