putio-frontend-packages

Installation
SKILL.md

Frontend Packages

Shape package repos around one boring delivery rule: every merge to main should already be releasable.

Workflow

  1. Inspect the repo's package type, publish target, scripts, workflows, versioning, and branch model.
  2. Read references/delivery-model.md.
  3. If the repo is TypeScript, read references/typescript.md.
  4. For other ecosystems, keep the same verify/release shape and choose the smallest repo-native tooling that fits.
  5. Prefer one repo-local verify entrypoint that CI calls directly.

Guardrails

  • Keep VERIFY as the source of truth for all guardrails.
  • Run RELEASE only on main, and only after VERIFY passes.
  • Prefer GitHub Actions for release orchestration; avoid adding release-only package dependencies or scripts unless an existing repo or team standard requires them.
  • Do not duplicate complex shell logic in workflow YAML when the repo can expose a local command.
  • Do not invent ecosystem-specific release tooling without a real repo or team standard behind it.
Related skills

More from putdotio/skills

Installs
11
Repository
putdotio/skills
First Seen
Mar 17, 2026