Publishing Guide
Description
This project distributes the Spec-Flow CLI to both npm and GitHub Packages so the repository no longer shows "No packages published".
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for marcusgoll/Spec-Flow, shared by 5 entries
in this directory. It describes the repository, not this entry specifically.
Publishing Guide
This project distributes the Spec-Flow CLI to both npm and GitHub Packages so the repository no longer shows "No packages published".
Prerequisites
- Version bump – update
package.json(andCHANGELOG.mdif applicable) before creating a release. - NPM token – add a repository secret named
NPM_TOKENthat haspublishrights for the npm package. - GitHub permissions – the default
GITHUB_TOKENalready haspackages:writepermission, so no extra secret is required.
Automated release (recommended)
- Push the version bump to
main. - Create a Git tag and GitHub release (or run the Publish Packages workflow manually).
- The workflow:
- Publishes
spec-flowto npm whenNPM_TOKENis present and the version is new. - Generates a scoped copy of the package (
@marcusgoll/spec-flow) indist/github-package/and publishes it to GitHub Packages, which populates the repository's Packages tab. - Runs under the
npm-publishenvironment so you can manage approvals or secrets centrally.
- Publishes
- Verify the release:
Manual publishing (fallback)
If you ever need to publish outside of the workflow:
# npm (requires an npm token configured locally)
npm publish --access public
# GitHub Packages
GITHUB_REPOSITORY_OWNER=marcusgoll node scripts/prepare-github-package.cjs
cd dist/github-package
npm publish --access public --registry https://npm.pkg.github.com
Remember to avoid republishing an existing version. Increment `package.json` if a release fails midway.
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing