Project release maintainer
Skill n-n-code/n-n-code-skills/.agents/skills/project-release-maintainer
Just Another Agent skill repository.
npx -y skills add n-n-code/n-n-code-skills --skill project-release-maintainerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Overlay for release-facing docs, install layout, workflows, licenses, and hygiene scripts. Portable across repos with a release/packaging pipeline. Use for publication-facing changes.
SKILL.md
1.3 KB, as published. Nobody here has run it
Project Release Maintainer
This is a composable overlay, not a standalone workflow.
Use alongside the repo's implementation skill for publication-facing and
packaging-sensitive changes. Compose with documenter when the main artifact
is durable release, install, or contributor documentation.
When to use
The change affects README, release checklists, install rules, shipped assets, workflows, licenses, or other publication-facing artifacts.
Not for
Internal code changes that don't affect the shipped surface (use the implementation skill directly), vendored dependency work (use project-vendor-boundary), or config/test work (use project-config-and-tests).
Rules
- keep README, release checklist, workflows, install rules, and shipped assets aligned
- validate temporary install trees when install behavior changes
- run hygiene checks on publication-facing changes
- keep docs small, accurate, and consistent with the shipped build
- do not invent CI, packaging, signing, publishing, or release workflows that the repo does not already contain or that the user did not explicitly request