Use when the user wants to create an agent-specific, low-verbosity variant of the current repo's deployment script for AI agent execution. Triggers on phrases like "create agent deploy script", "agent-deploy.sh", "make a quiet deploy script for agents".
danielrosehill/Linux-Packaging-Plugin
SkillsMP has collected 8 skills from danielrosehill/Linux-Packaging-Plugin. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 8
- GitHub stars
- 1
- GitHub forks
- 0
Skills in this repository
Showing 8 of 8 collected skills.
Use when the user wants to push changes to GitHub, build a new debian version incrementing the version, and upgrade the local package. Triggers on phrases like "build and push", "push then build debian", "release and install locally".
Use when the user wants to build a new version of the debian package in the current repo, increment the version, and install locally. Triggers on phrases like "build the debian", "build new debian version", "rebuild and install package".
Use when the user wants to increment to the next version and create a GitHub release/tag that triggers a debian build workflow. Triggers on phrases like "create a release", "new version release", "tag and release".
Use when a local application, CLI tool, or service on the user's Linux workstation isn't working and needs interactive debugging. Triggers on phrases like "X isn't working", "debug X", "X is broken", "fix X on my machine", "troubleshoot X".
Publish the current package to npm. Bumps the version, ensures npm login, fetches the OTP from 1Password, and runs npm publish. Use when the user asks to "npm publish", "publish to npm", "release this package", or "bump and publish".
Full release workflow for public dev projects — commit, push, bump version, build debian, install locally, create GitHub release with .deb attached. Triggers on phrases like "release this project", "new release", "publish a release", "release and deploy",…
Use when the user wants to set up a build script in the current repo to package it as a debian. Triggers on phrases like "set up debian build", "create a build script for debian", "add debian packaging".