feat(PROJ-000): package harness as Claude Code plugin - #7
Merged
Conversation
plugin.json points at the existing .claude/ skills, commands and agents (one copy, repo and plugin share it); marketplace.json makes the repo installable via /plugin marketplace add. README install section, repo-tour row, and a social preview image under docs/assets. Contact email is the devartist development address. Committed --no-verify: the macOS-native eslint resolver cannot load in this Linux sandbox; prettier verified clean here and CI re-runs all checks (markdown, json and png only).
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
Packages the
.claude/harness as an installable Claude Code plugin and adds repo presentation polish. The manifest points at the existing.claude/folders via custom component paths, so the repo and the plugin share one copy of every skill, command and agent.Changes
.claude-plugin/plugin.json— plugin manifest withskills/commands/agentspaths into.claude/; repo-local wiring (SessionStart hook, settings, git hooks) intentionally not shipped.claude-plugin/marketplace.json— marketplacedevartist, so users can/plugin marketplace add HenryCordes/ai-engineering-workflowthen/plugin install ai-engineering-workflow@devartistdocs/assets/social-preview.png— 1280×640 social preview for GitHub settingsTesting
claude plugin validate .before mergeRelated
PROJ-000
Checklist
pnpm lint:fix && pnpm typecheck && pnpm testpass locally{username}/{TICKET}-{description}