agent-creator

Installation
SKILL.md

Agent Creator

Create composable AI agent systems in NestJS with uniform tool interfaces, DAG-based planning, and database-backed state.

Core Concept

Every agent system exposes the same Tool interface as a simple tool. Callers don't know if they're calling a web search API or a complex research system. This enables arbitrary composition and nesting.

Workflow

1. Gather Requirements

Ask the user:

  1. Purpose: What should this agent accomplish?
  2. Inputs/Outputs: What data goes in and comes out?
  3. Tools: What capabilities does it need? (existing tools or other agents)
  4. Success Criteria: How do we know the output is good?
  5. Evaluator Types: What quality dimensions matter? (see evaluators.md)
Related skills

More from mhylle/claude-skills-collection

Installs
6
GitHub Stars
13
First Seen
Jan 30, 2026