Use this skill when the user wants to generate meaningful git commit messages from their staged changes using AI.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-a96d693c)More formats (shields.io, HTML) on the badges page.
---
name: diny
description: Use this skill when the user wants to generate meaningful git commit messages from their staged changes using AI.
---
# diny Plugin
Generate AI git commit messages from your changes.
## Commands
### Commit
- `diny commit generate` — Generate a commit message
## Usage Examples
- "Generate a commit message for staged changes"
- "Create a conventional commit message"
## Installation
```bash
go install github.com/dinoDanic/diny@latest
```
## Examples
```bash
# Stage some changes
git add .
# Generate commit message
diny
# Or pipe to git commit
diny | git commit -F -
```
## Key Features
- AI-powered message generation
- Analyzes staged changes
- Meaningful commit messages
- Works with any AI provider
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!