# skill-name > What it does AND when to use it (include trigger context) - Author: galichandrey - Repository: galichandrey/mas-core - Version: 20251229192510 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/galichandrey/mas-core - Web: https://mule.run/skillshub/@@galichandrey/mas-core~skill-name:20251229192510 --- --- name: skill-name description: What it does AND when to use it (include trigger context) type: base version: 1.0.0 --- # Skill Title ## Overview [Brief 1-2 sentence description of what this skill does] ## Quick Start [Basic usage example - what user says, what happens] ## Core Capabilities ### 1. [Capability Name] - What it does - When to use - Example ### 2. [Capability Name] - What it does - When to use - Example ## Resources ### scripts/ - `main.py` - Core logic - `helpers.sh` - Utilities ### references/ - `patterns.md` - Common patterns - `api-docs.md` - API reference ### assets/ - `template.json` - Output template ## Validation Checklist - [ ] SKILL.md exists with valid YAML frontmatter - [ ] Name is hyphen-case (lowercase, digits, hyphens only) - [ ] Description includes "what" and "when to use" - [ ] Description < 1024 characters - [ ] No angle brackets in description - [ ] Body under 500 lines - [ ] Resource directories created - [ ] No deeply nested references (max 2 levels) - [ ] All paths use forward slashes - [ ] No absolute paths