/ Commands and Skills

Nimbalyst supports Claude Code and Codex out-of-the-box and custom / commands and skills.

Use Slash Commands

Type / in the AI chat to access custom commands. For example:

/commit - Creates a git commit:

  1. Runs git status and git diff

  2. Reviews recent commits for style

  3. Drafts a commit message with type prefix (feat:, fix:, etc.)

  4. Stages and commits

/release [patch|minor|major] - Prepares a release:

  1. Gets commits since last tag

  2. Generates release notes

  3. Bumps version and creates tag

Custom commands live in .claude/commands/ as markdown files.

Add your own.

Edit Slash Commands

Go to .Claude directory in your project and then Commands folder

Edit or add your own commands there

Last updated