opencode-design-commands

Create custom slash commands for repetitive tasks in OpenCode IDE.

9|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/pantheon-org/tekhne --skill opencode-design-commands
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode-design-commands
Source: https://github.com/pantheon-org/tekhne/tree/main/skills/agentic-harness/opencode-toolkit/design-commands
Command: npx skills add https://github.com/pantheon-org/tekhne --skill opencode-design-commands

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of custom slash commands for repetitive tasks within the OpenCode environment, streamlining workflows and reducing manual effort.

Core Features & Use Cases

  • Command Creation: Easily define new / commands for common actions.
  • Workflow Automation: Set up shortcuts for multi-step processes.
  • Use Case: If you frequently run a specific sequence of commands to test your code, you can use this Skill to create a /test command that executes the entire sequence with a single input.

Quick Start

Create a new command file for a /test command by following the provided template.

Frequently Asked Questions about opencode-design-commands

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 in my IDE?

You can create custom slash commands to automate repetitive tasks by defining command templates that support dynamic argument injection, shell command execution, and file content referencing within the OpenCode environment.

What are custom slash commands and how do they streamline developer workflows?

Custom slash commands are shortcuts that streamline developer workflows by consolidating multi-step processes like testing, reviewing, and deploying code into a single executable input, reducing manual effort.

Can I inject dynamic arguments and reference file contents when setting up workflow shortcuts?

Yes, when setting up workflow shortcuts you can inject dynamic arguments and reference file contents directly within command templates to execute context-aware shell commands and agentic actions.

What is the best way to set up agentic actions for testing and deploying code?

The best way to set up agentic actions for testing and deploying code is to create custom slash command templates that execute the entire sequence of required shell commands with a single input.

Do I need any external dependencies to configure shortcuts in the OpenCode IDE?

No external dependencies are required to configure shortcuts in the OpenCode IDE; the skill operates independently using provided scripts and references to facilitate command creation.

Are there limitations when executing shell commands through custom command templates?

Limitations when executing shell commands through custom command templates depend on the OpenCode IDE environment's execution permissions and the specific shell command configurations defined in your command files.