feat(skill): add deploy-setup skill — first-deploy walkthrough across 11 starters#27
Open
heznpc wants to merge 1 commit into
Open
feat(skill): add deploy-setup skill — first-deploy walkthrough across 11 starters#27heznpc wants to merge 1 commit into
heznpc wants to merge 1 commit into
Conversation
…arter Series Closes the gap between 'scaffolded' and 'first release published.' The new skills/deploy-setup/SKILL.md captures, per template, the secrets and OIDC trusted-publisher setup the user needs and walks them through gh CLI interactions to land it. Pairs with skills/create/SKILL.md: scaffold first, then this skill ferries the project to its first release on the right registry. Pre-empts the 'one Claude Code skill that owns scaffold→deploy for the whole stack' position before competing CI/CD skills (Buildkite skill, OpenCode setup skill) generalise into the same niche. Per-template coverage: mcp-server (npm OIDC), npm-package (npm OIDC), mcp-server-python (PyPI OIDC), vscode-extension (VSCE_PAT/OVSX_PAT), browser-extension (Chrome+Firefox publish creds), electron-app (releases), react-native (Expo+Apple+Google), cloudflare-pages (CF API token), discord/telegram-bot (Railway/Fly), docker-deploy (VPS SSH). Safety rails: never echo secrets, never auto-trigger publish without explicit user confirmation, dry-run mode supported.
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.
Closes the gap between scaffold (covered by
createskill) and first release (currently manual per-template docs).What it does
skills/deploy-setup/SKILL.mdwalks a developer through:cd*.ymlfor required secretsgh secret list)gh secret setcd.ymlrun after explicit user confirmationWhy
createskill + plugin + Anthropic Registry. Addingdeploy-setupcements the loop before others generalize into it.Safety
gh secret set --bodyworkflow_dispatchwithout 'yes'Test plan
io.github.starter-series/deploy-setup