Agent Skills: Project Release Maintainer

Generic overlay for release-facing docs, install layout, workflows, licenses, and hygiene scripts.

UncategorizedID: n-n-code/cpp-agentic-development-frame/project-release-maintainer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/n-n-code/cpp-agentic-development-frame/tree/HEAD/.agents/skills/project-release-maintainer

Skill Files

Browse the full folder contents for project-release-maintainer.

Download Skill

Loading file tree…

.agents/skills/project-release-maintainer/SKILL.md

Skill Metadata

Name
project-release-maintainer
Description
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.

Project Release Maintainer

Read AGENTS.md first. This is a composable overlay, not a standalone workflow. Use alongside the repo's implementation skill for publication-facing and packaging-sensitive changes.

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