command-creator

Create custom slash commands for automating repetitive tasks in OpenCode.

124|12|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/IgorWarzocha/Opencode-Workflows --skill command-creator-igorwarzocha
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: command-creator
Source: https://github.com/IgorWarzocha/Opencode-Workflows/tree/main/.opencode/skill/command-creator
Command: npx skills add https://github.com/IgorWarzocha/Opencode-Workflows --skill command-creator-igorwarzocha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates repetitive tasks by allowing you to create custom slash commands, streamlining your workflow and saving you time.

Core Features & Use Cases

  • Command Creation: Define new slash commands for frequently used actions.
  • Prompt Automation: Build commands that encapsulate complex prompts or sequences of actions.
  • Workflow Shortcuts: Create shortcuts for multi-step processes.
  • Use Case: You often need to run a specific set of tests with particular flags. Create a /run-tests-fast command that executes pytest --fast to save you from typing it every time.

Quick Start

Use the command creator to make a new /review command that analyzes code for issues.

Frequently Asked Questions about command-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create custom slash commands to automate repetitive tasks?▼

You can create custom slash commands by defining a command description, specifying agents and models, and configuring subtask execution to encapsulate complex prompts and workflows.

What is the best way to build a workflow shortcut for multi-step processes?▼

Building a workflow shortcut for multi-step processes involves defining a custom slash command that encapsulates complex prompt sequences, allowing you to execute the entire workflow with a single input.

Can I scope custom commands to a specific project instead of globally?▼

Yes, custom slash commands support both project-specific and global scopes, allowing you to restrict availability to a single project or apply it universally across the environment.

Does command creation support argument handling for dynamic prompts?▼

Yes, command creation supports clear templating and argument handling, enabling you to pass dynamic variables into custom slash commands for flexible prompt automation.

Do I need prior prompt engineering experience to define custom commands?▼

Prior prompt engineering experience is helpful but not strictly required, as the command creator facilitates defining descriptions, agents, and subtasks to structure your prompts automatically.