mcpbeat

Git Operation

aiskillstore/git-operation

Guide for basic Git operations

This is a copy. The original lives at comeonoliver/git-operation.

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
404
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aiskillstore/marketplace --skill git-operation

What comes with it

9 369 bytes besides the instruction
skill-report.json

The instruction itself

2 sections, as written by the author

Git Operation Skill

This skill provides a guide for performing basic Git operations especially for

committing changes.

Committing Changes

  • Git commit messages must always be written in English
  • Summarize the changes concisely in the first line of the commit message
  • If detailed explanations or additional information are needed in the commit

message, insert a blank line after the first line, then describe them in

bullet points

  • Always run mise run fmt to format the code before committing
  • Always run mise run test before committing code changes to ensure no tests

are failing

How to use it

Copy the folder

Take aiskillstore/git-operation from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.