creating-agents

Generate Agent2 agent schema, tools, config, Dockerfile, and Compose entries.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/duozokker/live-interview-prep-agent2-mvp --skill creating-agents-duozokker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-agents
Source: https://github.com/duozokker/live-interview-prep-agent2-mvp/tree/main/agent-two/.gemini/skills/creating-agents
Command: npx skills add https://github.com/duozokker/live-interview-prep-agent2-mvp --skill creating-agents-duozokker

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamlines the process of creating a new Agent2 agent, simplifying the development of schema, tools, config, Dockerfile, and Docker Compose setup.

Core Features & Use Cases

  • Automatic Scaffold Generation: Generates necessary files and configurations following Agent2 conventions.
  • User Input Collection: Collects essential information from users to customize the new agent.
  • Integration with Docker: Creates Docker services and Dockerfile configurations.

Quick Start

Create a new Agent2 agent with the name "sales" using the 'creating-agents' skill.

Frequently Asked Questions about creating-agents

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

FAQPage Schema
How do I scaffold a new Agent2 agent with Docker configuration?

To scaffold an Agent2 agent, you provide agent details as input, and the system automatically generates the required schema, tools, config files, Dockerfile, and Docker Compose entries for deployment.

What files are generated when creating an Agent2 service?

Creating an Agent2 service generates schema definitions, tool configurations, config files, and Docker deployment files including a Dockerfile and Docker Compose entries based on your specified inputs.

Does scaffolding an Agent2 agent require Docker?

Yes, Docker is required because the scaffolding process creates Dockerfile and Docker Compose configurations to deploy the newly generated Agent2 service.

What is the best way to automate Agent2 service development setup?

Automating Agent2 service development is best handled by collecting user input for agent details to automatically generate schema, tools, and Docker configurations following Agent2 conventions.

Can I customize the generated Agent2 schema and config files?

You customize the generated Agent2 schema and config files by providing specific agent details during the user input collection phase of the scaffolding process.

Why generate Docker Compose entries for an Agent2 agent?

Generating Docker Compose entries for an Agent2 agent integrates the new service into your existing deployment infrastructure by defining its Docker runtime environment.