@inneuron/claude-skills
v1.0.0
Published
Custom slash commands for Claude Code
Maintainers
Readme
Claude Code Skills
Custom slash commands for Claude Code.
Skills
| Command | Description |
|---|---|
| /tag | Create and push a semver git tag. Auto-detects bump type from conventional commits. |
| /pr | Create a pull request with auto-generated title and summary from commits. |
| /check | Run pre-push quality checks (pint, stan, format, lint, tests). |
| /sync | Sync main and dev branches by merging and pushing. |
| /clean-worktrees | Remove all git worktrees under .claude/worktrees/. |
Install
bunx @inneuron/claude-skillsor
npx @inneuron/claude-skillsUninstall
bunx @inneuron/claude-skills uninstallUpdate
Re-run the install command to update to the latest version:
bunx @inneuron/claude-skills@latest