juliaz-agent-builder

Scaffold new juliaz_agents agents with standard template files.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/abzhaw/juliaz_agents --skill juliaz-agent-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: juliaz-agent-builder
Source: https://github.com/abzhaw/juliaz_agents/tree/main/.claude/skills/juliaz-agent-builder
Command: npx skills add https://github.com/abzhaw/juliaz_agents --skill juliaz-agent-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolding and standardizing new agents within the juliaz_agents ecosystem to ensure consistency, structure, and alignment with system conventions.

Core Features & Use Cases

  • Generates starter templates for SOUL.md, IDENTITY.md, TOOLS.md, AGENTS.md, HEARTBEAT.md, MEMORY.md, USER.md, and optional MEMORY/HEURISTICS sections.
  • Places agents in the correct system directories (julia/, meta/agents/, or thesis/agents) based on their role and environment.
  • Produces agent-cards and docs to integrate with the meta/docs catalog and system overview.

Quick Start

Ask me to create a new agent by naming it and describing its role, and I will scaffold its directory and starter files.

Frequently Asked Questions about juliaz-agent-builder

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

FAQPage Schema
How do I scaffold a new agent with SOUL.md and IDENTITY.md templates?

The SOUL.md pattern defines an agent's personality and core conventions before creation. It standardizes agent behavior by generating required files like SOUL.md, IDENTITY.md, and TOOLS.md alongside starter source code, ensuring every agent aligns with the ecosystem's structural and operational conventions.

What is the best way to standardize sub-agent creation in a multi-agent ecosystem?

Standardizing sub-agent creation is best handled by automating the scaffolding of required files like AGENTS.md, HEARTBEAT.md, and MEMORY.md. This enforces consistent agent conventions and correctly wires new sub-agents into the repository structure with agent cards and documentation.

Can I specify which directory a new agent is placed in during scaffolding?

Yes, agents are placed in specific system directories based on their role and environment. The scaffolding process automatically routes new agents into the correct folder structure, such as julia/, meta/agents/, or thesis/agents, ensuring proper ecosystem organization.

How do I generate agent cards and documentation for new agents?

You generate agent cards and documentation by triggering the agent scaffolding process. Alongside creating required template files like SOUL.md and IDENTITY.md, the process produces agent-cards and docs to integrate the new agent into the meta/docs catalog and system overview automatically.

Do I need to manually create a starter src/index.ts file for a new agent?

No, you do not need to manually create a starter src/index.ts file. The scaffolding process automatically generates the starter source code file alongside required markdown templates, wiring the agent into the repository structure immediately.