Skip to content

exsesx/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oleh Vanin Skills

My personal collection of agent skills, installable through the skills CLI. The skills use the portable Agent Skills format and are designed for both Codex and Claude Code.

Skills

  • git-fatality — Finalize Git work through an exact combination of branch creation, scoped commits, pushes, and pull requests. Direct commands execute after inspection without a redundant approval round; preview-first requests still pause before mutation.

    npx skills@latest add exsesx/skills --skill git-fatality

The skill can activate implicitly for commit, push, PR, and explicit Git finalization requests. Pull, merge, rebase, conflict-resolution, and branch management tasks do not activate it implicitly unless the same request also contains a covered finalization action.

Explicit invocation is always supported:

# Codex
$git-fatality commit and push to this branch

# Claude Code
/git-fatality create a new branch, commit and push, then create a PR

Install

npx skills@latest add exsesx/skills

The CLI detects installed agents and prompts for global or project-scoped installation and target clients.

Install one skill non-interactively:

npx skills@latest add exsesx/skills --skill git-fatality

Install from a local path:

npx skills@latest add /path/to/skills --skill git-fatality

Manage installed skills:

npx skills list
npx skills update <skill-name>
npx skills remove <skill-name>

Layout

.
├── .claude-plugin/
│   └── plugin.json
├── git-fatality/
│   ├── SKILL.md
│   ├── agents/
│   ├── evals/
│   ├── references/
│   └── scripts/
└── LICENSE

License

MIT

About

My personal directory of agent skills.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages