command-builder

Community

Build powerful Claude slash commands, automate complex workflows.

Authorbsamiee
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill streamlines the creation of Claude Code slash commands, eliminating repetitive instruction and enforcing consistency. It helps you build robust, reusable commands that automate complex tasks and reduce manual effort.

Core Features & Use Cases

  • Declarative Command Definition: Create commands with YAML frontmatter for clear descriptions, argument hints, and scoped tool permissions.
  • Dynamic Argument Handling: Incorporate $ARGUMENTS, positional parameters ($1-$N), and default values for flexible command invocation.
  • Context Injection: Include file contents (@path) or shell command outputs (!command) directly into your prompts.
  • Use Case: Create a /review-pr command that takes a pull request URL, reads the associated files, and uses a specialized agent to identify security and code quality issues, all with a single command.

Quick Start

Use the command-builder skill to create a new command /analyze-code that takes a file path as an argument and uses the Read tool to analyze its content.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: command-builder
Download link: https://github.com/bsamiee/Parametric_Portal/archive/main.zip#command-builder

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository