bot-creator

Convert plain-language bot ideas into complete Bot Specs with scaffolding.

1|3|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/midnghtsapphire/revvel-standards --skill bot-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bot-creator
Source: https://github.com/midnghtsapphire/revvel-standards/tree/main/skills/bot-creator
Command: npx skills add https://github.com/midnghtsapphire/revvel-standards --skill bot-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bot builders often face a blank-page problem when trying to convert a vague idea into concrete, ship-ready AI artifacts. Bot Creator provides a repeatable workflow to transform a plain-language concept into a complete Bot Spec, including naming, system prompts, persona, visual styles, and a scaffold ready to drop into a repository.

Core Features & Use Cases

  • Interview-driven spec: asks up to five quick questions to determine audience, purpose, category, and preferred visual style.
  • Style composition: supports one or two styles with clear combo rules to enforce brand coherence.
  • Spec emission & scaffolding: outputs a Bot Spec and writes bots/<bot-slug>/ with BOT.md, bot.yml, persona.yml, and theme.json; registers the bot in bots/REGISTRY.md.

Quick Start

Run the five-question interview, lock the spec, emit the Bot Spec, scaffold bots/<bot-slug>/, and update the registry.

Frequently Asked Questions about bot-creator

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

FAQPage Schema
How do I turn a plain-language bot idea into a ship-ready Bot Spec?

To turn a plain-language bot idea into a ship-ready Bot Spec, use an interview-driven workflow asking up to five questions to determine audience, purpose, category, and visual style. It then emits a complete spec with prompts, persona, styles, and a scaffold.

Can I compose multiple visual styles when generating a bot scaffold?

Yes, you can compose multiple visual styles when generating a bot scaffold. The style composition supports one or two styles with clear combo rules to enforce brand coherence across the generated persona and theme files.

What files are included in an automated bot scaffolding output?

Automated bot scaffolding outputs the files BOT.md, bot.yml, persona.yml, and theme.json into a bots/<slug>/ directory. It also updates the bots/REGISTRY.md to integrate the newly generated bot.

Does the Bot Spec generation process enforce guardrails and schema validation?

Yes, the Bot Spec generation process enforces guardrails and schema validation. It ensures the final Bot Spec is valid against the output schema before writing the scaffolded files and integrating the entry into the registry.

What's the best way to start automating workflow scaffolds for AI bots?

The best way to start automating workflow scaffolds for AI bots is running a quick five-question interview to lock the spec. Once locked, the system automatically emits the Bot Spec, scaffolds the directory, and updates the registry.

Why do I need a complete bot spec before generating automation files?

You need a complete bot spec before generating automation files to ensure brand coherence and enforce guardrails. Defining the audience, purpose, and locked category upfront prevents blank-page errors and guarantees valid schema output during scaffolding.