Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add raine/skills --skill "commit"
Install specific skill from multi-skill repository
# Description
Commit the staged changes. If there are no staged changes, stage all changes first.
# SKILL.md
name: commit
description: Commit the staged changes. If there are no staged changes, stage all changes first.
allowed-tools: Bash
Run git status, git diff, and git diff --cached in parallel to understand
the current state. Then:
- If there are staged changes, commit only what's staged.
- If there are no staged changes, stage all changes first, then commit.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.