machina-constructor

Scaffold, validate, and deploy Machina agent-templates and connectors via MCP.

2|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/machina-sports/machina-skills --skill machina-constructor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: machina-constructor
Source: https://github.com/machina-sports/machina-skills/tree/main/machina-constructor
Command: npx skills add https://github.com/machina-sports/machina-skills --skill machina-constructor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the entire lifecycle of creating and deploying Machina agent-templates and connectors, from initial scaffolding to final installation.

Core Features & Use Cases

  • Scaffolding: Quickly generate boilerplate code and directory structures for new agents and connectors.
  • Validation: Ensure your YAML files adhere to the correct schema and syntax before deployment.
  • Deployment: Seamlessly import templates into your Machina Pod via MCP.
  • Use Case: A developer needs to create a new custom agent to process sports data. They use this Skill to scaffold the agent's files, define its workflows and prompts, validate the YAML, and then install it directly to their Machina Pod.

Quick Start

Use the machina-constructor skill to create a new agent template named 'sports-analyst'.

Frequently Asked Questions about machina-constructor

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

FAQPage Schema
How do I scaffold a new Machina agent template?

To scaffold a Machina agent template, use the guided scaffolding features to automatically generate boilerplate code and directory structures for new agents and connectors, streamlining your initial project setup.

Why does my YAML template deployment fail validation?

YAML template validation fails when your files do not adhere to the correct schema and syntax, which this tool enforces strictly before allowing seamless template deployment to your Machina Pod.

Can I deploy templates directly to my Machina Pod using MCP?

Yes, you can deploy templates directly to your Machina Pod using MCP integration, which provides seamless import capabilities for validated agent-templates and connectors directly into your environment.

What is the best way to build and validate custom agent connectors?

The best way to build and validate custom agent connectors is through an end-to-end workflow that generates directory structures, enforces correct YAML schema syntax, and integrates with MCP for final deployment.

Do I need prior YAML knowledge to create Machina templates?

Yes, you need prior YAML knowledge to define agent workflows and prompts, although the guided scaffolding and validation features help enforce correct YAML structure and schema syntax during template creation.