agent-creator

Generate agent system prompts using standardized YAML templates and scaffolding scripts.

20|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/malhashemi/dotfiles --skill agent-creator-malhashemi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/malhashemi/dotfiles/tree/main/dot_config/opencode/skill/prompter/agent-creator
Command: npx skills add https://github.com/malhashemi/dotfiles --skill agent-creator-malhashemi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides standardized templates and scaffolding tools to streamline the creation and maintenance of agent system prompts, ensuring consistency and adherence to best practices.

Core Features & Use Cases

  • Agent Scaffolding: Generates skeleton files for both primary and subagents using command-line scripts.
  • Authoritative Templates: Offers YAML templates defining the structure and content requirements for different agent types.
  • Use Case: When developing a new AI agent, use this Skill to quickly generate a well-structured prompt file based on predefined templates, ensuring all necessary sections and guidelines are included from the start.

Quick Start

Use the agent-creator skill to scaffold a new primary agent named 'customer-support' in the current directory.

Frequently Asked Questions about agent-creator

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

FAQPage Schema
How do I generate agent system prompts using standardized templates?

To generate agent system prompts using standardized templates, use scaffolding scripts to create skeleton files for primary agents and subagents. This enforces domain patterns for variable notation and ensures consistent agent architecture across role definitions and workflows.

What is the best way to structure LLM agent prompts for consistent architecture?

The best way to structure LLM agent prompts for consistent architecture is to use YAML templates that define requirements for role definition, cognitive approach, workflow, and output formats. This enforces domain patterns for variable notation.

Can I use YAML templates to scaffold subagents in AI development?

Yes, you can use YAML templates to scaffold subagents in AI development. The scaffolding scripts generate skeleton files for both primary agents and subagents, enforcing domain patterns for variable notation and ensuring consistent agent architecture.

Does the agent-creator skill require PyYAML to define agent cognitive approaches?

Yes, the agent-creator skill requires the PyYAML dependency to parse the standardized YAML templates that define the cognitive approach, workflow, and output formats for primary agents and subagents.

Why do I need scaffolding scripts for AI agent development?

You need scaffolding scripts for AI agent development because they generate skeleton files using standardized YAML templates. This enforces domain patterns for variable notation and ensures consistent agent architecture across role definitions and output formats.