Stefano Fiorini f5161f584d feat(do-task): add opencode variant SKILL.md + template (M5)
Ports the claude-code canonical to OpenCode conventions:
- Phase 1 adds Bootstrap Superpowers Context step — uses OpenCode's
  native skill tool to list + verify superpowers/brainstorming,
  superpowers/test-driven-development,
  superpowers/verification-before-completion, and
  superpowers/finishing-a-development-branch before any other phase.
- All sub-skill invocations swapped to OpenCode native skill tool
  with superpowers/<skill> (slash) path format.
- Helper paths swapped to ~/.config/opencode/skills/reviewer-runtime/
  and ~/.config/opencode/skills/do-task/templates/.
- Plan-mode guard removed (OpenCode has no plan-mode concept).
- Prerequisite Check adds opencode --version + Superpowers symlink
  at ~/.config/opencode/skills/superpowers verification.
- Opencode reviewer branch (from M1 research) uses
  `opencode run -m <provider>/<model> --agent plan --format json`
  with fresh-call default and documented opt-in -s <id> resume path.
- Added Required Skill Invocation Rules, Variant Hardening Notes
  — OpenCode, Common Mistakes, and Red Flags sections.
- Template runtime field = opencode; guardrail line updated.

Core-section schema identical across all 4 variants (14 sections).

Reviewer: codex / gpt-5.4. Approved round 1 (0 P0/P1/P2/P3).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 14:30:25 -05:00

ai-coding-skills

Cross-agent skill collection for Codex, Claude Code, OpenCode, and Cursor.

This repo is organized similarly to obra/superpowers and is designed to scale to many skills over time.

Goals

  • Keep skills portable across coding agents.
  • Keep each skill self-contained (skills/<skill-name>/<agent-variant>/SKILL.md + resources).

Repository Layout

ai-coding-skills/
├── README.md
├── docs/
│   ├── README.md
│   ├── ATLASSIAN.md
│   ├── CREATE-PLAN.md
│   ├── IMPLEMENT-PLAN.md
│   └── WEB-AUTOMATION.md
├── skills/
│   ├── _template/
│   │   └── SKILL.md
│   ├── atlassian/
│   │   ├── codex/
│   │   ├── claude-code/
│   │   ├── cursor/
│   │   ├── opencode/
│   │   └── shared/
│   ├── create-plan/
│   │   ├── codex/
│   │   ├── claude-code/
│   │   ├── opencode/
│   │   └── cursor/
│   ├── implement-plan/
│   │   ├── codex/
│   │   ├── claude-code/
│   │   ├── opencode/
│   │   └── cursor/
│   └── web-automation/
│       ├── codex/
│       ├── claude-code/
│       └── opencode/
├── .codex/
├── .claude-plugin/
├── .opencode/
│   └── plugins/
├── commands/
├── hooks/
└── tests/

Skills

Skill Agent Variant Purpose Status Docs
atlassian codex Portable Jira and Confluence workflows through a shared Cloud-first CLI Ready ATLASSIAN
atlassian claude-code Portable Jira and Confluence workflows through a shared Cloud-first CLI Ready ATLASSIAN
atlassian opencode Portable Jira and Confluence workflows through a shared Cloud-first CLI Ready ATLASSIAN
atlassian cursor Portable Jira and Confluence workflows through a shared Cloud-first CLI Ready ATLASSIAN
create-plan codex Structured planning with milestones, iterative cross-model review, and runbook-first execution workflow Ready CREATE-PLAN
create-plan claude-code Structured planning with milestones, iterative cross-model review, and runbook-first execution workflow Ready CREATE-PLAN
create-plan opencode Structured planning with milestones, iterative cross-model review, and runbook-first execution workflow Ready CREATE-PLAN
create-plan cursor Structured planning with milestones, iterative cross-model review, and runbook-first execution workflow Ready CREATE-PLAN
implement-plan codex Worktree-isolated plan execution with iterative cross-model milestone review Ready IMPLEMENT-PLAN
implement-plan claude-code Worktree-isolated plan execution with iterative cross-model milestone review Ready IMPLEMENT-PLAN
implement-plan opencode Worktree-isolated plan execution with iterative cross-model milestone review Ready IMPLEMENT-PLAN
implement-plan cursor Worktree-isolated plan execution with iterative cross-model milestone review Ready IMPLEMENT-PLAN
web-automation codex CloakBrowser-backed browsing, scraping, auth, flow automation, and install validation Ready WEB-AUTOMATION
web-automation claude-code CloakBrowser-backed browsing, scraping, auth, flow automation, and install validation Ready WEB-AUTOMATION
web-automation opencode CloakBrowser-backed browsing, scraping, auth, flow automation, and install validation Ready WEB-AUTOMATION
  • Docs index: docs/README.md
  • Atlassian guide: docs/ATLASSIAN.md
  • Create-plan guide: docs/CREATE-PLAN.md
  • Implement-plan guide: docs/IMPLEMENT-PLAN.md
  • Web-automation guide: docs/WEB-AUTOMATION.md

Compatibility Policy

Each skill should explicitly document agent compatibility and any prerequisites directly in its own SKILL.md.

S
Description
Cross-agent coding skills for Codex, Claude Code, and OpenCode
Readme 1.9 MiB
Languages
TypeScript 70.9%
JavaScript 22.9%
Shell 6.2%