Nimbalyst supports Claude Code and Codex out-of-the-box and custom / commands and skills.
Type / in the AI chat to access custom commands. For example:
/
/commit - Creates a git commit:
/commit
Runs git status and git diff
git status
git diff
Reviews recent commits for style
Drafts a commit message with type prefix (feat:, fix:, etc.)
feat:
fix:
Stages and commits
/release [patch|minor|major] - Prepares a release:
/release [patch|minor|major]
Gets commits since last tag
Generates release notes
Bumps version and creates tag
Custom commands live in .claude/commands/ as markdown files.
.claude/commands/
Add your own.
Go to .Claude directory in your project and then Commands folder
Edit or add your own commands there
Last updated 8 days ago