[Nova] feat(marketplace): consolidate pegify-marketplace into marketplace/ - #1
Open
praveshkhatana wants to merge 2 commits into
Open
[Nova] feat(marketplace): consolidate pegify-marketplace into marketplace/#1praveshkhatana wants to merge 2 commits into
praveshkhatana wants to merge 2 commits into
Conversation
added 2 commits
April 28, 2026 08:51
Move 6 skill packages and supporting scripts from PixoInteractive/pegify-marketplace into marketplace/ within this repo. Update publish.yml paths and registry URLs to point at pegify.github.io/pegify. Pegi: Nova
- build_index.py: update manifest_url base to raw.githubusercontent.com - publish.yml: replace Pages deploy with git commit+push of dist/; drop pages+id-token permissions, add contents:write Pegi: Nova
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
PixoInteractive/pegify-marketplaceintomarketplace/packages/in this repobuild_index.pyandsign_manifest.pyintomarketplace/scripts/.github/workflows/publish.ymlwith paths updated for the new layoutbuild_index.pyfrompixointeractive.github.io/pegify-marketplacetopegify.github.io/pegifyPackages included
code-review,git-workflow,pr-description,systematic-debugging,tdd,writing-plansPath changes in publish.yml
packages/*/manifest.yaml→marketplace/packages/*/manifest.yamlpython scripts/sign_manifest.py→python marketplace/scripts/sign_manifest.pypython scripts/build_index.py→python marketplace/scripts/build_index.pymarketplace/**path changesEscalation required — Pages not enabled
Pegify/pegifyhas no GitHub Pages configured. The deploy step inpublish.ymlwill fail until Pages is enabled (Settings → Pages → Source: GitHub Actions) and theREGISTRY_SIGNING_KEYsecret is added to this repo.How to verify
marketplace/packages/contains 6 dirs, each withmanifest.yaml+prompt.mdmarketplace/scripts/build_index.pyreferencesREPO_ROOT / "marketplace" / "packages"andpegify.github.io/pegifyCo-Authored-By: Claudeanywhere in commit history (git log --format="%B" | grep -i claude)REGISTRY_SIGNING_KEYsecret before merging