Skip to content

Ondersteunde tools

OpenSpec werkt met veel AI-codeerassistenten. Wanneer u openspec init uitvoert, configureert OpenSpec geselecteerde tools met uw actieve profiel/workflow-selectie en leveringsmodus.

Hoe het werkt

Voor elke geselecteerde tool kan OpenSpec installeren:

  1. Skills (als levering skills bevat): .../skills/openspec-*/SKILL.md
  2. Commands (als levering commands bevat): tool-specifieke opsx-* commandobestanden

Standaard gebruikt OpenSpec het core-profiel, dat het volgende bevat:

  • propose
  • explore
  • apply
  • sync
  • archive

U kunt uitgebreide workflows inschakelen (new, continue, ff, verify, bulk-archive, onboard) via openspec config profile, en vervolgens openspec update uitvoeren.

Toolmapreferentie

Tool (ID)SkillspadpatroonCommandopadpatroon
Amazon Q Developer (amazon-q).amazonq/skills/openspec-*/SKILL.md.amazonq/prompts/opsx-<id>.md
Antigravity (antigravity).agent/skills/openspec-*/SKILL.md.agent/workflows/opsx-<id>.md
Auggie (auggie).augment/skills/openspec-*/SKILL.md.augment/commands/opsx-<id>.md
IBM Bob Shell (bob).bob/skills/openspec-*/SKILL.md.bob/commands/opsx-<id>.md
Claude Code (claude).claude/skills/openspec-*/SKILL.md.claude/commands/opsx/<id>.md
Cline (cline).cline/skills/openspec-*/SKILL.md.clinerules/workflows/opsx-<id>.md
CodeBuddy (codebuddy).codebuddy/skills/openspec-*/SKILL.md.codebuddy/commands/opsx/<id>.md
Codex (codex).codex/skills/openspec-*/SKILL.md$CODEX_HOME/prompts/opsx-<id>.md*
ForgeCode (forgecode).forge/skills/openspec-*/SKILL.mdNiet gegenereerd (geen commandadapter; gebruik skillgebaseerde /openspec-* aanroepen)
Continue (continue).continue/skills/openspec-*/SKILL.md.continue/prompts/opsx-<id>.prompt
CoStrict (costrict).cospec/skills/openspec-*/SKILL.md.cospec/openspec/commands/opsx-<id>.md
Crush (crush).crush/skills/openspec-*/SKILL.md.crush/commands/opsx/<id>.md
Cursor (cursor).cursor/skills/openspec-*/SKILL.md.cursor/commands/opsx-<id>.md
Factory Droid (factory).factory/skills/openspec-*/SKILL.md.factory/commands/opsx-<id>.md
Gemini CLI (gemini).gemini/skills/openspec-*/SKILL.md.gemini/commands/opsx/<id>.toml
GitHub Copilot (github-copilot).github/skills/openspec-*/SKILL.md.github/prompts/opsx-<id>.prompt.md**
iFlow (iflow).iflow/skills/openspec-*/SKILL.md.iflow/commands/opsx-<id>.md
Junie (junie).junie/skills/openspec-*/SKILL.md.junie/commands/opsx-<id>.md
Kilo Code (kilocode).kilocode/skills/openspec-*/SKILL.md.kilocode/workflows/opsx-<id>.md
Kimi CLI (kimi).kimi/skills/openspec-*/SKILL.mdNiet gegenereerd (geen commandadapter; gebruik skillgebaseerde /skill:openspec-* aanroepen)
Kiro (kiro).kiro/skills/openspec-*/SKILL.md.kiro/prompts/opsx-<id>.prompt.md
Lingma (lingma).lingma/skills/openspec-*/SKILL.md.lingma/commands/opsx/<id>.md
Mistral Vibe (vibe).vibe/skills/openspec-*/SKILL.mdNiet gegenereerd (geen commandadapter; gebruik skillgebaseerde /openspec-* aanroepen)
OpenCode (opencode).opencode/skills/openspec-*/SKILL.md.opencode/commands/opsx-<id>.md
Pi (pi).pi/skills/openspec-*/SKILL.md.pi/prompts/opsx-<id>.md
Qoder (qoder).qoder/skills/openspec-*/SKILL.md.qoder/commands/opsx/<id>.md
Qwen Code (qwen).qwen/skills/openspec-*/SKILL.md.qwen/commands/opsx-<id>.toml
RooCode (roocode).roo/skills/openspec-*/SKILL.md.roo/commands/opsx-<id>.md
Trae (trae).trae/skills/openspec-*/SKILL.mdNiet gegenereerd (geen commandadapter; gebruik skillgebaseerde /openspec-* aanroepen)
Windsurf (windsurf).windsurf/skills/openspec-*/SKILL.md.windsurf/workflows/opsx-<id>.md

* Codex-commands worden geïnstalleerd in de globale Codex-home ($CODEX_HOME/prompts/ indien ingesteld, anders ~/.codex/prompts/), niet in uw projectmap.

** GitHub Copilot-promptbestanden worden herkend als aangepaste slash-commando's in IDE-extensies (VS Code, JetBrains, Visual Studio). Copilot CLI verwerkt momenteel niet direct .github/prompts/*.prompt.md.

Niet-interactieve installatie

Voor CI/CD of scriptgebaseerde installatie gebruikt u --tools (en optioneel --profile):

bash
# Specifieke tools configureren
openspec init --tools claude,cursor

# Alle ondersteunde tools configureren
openspec init --tools all

# Toolconfiguratie overslaan
openspec init --tools none

# Profiel overschrijven voor deze init-run
openspec init --profile core

Beschikbare tool-ID's (--tools): amazon-q, antigravity, auggie, bob, claude, cline, codex, forgecode, codebuddy, continue, costrict, crush, cursor, factory, gemini, github-copilot, iflow, junie, kilocode, kimi, kiro, lingma, opencode, pi, qoder, qwen, roocode, trae, vibe, windsurf

Workflowafhankelijke installatie

OpenSpec installeert workflowartefacten op basis van geselecteerde workflows:

  • Core-profiel (standaard): propose, explore, apply, sync, archive
  • Aangepaste selectie: elke subset van alle workflow-ID's: propose, explore, new, continue, apply, ff, sync, archive, bulk-archive, verify, onboard

Met andere woorden, het aantal skills/commands is profielafhankelijk en leveringsafhankelijk, niet vast.

Gegenereerde skillnamen

Wanneer geselecteerd door profiel/workflow-configuratie, genereert OpenSpec deze skills:

  • openspec-propose
  • openspec-explore
  • openspec-new-change
  • openspec-continue-change
  • openspec-apply-change
  • openspec-ff-change
  • openspec-sync-specs
  • openspec-archive-change
  • openspec-bulk-archive-change
  • openspec-verify-change
  • openspec-onboard

Zie Commands voor commandogedrag en CLI voor init/update-opties.

Gerelateerd