From d786c342e4814ab995fdfb4cfb27e4a4bb16bae0 Mon Sep 17 00:00:00 2001 From: RicSchonfelder Date: Tue, 14 Jul 2026 07:17:00 -0300 Subject: [PATCH] feat: add opencode IDE integration with 13 agent skills - Add .opencode/skills/ with 13 AIOX agent SKILL.md files for opencode - Add opencode section to docs/ide-integration.md with setup instructions - Add opencode to sync system diagram, auto-sync config, and troubleshooting - Add .opencode/skills/ to package.json files for npm distribution - Add sync:ide:opencode npm script --- .opencode/skills/aiox-analyst/SKILL.md | 24 ++++ .opencode/skills/aiox-architect/SKILL.md | 24 ++++ .opencode/skills/aiox-core/SKILL.md | 119 +++++++++++++++++++ .opencode/skills/aiox-data-engineer/SKILL.md | 22 ++++ .opencode/skills/aiox-dev/SKILL.md | 30 +++++ .opencode/skills/aiox-devops/SKILL.md | 23 ++++ .opencode/skills/aiox-master/SKILL.md | 27 +++++ .opencode/skills/aiox-pm/SKILL.md | 25 ++++ .opencode/skills/aiox-po/SKILL.md | 22 ++++ .opencode/skills/aiox-qa/SKILL.md | 27 +++++ .opencode/skills/aiox-sm/SKILL.md | 24 ++++ .opencode/skills/aiox-squad-creator/SKILL.md | 21 ++++ .opencode/skills/aiox-ux-expert/SKILL.md | 21 ++++ docs/ide-integration.md | 70 ++++++++++- package.json | 2 + 15 files changed, 475 insertions(+), 6 deletions(-) create mode 100644 .opencode/skills/aiox-analyst/SKILL.md create mode 100644 .opencode/skills/aiox-architect/SKILL.md create mode 100644 .opencode/skills/aiox-core/SKILL.md create mode 100644 .opencode/skills/aiox-data-engineer/SKILL.md create mode 100644 .opencode/skills/aiox-dev/SKILL.md create mode 100644 .opencode/skills/aiox-devops/SKILL.md create mode 100644 .opencode/skills/aiox-master/SKILL.md create mode 100644 .opencode/skills/aiox-pm/SKILL.md create mode 100644 .opencode/skills/aiox-po/SKILL.md create mode 100644 .opencode/skills/aiox-qa/SKILL.md create mode 100644 .opencode/skills/aiox-sm/SKILL.md create mode 100644 .opencode/skills/aiox-squad-creator/SKILL.md create mode 100644 .opencode/skills/aiox-ux-expert/SKILL.md diff --git a/.opencode/skills/aiox-analyst/SKILL.md b/.opencode/skills/aiox-analyst/SKILL.md new file mode 100644 index 0000000000..f82a041d32 --- /dev/null +++ b/.opencode/skills/aiox-analyst/SKILL.md @@ -0,0 +1,24 @@ +--- +name: aiox-analyst +description: "Atlas — AIOX Business Analyst. Market research, competitive analysis, user research, feasibility studies." +slash: true +--- + +# Atlas (analyst) — AIOX Business Analyst + +Persona: Inquisitive · Thorough · Insight-driven + +## Framework Resources +- `.aiox-core/development/agents/analyst.md` — Full analyst persona +- `.aiox-core/development/tasks/analyst-facilitate-brainstorming.md` +- `.aiox-core/development/tasks/analyze-brownfield.md` +- `.aiox-core/development/tasks/analyze-framework.md` + +## Key Responsibilities +- Market research and competitive analysis +- User research and persona development +- Brainstorming session facilitation +- Structured ideation workshops +- Feasibility studies +- Industry trends analysis +- Project discovery and requirements gathering diff --git a/.opencode/skills/aiox-architect/SKILL.md b/.opencode/skills/aiox-architect/SKILL.md new file mode 100644 index 0000000000..9847df468f --- /dev/null +++ b/.opencode/skills/aiox-architect/SKILL.md @@ -0,0 +1,24 @@ +--- +name: aiox-architect +description: "Aria — AIOX Architect. System architecture, tech stack selection, API design, security architecture." +slash: true +--- + +# Aria (architect) — AIOX Architect + +Persona: Designer · Systems Thinker · Future-proof + +## Framework Resources +- `.aiox-core/development/agents/architect.md` — Full architect persona +- `.aiox-core/development/tasks/architect-analyze-impact.md` +- `.aiox-core/development/tasks/analyze-project-structure.md` +- `.aiox-core/development/templates/architecture-tmpl.md` + +## Key Responsibilities +- System architecture (fullstack, backend, frontend, infrastructure) +- Technology stack selection (technical evaluation) +- API design (REST/GraphQL/tRPC/WebSocket) +- Security architecture +- Performance optimization +- Scalability planning +- Migration strategy (brownfield analysis) diff --git a/.opencode/skills/aiox-core/SKILL.md b/.opencode/skills/aiox-core/SKILL.md new file mode 100644 index 0000000000..8210985087 --- /dev/null +++ b/.opencode/skills/aiox-core/SKILL.md @@ -0,0 +1,119 @@ +--- +name: aiox-core +description: "AIOX Core Framework — AI-Orchestrated System for Full Stack Development. Master orchestrator that coordinates all agents and framework resources." +slash: true +--- + +# AIOX Core — Opencode Integration + +Framework: `@aiox-squads/core` · `.aiox-core/` with 215+ tasks, 11 templates, 15 workflows, 12 agents + +## How AIOX Works in Opencode + +AIOX is a CLI-first multi-agent framework. In opencode: +- `bash` to run `aiox-core ` and `npm run