agent-creator

Generate standardized Markdown agent definitions for the Miyabi framework.

Updated Jun 11, 2025
One-click install
npx skills add https://github.com/nobu007/connective-byte --skill agent-creator-nobu007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/nobu007/connective-byte/tree/main/.claude/skills/agent-creator
Command: npx skills add https://github.com/nobu007/connective-byte --skill agent-creator-nobu007

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables the automatic creation of specialized agent definitions for the Miyabi framework. It generates agent definition files (.md) with complete workflows, tool access configurations, and quality standards based on established templates. Perfect for quickly creating domain-specific agents without manual configuration.

Core Features & Use Cases

  • Template-based agent definitions: Generates agent definition files with templates for workflows, tool access, and quality standards.
  • Agent type templates: Code-review, deployment, testing, documentation, security, or general-purpose.
  • Quick customization: Add domain-specific context, capabilities, and workflow guidance.

Quick Start

Initialize the agents directory, then generate a first agent using standard templates:

  • python .claude/skills/agent-creator/scripts/init_agent.py --init
  • python .claude/skills/agent-creator/scripts/generate_agent.py code-review-expert code-review
  • python .claude/skills/agent-creator/scripts/validate_agent.py code-review-expert.md

Frequently Asked Questions about agent-creator

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

FAQPage Schema
How do I automate agent creation for the Miyabi framework?

Agent-creator automates Miyabi agent definition generation by applying standardized templates for code-review, deployment, testing, documentation, security, and general-purpose agents. Run init_agent.py to initialize your agents directory, then generate_agent.py to produce .md definition files with complete workflows and tool configurations.

What agent types can I generate with templates?

Agent-creator provides templates for six specialized agent types: code-review, deployment, testing, documentation, security, and general-purpose. Each template generates a complete agent definition file with pre-configured workflows, tool access rules, and quality standards matching that agent's domain.

Can I customize generated agent definitions for my domain?

Yes. Agent-creator generates baseline .md definition files from templates, which you can customize by adding domain-specific context, capabilities, and workflow guidance. The generated files are editable Markdown, so modifications integrate directly into your Miyabi deployment.

Do I need to validate agent definitions after generation?

Agent-creator includes validate_agent.py to check generated agent definition files for correctness. Run it after generation to verify workflows, tool configurations, and quality standards conform to Miyabi framework requirements before deployment.

What's the quickest way to set up multiple agents?

Initialize once with init_agent.py --init, then call generate_agent.py for each agent type you need, specifying the agent name and template type. Validation happens automatically, so you can deploy agents without manual setup overhead.