Skip to content

sergiooak/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skills

🇧🇷 Leia em português

A personal, growing library of Claude Code skills I use often. Public in case it's useful to someone else — install via skills.sh or the skills CLI, use anything here however you like.

Structure

skills/
├── skills/
│   ├── atomic-commits/    # SKILL.md — split changes into logical commits, Conventional Commits format
│   └── git-safe-rename/   # SKILL.md — enforce `git mv` for renames/moves, preserve history
└── AGENTS.md               # philosophy, conventions, how to contribute (humans + AI agents)

Usage

Install all skills:

npx skills add sergiooak/skills

Or install one:

npx skills add sergiooak/skills --skill atomic-commits
npx skills add sergiooak/skills --skill git-safe-rename
  • atomic-commits — splits working-tree changes into multiple logical, atomic commits (never one giant commit), grouped by feature/topic, then writes each message following Conventional Commits rules.
  • git-safe-rename — forces git mv instead of OS-level move/rename on tracked files, so Git history follows the file.

For the reasoning behind the structure and how to add new skills, see AGENTS.md.

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors