🤖
AI EngineeringPython

Slash Commands

by nimadorostkar

Slash Commands is an AI Engineering skill for Claude Code, published by nimadorostkar in Claude-Skills-collection.

18 stars2 forkson nimadorostkar/Claude-Skills-collectionAdded 2026/07/16+13% in starsRepository updated 2026/07/14
aiclaudeclaude-skillsskills
Install in seconds
Install Slash Commands
Copy Slash Commands into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/nimadorostkar/Claude-Skills-collection/tree/main/skills/agent-tooling/slash-commands ~/.claude/skills/slash-commands

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/nimadorostkar/Claude-Skills-collection.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/agent-tooling/slash-commands/SKILL.md in nimadorostkar/Claude-Skills-collection
Installs to
~/.claude/skills/slash-commands
Collection
One of 50 skills cataloged from this repository
Category
AI Engineering3670 skills

What Slash Commands does

Provides guidance for creating reusable slash commands for AI agents, covering argument handling, workflow composition, and distinguishing commands from skills.

Slash Commands is cataloged under AI Engineering on DirSkills. Slash Commands comes from a repository tagged ai, claude, claude-skills and skills.

Documentation

README

Slash Commands

Purpose

Turn a workflow you repeat into a command you invoke. A slash command is an explicit, user-triggered prompt — as distinct from a skill, which the model decides to load on its own.

When to Use

  • A prompt you find yourself retyping.
  • A multi-step workflow with a fixed shape: review, release, triage, summarize.
  • A team workflow that everyone should run the same way.
  • Anything you want to invoke deliberately, rather than have the model choose.

Capabilities

  • Command authoring with arguments.
  • Composing tool calls and shell commands into a workflow.
  • Scoping: project-level, personal, or bundled in a plugin.
  • Distinguishing command from skill.

Inputs

This is the opening of the README. Read the full README on GitHub.

Commands Slash Commands provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /review
  • /release
  • /triage

Frequently asked about Slash Commands

  • What else does nimadorostkar publish alongside Slash Commands?

    Slash Commands is one of 50 skills that DirSkills catalogs from nimadorostkar/Claude-Skills-collection, the repository it ships in. Its siblings there include API Design, Agent Design and Agent Instructions. Each one is a separate skill with its own page in this directory, installs the same way Slash Commands does, and is maintained by nimadorostkar in that same repository. The rest of the collection is listed on the nimadorostkar/Claude-Skills-collection page.

  • How does Slash Commands compare to other AI Engineering skills?

    Slash Commands ranks #3604 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Slash Commands against them. Open each page to compare what they document and how they install.

More from nimadorostkar/Claude-Skills-collection

Slash Commands is one of 50 skills cataloged on DirSkills from nimadorostkar/Claude-Skills-collection.

See all 50 skills