mvt-create-skill

Create MVTT skill definitions with SKILL.md frontmatter and registry.yaml registration.

19|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/uoyoCsharp/My-Virtual-TechTeam --skill mvt-create-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mvt-create-skill
Source: https://github.com/uoyoCsharp/My-Virtual-TechTeam/tree/main/.claude/skills/mvt-create-skill
Command: npx skills add https://github.com/uoyoCsharp/My-Virtual-TechTeam --skill mvt-create-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams create new MVTT-compatible skills without guessing the required structure, registration steps, or validation rules. It reduces the risk of producing broken, duplicate, or inconsistent skills by guiding the full design and creation workflow.

Core Features & Use Cases

  • Guided Skill Design: Leads the user through naming, purpose definition, role selection, category choice, and usage examples before file generation.
  • MVTT-Compliant Generation: Produces a complete SKILL.md with required sections, optional resources, and correct registry registration for discovery.
  • Validation & Safety Checks: Detects name collisions, weak descriptions, missing standard sections, invalid registry updates, and misplaced templates before declaring success.
  • Use Case: When a team wants a project-specific automation skill for recurring internal workflows, this Skill can define the behavior, decide whether scripts or references are needed, generate the skill files, and register the new command in the MVTT catalog.

Quick Start

Ask the AI to use mvt-create-skill to design and generate a new custom MVTT skill for a specific workflow you want to automate.

Frequently Asked Questions about mvt-create-skill

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

FAQPage Schema
How do I create custom MVTT skills for project-specific automation?

Creating custom MVTT skills requires a structured workflow that designs, generates, validates, and registers new skill units with compliant SKILL.md frontmatter and registry.yaml updates. This ensures your project-specific automation is standardized and discoverable in the MVTT catalog.

What is the process for registering a new skill in an MVTT repository?

Registering a new skill in an MVTT repository requires updating the registry.yaml file for discovery after generating a complete SKILL.md with required sections. Validation checks detect invalid registry updates and name collisions before declaring the skill successfully registered.

How do I validate AI workflow creation to prevent broken MVTT skills?

Validating AI workflow creation involves running safety checks that detect name collisions, weak descriptions, missing standard sections, and misplaced templates. This validation occurs post-write, ensuring your MVTT skills are structurally compliant and fully functional before deployment.

Does MVTT skill generation support optional resource planning for reusable automation?

MVTT skill generation supports optional resource planning by deciding whether scripts or references are needed during the guided design phase. This allows teams to define behavior and generate complete skill files tailored for reusable internal workflows.

What are common limitations when standardizing skills inside MVTT repositories?

Limitations when standardizing skills inside MVTT repositories include producing broken, duplicate, or inconsistent skills if the required structure is not followed. Misplaced templates, weak descriptions, and missing standard sections will fail validation checks during the post-write verification process.