You can share your command line tools with others. This skill helps you publish a CLI to the printing-press-library on GitHub. It creates a pull request with your tool so others can use it too.
The process handles forking, branching, and opening the PR for you. You just need to send a simple command like /printing-press publish my-cli. It also supports special flags to skip tests or handle blocked APIs.
This is great for developers who want to contribute their CLI tools easily. No manual steps needed. Just run the command and the skill does the rest.
Global
mkdir -p ~/.claude/skills/printing-press-publishProject
mkdir -p .claude/skills/printing-press-publishSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes