agent-creator

Create Mistral Vibe agents with standardized TOML configurations and design patterns.

Updated May 8, 2026
One-click install
npx skills add https://github.com/b08x/dots --skill agent-creator-b08x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/b08x/dots/tree/main/.vibe/skills/agent-creator
Command: npx skills add https://github.com/b08x/dots --skill agent-creator-b08x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, mistral-vibe-cli, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the creation of Mistral Vibe agents by guiding users through a structured process, applying design patterns, and generating standardized configurations.

Core Features & Use Cases

  • Interactive Agent Creation: Guided by targeted questions for precise configuration.
  • Design Patterns Integration: Utilizes 7 proven patterns for flexible agent architecture.
  • Skill Branching: Automatically branches to skill-architect for new skills creation.
  • Standardized TOML Configurations: Generates standardized configurations for agents.
  • On-Demand Loading: Efficiently loads patterns and questions on demand.
  • Use Case: Imagine you need to create a new agent for code review. Use this Skill to define the agent's purpose, select a pattern, and generate the necessary configurations.

Quick Start

Use the agent-creator skill to create a new agent for code review by following the prompts to define the agent's purpose, select a pattern, and generate the configurations.

Frequently Asked Questions about agent-creator

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

FAQPage Schema
How do I create a Mistral Vibe agent using design patterns?

To create a Mistral Vibe agent, this skill guides you through targeted questions to define the agent's purpose, select from seven proven design patterns, and generate standardized TOML configurations.

What are design patterns for agent architecture and when do I need them?

Design patterns for agent architecture provide structured, reusable solutions for building agents, needed when configuring complex behaviors like code review to ensure flexible and standardized setups.

Do I need Python and Mistral Vibe CLI to generate agent configurations?

Yes, generating agent configurations requires Python 3.10 or higher and Mistral Vibe CLI version 1.0 or higher installed in your environment to execute the skill's scripts and branching logic.

Can I use agent-creator to set up a new skill from scratch?

Yes, you can set up a new skill from scratch because the agent creation process supports skill branching, automatically routing new skill creation tasks to the skill-architect component.

What's the best way to structure TOML configurations for multiple agents?

The best way to structure TOML configurations is by applying the seven integrated design patterns, which streamline architecture and generate standardized configuration files for each agent.

Why does skill branching happen during agent creation?

Skill branching happens during agent creation to efficiently handle resource loading on demand and route the generation of entirely new skills to the dedicated skill-architect.