Add pack-to-Claude-skill compiler and pilot outputs#15
Merged
Conversation
This was referenced Mar 19, 2026
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
This PR implements PR 2 from issue #13 on top of PR #14.
It adds the compiler that converts canonical
0.4.0packs into Claude-compatible skill bundles, generates the pilot set, and adds drift enforcement suitable for CI.It does not change website behavior yet.
It does not change MCP behavior yet.
What changed
scripts/pack-to-claude-skill.jsagent-hubreacttypescriptnextjsplaywrightsupabase-jsscaffold-eth-2Validation
npm run generate:claude-skill:pilotnode scripts/validate-claude-skill-pack.js distributions/claude/agent-hub/0.4.0 distributions/claude/react/0.4.0 distributions/claude/typescript/0.4.0 distributions/claude/nextjs/0.4.0 distributions/claude/playwright/0.4.0 distributions/claude/supabase-js/0.4.0 distributions/claude/scaffold-eth-2/0.4.0npm run check:claude-skillnpm run buildRemaining gate
Issue #13 requires at least 3 pilot skills to be tested in a real Claude-compatible environment, with at least one environment being Claude Code itself.
That is not completed in this PR yet because the local
claudeCLI on this machine is installed but not logged in (claude -preturnsNot logged in · Please run /login).This PR is therefore opened as draft until that gate is satisfied or the issue is updated with an agreed alternative.
Refs #13