Skip to content

Package the agent-skill suite as a Claude Code and Codex plugin - #48

Merged
shaug merged 1 commit into
mainfrom
scott/37-plugin-packaging
Jul 22, 2026
Merged

Package the agent-skill suite as a Claude Code and Codex plugin#48
shaug merged 1 commit into
mainfrom
scott/37-plugin-packaging

Conversation

@shaug

@shaug shaug commented Jul 22, 2026

Copy link
Copy Markdown
Owner

TL;DR

Package all eight interdependent agent skills as one installable Claude Code and Codex plugin.

Summary

  • Add runtime-native plugin manifests and repository marketplace catalogs for Claude Code and Codex
  • Keep the repository root as the shared plugin payload so skills, scripts, review contracts, and adapter metadata install together
  • Add deterministic package validation to local checks and CI, including shared version and required-resource checks
  • Document plugin installation and the preserved per-skill installation paths

Design decisions

  • Use one logical agent-scripts plugin with matching 0.1.0 manifests for both runtimes
  • Include carve-changesets with the seven original workflow and review skills
  • Keep this release skills-only; no root-level Claude agents, hooks, MCP servers, or apps are added

Validation

  • just format
  • just lint
  • just test (238 tests)
  • just check
  • claude plugin validate .
  • Codex plugin-creator validator
  • Isolated-profile marketplace add and plugin install on Claude Code 2.1.92 and Codex CLI 0.145.0, with all eight skills and bundled resources present
  • Packaged review-correctness smoke invocation on the standalone regression fixture
  • Repository-owned review-code-change: clean at b7ec1b593b9d211cd91101d94d0406c355b2ecd7

Tickets

Fixes #37

## Summary

- Add Claude Code and Codex plugin manifests and repository marketplaces
- Validate the shared eight-skill dependency closure and bundled resources
- Document plugin and per-skill installation paths

## Why

- Install composed workflows with every stable-name dependency available
- Keep both runtime packages versioned and verified as one logical suite
@shaug
shaug merged commit 74620ca into main Jul 22, 2026
1 check passed
@shaug
shaug deleted the scott/37-plugin-packaging branch July 22, 2026 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Package the agent-skill suite as a Claude Code and Codex plugin

1 participant