agent-factory.default

Automate agent creation, packaging, validation, and installation workflows.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/mandubian/autonoetic --skill agent-factory-default
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-factory.default
Source: https://github.com/mandubian/autonoetic/tree/main/agents/evolution/agent-factory.default
Command: npx skills add https://github.com/mandubian/autonoetic --skill agent-factory-default

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end lifecycle of creating, packaging, gating, and installing new agents, removing manual orchestration.

Core Features & Use Cases

  • Architect and design: determine requirements and structure for the new agent.
  • Code and package: generate and assemble implementation artifacts, including packaging for deployment.
  • Gate and install: apply policy checks via evaluators/auditors and install the agent into runtime.

Quick Start

Spawn the architect, coder, and specialized_builder in sequence to deliver a fully installed agent.

Frequently Asked Questions about agent-factory.default

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

FAQPage Schema
How do I automate agent creation and deployment from design to installation?

Automating agent creation and deployment involves orchestrating the end-to-end lifecycle, spanning architecture, coding, packaging, validation, and installation. This skill executes that full lifecycle automation by spawning sequential builders to deliver a fully installed agent.

What is gated promotion in agent lifecycle orchestration?

Gated promotion in agent lifecycle orchestration is the process of applying policy checks via evaluators and auditors before installation. This ensures newly packaged agents meet validation requirements before being deployed into the runtime environment.

Can I use planner-driven tasks for full lifecycle agent packaging?

Yes, planner-driven tasks requiring full lifecycle automation are directly supported. The workflow applies multi-step orchestration to manage architecture, coding, packaging, and gated installation across diverse capabilities.

What's the best way to package and install an agent into a runtime?

The best way to package and install an agent is to spawn the architect, coder, and specialized_builder in sequence. This generates implementation artifacts, assembles deployment packages, applies policy gates, and installs the agent into the runtime.

How does multi-step orchestration handle artifact management for new agents?

Multi-step orchestration handles artifact management by sequentially generating and assembling implementation artifacts during the coding phase, then applying gating checks before final installation. This removes manual orchestration from the end-to-end agent lifecycle.

Do I need to manually validate agents before installation?

No, manual validation is not required before installation. The lifecycle automation applies policy checks via evaluators and auditors during the gating phase, satisfying validation requirements automatically prior to runtime deployment.