skill-creator

Guide creation of AI agent skills with SKILL.md structure and bundled resources.

799|76|Updated Aug 29, 2025
One-click install
npx skills add https://github.com/vinhnx/VTCode --skill skill-creator-vinhnx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/vinhnx/VTCode/tree/main/vtcode-core/src/skills/assets/samples/skill-creator
Command: npx skills add https://github.com/vinhnx/VTCode --skill skill-creator-vinhnx

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides guidance for creating effective skills, enabling users to extend VT Code's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Creation Guidance: Offers detailed instructions on the anatomy of a skill, core principles, and the step-by-step process for creating new skills.
  • Resource Management: Explains the purpose and best practices for using scripts/, references/, and assets/ directories.
  • Use Case: A developer wants to add a new skill to VT Code that can interact with a specific internal API. They would use this skill to understand the structure, requirements, and best practices for creating their new skill.

Quick Start

Use the skill-creator skill to learn how to create a new skill for VT Code.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new AI agent skill in VT Code?

To create a new AI agent skill in VT Code, you need to structure a skill package with a SKILL.md file, define its frontmatter and body content, and organize bundled resources like scripts and references.

What is the directory structure required for skill creation?

The directory structure for skill creation involves using specific folders for different bundled resources, including directories for scripts, references, and assets to ensure modular extension of capabilities.

How does SKILL.md frontmatter configuration work?

SKILL.md frontmatter configuration works by providing standardized metadata that defines the skill's properties, enabling the VT Code agent to understand and properly execute the modular skill package.

When do I need to use bundled resources like scripts and references?

You need to use bundled resources like scripts and references when your skill requires external logic execution or supporting documentation to interact with specific internal APIs or specialized workflows.

What is the best way to structure documentation for a new skill?

The best way to structure documentation for a new skill is to follow standardized best practices for the SKILL.md body content, clearly detailing the problem it solves, core features, and use cases.

Can I use this approach to update an existing skill?

Yes, you can use this approach to update an existing skill by modifying its SKILL.md frontmatter and body content, or by managing its bundled resources within the established directory structure.