author-command

Author new OpenCode commands with validated inputs and standardized markdown.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/SorraTheOrc/SorraAgents --skill author-command
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: author-command
Source: https://github.com/SorraTheOrc/SorraAgents/tree/main/skill/command-authoring
Command: npx skills add https://github.com/SorraTheOrc/SorraAgents --skill author-command

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Author a brand-new OpenCode command following project best practices and conventions, ensuring consistent documentation, review, and testing readiness.

Core Features & Use Cases

  • Structured scaffolding: generates standardized command markdown templates and placement guidelines.
  • Best-practice guidance: enforces documentation, review steps, and testing readiness before publishing.
  • Use Case: A developer requests a new command to automate a repetitive task and needs a fully documented skeleton ready for review.

Quick Start

Ask the user for the desired command details and draft the initial command markdown for review.

Frequently Asked Questions about author-command

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

FAQPage Schema
How do I create a new OpenCode command from scratch?

To create an OpenCode command, you provide the desired functionality details, and the tool drafts a standardized markdown template following project conventions. It validates inputs, generates the scaffolding, and coordinates review before finalizing placement in your repository.

What is the best way to scaffold custom markdown commands for repetitive tasks?

Scaffolding custom markdown commands is best handled by generating a standardized template that enforces project best practices. This approach ensures consistent documentation, includes review steps, and verifies testing readiness before the command is published.

Do I need any dependencies to structure and review command markdown files?

No dependencies are required to structure and review command markdown files. The process operates independently to validate your inputs, draft the initial markdown template, and coordinate the review phase directly within your development environment.

Can I customize an existing OpenCode command using a structured scaffolding process?

You can customize an OpenCode command by specifying the required functionality updates. The scaffolding process validates these new inputs, drafts the updated markdown, and coordinates a review to ensure the customized command meets project conventions.

Why does my custom command markdown need a review and testing phase before placement?

A review and testing phase is needed before finalizing placement to ensure the command markdown adheres to project best practices. This validation step guarantees documentation consistency and testing readiness, preventing integration issues in the repository.