feat: add marketplace skill discovery to planning flows#420
Open
malikrohail wants to merge 1 commit intogarrytan:mainfrom
Open
feat: add marketplace skill discovery to planning flows#420malikrohail wants to merge 1 commit intogarrytan:mainfrom
malikrohail wants to merge 1 commit intogarrytan:mainfrom
Conversation
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
Closes #419.
Adds a marketplace-aware recommendation layer for planning/design flows plus a manual
/find-skillscommand for parity with Agent Skills / skills.sh search.What changed
bin/gstack-marketplace-search.tsskills search <query> --jsonnpx -y agent-skills-cli search <query> --json~/.gstack/cache/marketplace-search/find-skills/SKILL.md.tmplfind-skills/SKILL.mdscripts/gen-skill-docs.ts/office-hours/plan-ceo-review/plan-eng-review/plan-design-review/design-consultation/autoplanSKILL.md.tmplREADME.mdAGENTS.mdCLAUDE.mddocs/skills.mdscripts/skill-check.tstest/skill-validation.test.tsBehavior
When
PROACTIVE=true, the planning/design skills can now:This is recommendation-only in v1:
Manual parity path
Users can now explicitly run
/find-skills <query>to search the marketplace on demand.Related context
Related but distinct from #113:
Verification
gh issue create --repo garrytan/gstack ...created Feature: marketplace-aware external skill recommendations in planning/design flows #419bun run scripts/gen-skill-docs.tsbun run scripts/gen-skill-docs.ts --host codexbun test test/marketplace-search.test.tsbun test test/skill-validation.test.ts -t "find-skills skill structure|marketplace skill discovery integration"bun run skill:checkbun run scripts/gen-skill-docs.ts --dry-runbun run scripts/gen-skill-docs.ts --host codex --dry-runbun testNotes
This PR intentionally stops short of auto-installing external skills. The recommendation layer is meant to improve planning quality without adding hidden side effects or third-party execution risk.