command-creator

Guide creation of self-contained OpenCode slash commands with arguments and execution logic.

27|6|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/5kahoisaac/opencode-configs --skill command-creator-5kahoisaac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-creator
Source: https://github.com/5kahoisaac/opencode-configs/tree/main/skills/command-creator
Command: npx skills add https://github.com/5kahoisaac/opencode-configs --skill command-creator-5kahoisaac

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of custom OpenCode slash commands, enabling users to automate repetitive workflows and encapsulate complex processes into easily executable commands.

Core Features & Use Cases

  • Command Generation: Guides users through defining command names, arguments, and execution steps.
  • Best Practice Enforcement: Leverages bundled references for optimal command structure, style, and error handling.
  • Use Case: A user frequently performs a multi-step code review process. They can use this Skill to create a /code-review command that automates the entire process, from checking out the branch to generating a summary report.

Quick Start

Use the command creator skill to make a new slash command for submitting code changes.

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 for OpenCode?

To create custom slash commands for OpenCode, this Skill guides you through defining the command structure, arguments, and execution logic to encapsulate complex processes into executable workflows.

Can I automate repetitive developer workflows with custom commands?

Yes, you can automate repetitive developer workflows by generating self-contained commands that support automated workflow creation, iterative fixing, agent delegation, and simple execution patterns.

What is the best way to structure a multi-step code review command?

The best way to structure a multi-step command like a code review is by leveraging bundled references for best practices, ensuring optimal command structure, style, and error handling throughout the execution logic.

Does the command creator support passing arguments to slash commands?

Yes, the command creator supports defining arguments within the command structure, allowing you to pass dynamic parameters into your automated workflow execution steps.

How does agent delegation work in automated command workflows?

Agent delegation in automated command workflows works by defining specific execution logic within your custom command, allowing the process to hand off tasks to agents during the automated workflow creation.