caveman-commit
The caveman-commit skill generates concise commit messages following the Conventional Commits specification. It prioritizes the reasoning behind changes over the description of the changes themselves.
Is caveman-commit safe to install?
Safe to install: our audit of caveman-commit's source files found 0 shell commands, 0 external URLs, no file writes (none risk). Every command and URL listed appears verbatim in the skill's source. The skill performs text generation based on provided diffs and does not interact with the file system or network.
How we audit skills: our security review methodology.
Who is this skill for?
Developers who want to maintain clean, terse, and informative git commit histories.
What can you do with it?
- Generating commit messages for staged changes
- Creating commit messages for breaking changes
- Drafting commit messages for security fixes and data migrations
How good is this skill?
Quality score: 9/10. The skill documentation is clear, provides specific formatting rules, and defines explicit boundaries for its operation.
What does the skill file contain?
Write commit messages terse and exact. Conventional Commits format. No fluff. Why over what. ## Rules **Subject line:** - `<type>(<scope>): <imperative summary>` — `<scope>` optional - Types: `feat`, `fix`, `refactor`, `perf`, `docs`, `test`, `chore`, `build`, `ci`, `style`, `revert` - Imperative mood: "add", "fix", "remove" — not "added", "adds", "adding" - ≤50 chars when possible, hard cap 72 - No trailing period - Match project convention for capitalization after the colon **Body (only if needed):** - Skip entirely when subject is self-explanatory - Add body only for: non-obvious *why*, ...
Frequently asked questions
Does this skill automatically commit my changes?
No. The skill only generates the commit message text as a code block for the user to copy.
How does the skill handle breaking changes?
It mandates the inclusion of a body section in the commit message to explain the breaking change, migration notes, or linked issues.
Can I disable this skill?
Yes. Users can revert to verbose commit styles by typing 'stop caveman-commit' or 'normal mode'.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.
agentspace
324.0KDevelopers and AI agent users who need to share, monitor, or collaborate on agent-generated files and workspaces in real-time
Agentspace provides a mechanism to share local agent files, logs, and artifacts via a live browser-accessible URL. It enables remote viewing, commenting, and editing of specified local paths through the ascli command-line tool.