agent-creator

Scaffold standardized OpenCode agents with YAML frontmatter and a default model.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines creating OpenCode agents by providing a standardized workflow and a default model to expedite setup and ensure consistency.

Core Features & Use Cases

  • Quick scaffolding of new project agents with consistent frontmatter and a reusable template.
  • Clear guidance on agent file locations for both project-local and global agents.
  • Built-in defaults and templates to minimize initial configuration and onboarding time.

Quick Start

Run the opencode agent create to scaffold a new agent with the default gpt-5.2-codex model.

Frequently Asked Questions about agent-creator

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

FAQPage Schema
How do I scaffold an OpenCode agent with a default model?

To scaffold an OpenCode agent, run the opencode agent create command to generate a new agent file using the default gpt-5.2-codex model. This enforces a standardized YAML frontmatter structure and a minimal Markdown template with tooling controls.

What is the default model used when creating OpenCode agents?

The default model applied when creating OpenCode agents is gpt-5.2-codex. This default selection minimizes initial configuration and ensures consistency across project onboarding and agent lifecycle workflows.

How do I set up YAML frontmatter for a new AI agent template?

Setting up YAML frontmatter for a new AI agent template is handled automatically during scaffolding. The process enforces a YAML frontmatter structure to ensure consistent tooling controls and default model configuration across both project-local and global agent repositories.

Can I use this scaffolding workflow for both project-local and global agents?

Yes, the scaffolding workflow applies to both project-local and global agent repositories. It provides clear guidance on agent file locations to ensure standardized template-based agent generation regardless of the repository scope.

Do I need any dependencies to generate a standardized OpenCode agent?

No dependencies are required to generate a standardized OpenCode agent. The scaffolding process uses built-in defaults and a minimal Markdown template to expedite setup without needing external modules or components.