stack-essentials: scaffold-extension-repo skill + extension repo naming convention - #14
Open
fvoska wants to merge 3 commits into
Open
stack-essentials: scaffold-extension-repo skill + extension repo naming convention#14fvoska wants to merge 3 commits into
fvoska wants to merge 3 commits into
Conversation
…ing convention
Adds a guided skill for creating a new extension-marketplace repository
(infinum/ai-{type}-{name}[-private]): proposes repo and marketplace
names, generates the skeleton, optionally creates the GitHub repo, and
offers a local-path install test. Documents the naming convention in
CONTRIBUTING.md. Bumps stack-essentials to 1.1.0.
fvoska
marked this pull request as ready for review
September 3, 2026 08:11
fvoska
marked this pull request as draft
September 3, 2026 09:07
The skill now copies skills/scaffold-extension-repo/template/ (marketplace manifest, README, AGENTS.md, optional plugin and rule bundle) and replaces __PLACEHOLDER__ names, instead of describing the files in prose.
fvoska
force-pushed
the
feat/scaffold-extension-repo-skill
branch
from
September 3, 2026 09:13
da7a660 to
3e1be5d
Compare
fvoska
marked this pull request as ready for review
September 3, 2026 09:29
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
scaffold-extension-repoin the auto-installedstack-essentialsplugin (/stack-essentials:scaffold-extension-repo). Guided flow for creating a new extension-marketplace repository: asks type (team/project), name and visibility; proposes repo and marketplace names from the convention; checks the name is free viagh; copies the bundledtemplate/directory (a complete extension repo with__PLACEHOLDER__names: marketplace.json, README with the exact--extendinstall command, AGENTS.md/CLAUDE.md, optional first plugin and rule bundle with TODO bodies) and renames/replaces the placeholders; asks beforegh repo create; offers a local-path install test and clean-up; prints hand-off steps (Claude GitHub App access, announce, ownership).infinum/ai-{type}-{name}[-private],-privatepresent exactly when the repo is private, marketplace name mirrors the repo.infinum/aiandinfinum/ai-privateare the two core repos outside the template (ai-privateis layered on with the same--extendmechanism, but is core, not a team or project repo).stack-essentials1.0.0 → 1.1.0 (minor: new component). Description/keywords updated; MARKETPLACE.md row and Essentials intro synced; plugin README gained a skills section.git,gh,pnpm. Hook verdict unchanged.