chore: add OpenSpec skill bundles for Claude, Codex, and Copilot#46
Open
ninjadq wants to merge 1 commit into
Open
chore: add OpenSpec skill bundles for Claude, Codex, and Copilot#46ninjadq wants to merge 1 commit into
ninjadq wants to merge 1 commit into
Conversation
Vendor the openspec CLI's generated skill/command artifacts so every contributor agent has the same /opsx workflow available without needing to install the skills separately: - .claude/skills/, .claude/commands/opsx — Claude Code slash commands and skill manifests for propose / explore / apply / verify / archive. - .codex/skills/ — same SKILL.md set adapted for Codex. - .github/skills/ and .github/prompts/ — Copilot CLI skill manifests and prompt files (opsx-*.prompt.md). Each set wraps the same `openspec` CLI commands documented in the project's existing OpenSpec baseline, so the workflows stay consistent across editors. No source code or runtime changes. Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
openspecCLI's generated skill/command artifacts into the repository so contributors using Claude Code, Codex, or GitHub Copilot CLI get the same/opsxworkflow without installing skills separately.propose / explore / apply / verify / archiveskill set in three forms:.claude/skills/openspec-*+.claude/commands/opsx/*.md— Claude Code skill manifests and slash commands..codex/skills/openspec-*— Codex skill manifests (same SKILL.md shape)..github/skills/openspec-*+.github/prompts/opsx-*.prompt.md— Copilot CLI skill manifests and prompt files.All three sets wrap the same
openspecCLI commands that already drive the existing OpenSpec baseline merged in #45.No source code, CRD, RBAC, or runtime changes.
Test plan
/opsx:propose,/opsx:apply,/opsx:verify,/opsx:archiveresolve to the vendored skillsopenspec-*skills are discoverable.github/prompts/opsx-*.prompt.mdare picked upmake teststill green (no Go code touched)🤖 Generated with Claude Code