command-creator

Create OpenCode custom commands with Markdown templates in .opencode/commands.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/Charitablebusinessronin/Allura_Memory --skill command-creator-charitablebusinessronin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: command-creator
Source: https://github.com/Charitablebusinessronin/Allura_Memory/tree/main/.opencode/skills/command-creator
Command: npx skills add https://github.com/Charitablebusinessronin/Allura_Memory --skill command-creator-charitablebusinessronin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create OpenCode custom commands to automate repetitive prompts and standardize workflows across projects.

Core Features & Use Cases

  • Generate command templates in .opencode/commands/ to define reusable prompts
  • Override or extend built-in commands and support global or project-local configurations
  • Promote consistency and discoverability of prompts across teams

Quick Start

Create a new command by adding a Markdown file in .opencode/commands/ with a frontmatter header and a body template.

Frequently Asked Questions about command-creator

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

FAQPage Schema
How do I create repeatable OpenCode commands to automate prompts?▼

To create repeatable OpenCode commands, add a Markdown file under the .opencode/commands/ directory with a frontmatter header containing name and description, and a body template serving as the executable prompt. This standardizes repetitive workflows across projects.

What is the file structure for OpenCode custom command templates?▼

OpenCode custom command templates require a Markdown file located in the .opencode/commands/ directory. The file must include frontmatter with name and description fields, while the markdown body acts as the reusable prompt template.

Can I override built-in commands or use global configurations with OpenCode?▼

Yes, OpenCode command templates can override or extend built-in commands. You can configure them globally or project-locally under .opencode/commands/ to support discoverability and consistency across development teams.

What's the best way to standardize development workflows across projects?▼

The best way to standardize workflows is generating reusable command templates in .opencode/commands/. This promotes consistency and discoverability of prompts across teams, ensuring standardized execution of repetitive development tasks.

Do I need any dependencies to generate OpenCode command files?▼

No dependencies are required to generate OpenCode command files. You simply create a Markdown file with frontmatter and a prompt body in the .opencode/commands/ directory to automate repetitive team or individual workflows.

Why are my OpenCode custom commands not being discovered?▼

If OpenCode custom commands are not discovered, verify the command files live under the .opencode/commands/ directory and include required frontmatter with name and description fields, as missing these prevents proper template execution and override.