test-skill-new-structure

Define self-contained Skill Units with YAML frontmatter and optional resources.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Within-7/minto-plugin-tools --skill test-skill-new-structure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-skill-new-structure
Source: https://github.com/Within-7/minto-plugin-tools/tree/main/test-skill-new-structure/skills
Command: npx skills add https://github.com/Within-7/minto-plugin-tools --skill test-skill-new-structure

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill skeleton provides a standardized, self-contained template for creating and discovering Skill Units, reducing ambiguity and setup time for new tools.

Core Features & Use Cases

  • Enforces a YAML frontmatter schema with required name and description, plus optional metadata.
  • Supports optional resources via scripts/, references/, and assets/ directories to accompany each Skill.
  • Enables rapid skill cataloging and consistency across teams when creating new tools.

Quick Start

Copy the test-skill-new-structure template into a new Skill directory, fill out the SKILL.md frontmatter with a descriptive name and description, and add optional resource directories as needed. Validate that the Skill Unit adheres to the required structure and update dependencies/components accordingly.

Frequently Asked Questions about test-skill-new-structure

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

FAQPage Schema
How do I structure documentation for a self-contained skill unit?

Structure a self-contained skill unit by defining a mandatory SKILL.md file with YAML frontmatter containing required name and description fields, plus optional directories for scripts, references, and assets to ensure standardized organization.

What YAML frontmatter fields are required for skill documentation?

The required YAML frontmatter fields for skill documentation are name and description. Optional metadata fields like dependencies and components can also be included to catalog tools and specify execution resources.

How do I organize scripts and references when creating a skill template?

Organize scripts and references by placing them into optional scripts/, references/, and assets/ directories accompanying the SKILL.md file, enabling rapid skill cataloging and consistent resource execution across teams.

Can I use this skill template structure for team tool cataloging?

Yes, this skill template structure is designed for team tool cataloging, reducing ambiguity and setup time by enforcing a standardized, self-contained format with mandatory frontmatter and optional resource directories.

What is the best way to standardize skill organization across multiple tools?

The best way to standardize skill organization is to copy this template into a new directory, fill out the SKILL.md frontmatter, add resource directories as needed, and validate adherence to the required structure for consistency.