opencode-command-creator

Create standardized OpenCode command files with frontmatter in Markdown or JSON.

3|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/tumf/skills --skill opencode-command-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode-command-creator
Source: https://github.com/tumf/skills/tree/main/opencode-command-creator
Command: npx skills add https://github.com/tumf/skills --skill opencode-command-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Create standardized, frontmatter-driven OpenCode command definitions that ensure consistency across Markdown and JSON configurations.

Core Features & Use Cases

  • Generate Markdown command files with required frontmatter (description, agent, model, subtask) and a templated prompt.
  • Produce JSON configuration blocks for OpenCode commands.
  • Support global or project-scoped command directories and optional assets like scripts for automation.

Quick Start

Create a new command named 'my-command' with a brief description and generate the corresponding Markdown file in the project commands directory.

Frequently Asked Questions about opencode-command-creator

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

FAQPage Schema
How do I create OpenCode command files with proper frontmatter and templates?

To create OpenCode command files with proper frontmatter, you need to generate Markdown or JSON configurations that include required metadata fields like name, description, agent, and model. This ensures standardized and consistent command definitions across your project or global directories.

What is the best way to standardize OpenCode command configurations across a team?

Standardizing OpenCode command configurations involves generating files with consistent frontmatter and templated prompts. By defining global or project-scoped command directories, teams can rapidly produce uniform markdown or JSON command files that follow the required structural rules.

Can I generate both Markdown and JSON outputs for OpenCode commands?

Yes, you can generate both Markdown and JSON outputs for OpenCode commands. The command creation process supports producing Markdown files with frontmatter and templated prompts, as well as JSON configuration blocks, allowing flexible integration with your automation workflows.

Does OpenCode command creation support project-specific and global command directories?

OpenCode command creation supports both project-specific and global command directories. This allows you to configure output locations according to your scope requirements, ensuring that generated command files are stored in the correct environment for team or personal use.

Why do my OpenCode commands fail when missing required frontmatter fields?

OpenCode commands require specific frontmatter fields such as description, agent, model, and subtask to function correctly. Missing these metadata fields breaks command parsing and execution, which is why standardizing the file generation process ensures all required configurations are consistently included.