42go-deploy

star 0

Use this skill anytime the user asks for a deploy of the application.

marcopeg By marcopeg schedule Updated 5/6/2026

name: 42go-deploy description: Use this skill anytime the user asks for a deploy of the application.

42go Deploy

Use this skill when the user wants to deploy this application.

Keep it extremely simple.

Run this script and let it do the work:

python3 .agents/skills/42go-deploy/scripts/bump_patch_version.py

Validation

  • The script bumps the patch version in package.json and the top-level package-lock.json.
  • The script immediately runs make deploy.
  • It is okay to deploy from the current working tree in this project right now.

Notes

  • Do not add extra decision-making unless the user explicitly asks for it.
Install via CLI
npx skills add https://github.com/marcopeg/42go-nextjs --skill 42go-deploy
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator