7

Ani Skills

A collection of reusable AI agent skills (slash commands) for Claude Code and compatible agents

A collection of reusable AI agent skills (slash commands) for Claude Code and compatible agents. Installable as a plugin via AgentHub (/ani-skills:<skill-name>) or manually via just install-all for unnamespaced invocation.

Skills

  • commit-msg — write well-structured git commit messages
  • sync-upstream — sync current branch with upstream/origin, resolving conflicts interactively

Install

Via AgentHub:

/plugin marketplace add nullorder/agenthub
/plugin install ani-skills@agenthub

Or manually:

git clone https://github.com/anistark/ani-skills.git
cd ani-skills && just install-all