meta-generation

Generate Paracle agents, workflows, skills, and policies from natural language prompts.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/IbIFACE-Tech/paracle --skill meta-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-generation
Source: https://github.com/IbIFACE-Tech/paracle/tree/main/packages/paracle_meta/skills/meta-generation
Command: npx skills add https://github.com/IbIFACE-Tech/paracle --skill meta-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of Paracle framework artifacts, such as agents, workflows, skills, and policies, directly from natural language descriptions, reducing manual development effort and ensuring consistency.

Core Features & Use Cases

  • AI-Powered Generation: Creates new Paracle components based on textual requirements.
  • Artifact Support: Generates agent specifications, workflow definitions, skill templates, and policy documents.
  • Use Case: You need to quickly define a new agent for security auditing. Describe its purpose in natural language, and this Skill will generate the foundational agent specification and relevant files.

Quick Start

Use the meta-generation skill to create a new agent named 'SecurityAuditor' that reviews code for security vulnerabilities.

Frequently Asked Questions about meta-generation

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

FAQPage Schema
How do I generate Paracle framework agents and workflows from natural language?

To generate Paracle agents from text prompts, describe the desired agent's purpose in natural language and the Skill outputs structured specification files. It supports multiple LLM providers like OpenAI, Anthropic, and Ollama to interpret requirements and generate the foundational project artifacts automatically.

Can I use OpenAI, Anthropic, or Ollama for AI component generation?

Yes, the Skill supports OpenAI, Anthropic, and Ollama as LLM providers for flexible backend integration during component generation. This allows you to leverage your preferred AI model to translate natural language prompts into structured Paracle framework artifacts.

What is the best way to automate policy document creation for Paracle projects?

Automating policy document creation for Paracle projects is done by providing natural language prompts that describe the policy requirements. The Skill interprets these prompts to generate structured policy documents and other framework artifacts directly within your Paracle project directory.

Does generating skills and policies require manual file placement in the project?

No, generating skills and policies does not require manual file placement. The Skill automatically generates and saves structured output files, including skills and policies, into predefined locations within your Paracle project directory based on your natural language prompts.

What limitations exist when defining security auditing agents through natural language prompts?

When defining security auditing agents through natural language prompts, a key limitation is that the Skill generates foundational specifications and files, which you may still need to manually refine. The output quality depends on the specificity of your textual requirements and the selected LLM provider.