meta-agent

Generate OpenCode command, skill, and agent templates from user requirements.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/digi4care/opencode-mastery --skill meta-agent-digi4care
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-agent
Source: https://github.com/digi4care/opencode-mastery/tree/main/src/skill/meta-agent
Command: npx skills add https://github.com/digi4care/opencode-mastery --skill meta-agent-digi4care

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This meta-agent enables automatic generation of OpenCode components (commands, skills, and agents) from user requirements, reducing manual drafting and aligning with OpenCode Mastery standards.

Core Features & Use Cases

  • Automatically generate .opencode/commands, .opencode/skill, and .opencode/agents templates from user specs.
  • Validate frontmatter and placement using OpenCode Mastery guidelines.
  • Use proactively when you need to plan and produce OpenCode components for a project.

Quick Start

Describe the desired OpenCode component in natural language and ask the meta-agent to generate the corresponding templates. For example: "Create a skill for Kubernetes troubleshooting" or "Generate an agent for database migration."

Frequently Asked Questions about meta-agent

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

FAQPage Schema
How do I generate OpenCode commands and skills from natural language requirements?

To generate OpenCode commands and skills, provide your component requirements in natural language. The meta-agent automatically produces production-ready templates with correct frontmatter and file placement for the .opencode directory structure.

What is the best way to create an OpenCode agent for database migration?

Creating an OpenCode agent for database migration involves describing the desired behavior in natural language. The generator handles proper file placement in .opencode/agents and validates the component against OpenCode Mastery specification guidelines.

Can I use this generator to validate frontmatter for existing .opencode components?

Yes, the generator validates frontmatter and file placement using OpenCode Mastery guidelines. It ensures that your commands, skills, and agents conform to the required specification standards during the component generation process.

Does the OpenCode component generator support creating Kubernetes troubleshooting skills?

Yes, the OpenCode component generator supports creating skills for specific tasks like Kubernetes troubleshooting. You simply describe the troubleshooting logic needed, and it outputs a validated skill template with correct frontmatter.

When do I need to generate templates for the .opencode directory structure?

You need to generate templates for the .opencode directory when planning and producing new project components. This approach reduces manual drafting of commands, skills, and agents while ensuring alignment with OpenCode Mastery standards.