meta-agent-create

Define and wire new agents and roles from problem to implementation.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/JuroOravec/agents --skill meta-agent-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-agent-create
Source: https://github.com/JuroOravec/agents/tree/main/.cursor/skills/meta/agent-create
Command: npx skills add https://github.com/JuroOravec/agents --skill meta-agent-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides the creation of new agents and roles, including the discovery prompts, triggers, and codebase updates needed to wire an agent persona from problem to implementation.

Core Features & Use Cases

  • Guides end-to-end agent creation: from problem statement to persona, role, and associated SKILLs.
  • Documents triggers and workflows for agent activation, and specifies how to update project files.
  • Ideal for teams designing new agents or personas and integrating them into their agent framework.

Quick Start

Create a new agent persona and its SKILL workflow by following the meta-agent-create process.

Frequently Asked Questions about meta-agent-create

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

FAQPage Schema
How do I design and wire a new agent persona from scratch?

Agent creation involves defining a problem statement, persona, discovery prompts, and invocation triggers, then applying codebase updates to integrate the agent into your project workflow end-to-end.

What is the process for defining agent invocation triggers and workflow phases?

Defining invocation triggers and workflow phases requires specifying frontmatter surface requirements and activation conditions so the agent persona operates correctly within the repository and broader agent framework.

How do I update my codebase when adding new agent roles and SKILLs?

Updating the codebase for new agent roles involves specifying the required frontmatter surface, invocation triggers, and workflow phases to be produced and kept directly in the project repository files.

Can I use this approach to create agent personas for an existing team framework?

Yes, this approach suits teams designing new agents or personas by specifying requirements for frontmatter surface and invocation triggers to integrate them into an existing agent framework.

What do I need to specify when creating discovery prompts for a new agent?

Creating discovery prompts requires specifying the frontmatter surface, invocation triggers, and workflow phases so the agent persona is properly wired from problem statement to implementation.