generate-agent

Generate agent markdown files from council plans and research notes using templates.

3|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/golemfoundation/octant-council-builder --skill generate-agent-golemfoundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-agent
Source: https://github.com/golemfoundation/octant-council-builder/tree/main/skills/generate-agent
Command: npx skills add https://github.com/golemfoundation/octant-council-builder --skill generate-agent-golemfoundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of agent definitions by transforming research findings and council plans into ready-to-use agent markdown files.

Core Features & Use Cases

  • Generates agent markdown files in agents/ from the council plan and research notes.
  • Utilizes existing templates to ensure consistent structure and formatting.

Quick Start

Provide the council plan and research notes, then run the skill to generate an agent file.

Frequently Asked Questions about generate-agent

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

FAQPage Schema
How do I generate an agent definition from existing research notes?

To generate an agent definition, you provide council research findings and planning notes as input. The skill reads these documents and automatically populates a structured agent markdown file using predefined templates.

What is the best way to automate creating agent markdown files from a council plan?

Automating agent markdown file creation involves feeding a council plan and research notes into a template-driven generator. This process outputs a ready-to-use markdown file to the agents directory for subsequent review.

Do I need existing templates to create agent definitions from planning notes?

Yes, existing templates are required to ensure consistent structure and formatting when creating agent definitions. The skill uses these templates to map council research and planning data into the final markdown output.

Can I customize the generated agent markdown file after creation?

Yes, the generated agent markdown file is output to the agents directory specifically for subsequent review and customization. The initial generation provides a structured baseline that you can manually refine.

How does generating agent definitions from council research work?

Generating agent definitions works by extracting relevant details from provided council research and planning notes. It then maps this extracted information into a standardized markdown format using predefined templates.

What format does the generated agent file use for output?

The generated agent file uses markdown format and is output to the agents directory. This ensures the resulting agent definition is human-readable and ready for integration into your workflow.