Loading...
Loading...
Compare original and translation side by side
skill-name/
├── SKILL.md (required)
│ ├── YAML frontmatter metadata (required)
│ │ ├── name: (required)
│ │ └── description: (required)
│ └── Markdown instructions (required)
└── Bundled Resources (optional)
├── scripts/ - Executable code (Python/Bash/etc.)
├── references/ - Documentation loaded into context as needed
└── assets/ - Files used in output (templates, icons, fonts, etc.)skill-name/
├── SKILL.md (required)
│ ├── YAML frontmatter metadata (required)
│ │ ├── name: (required)
│ │ └── description: (required)
│ └── Markdown instructions (required)
└── Bundled Resources (optional)
├── scripts/ - Executable code (Python/Bash/etc.)
├── references/ - Documentation loaded into context as needed
└── assets/ - Files used in output (templates, icons, fonts, etc.)namedescriptionnamedescriptionscripts/scripts/scripts/rotate_pdf.pyscripts/rotate_pdf.pyreferences/references/references/schema.mdreferences/api_docs.mdreferences/schema.mdreferences/api_docs.mdassets/assets/assets/logo.pngassets/template.htmlassets/logo.pngassets/template.htmlskill-name/
├── SKILL.md
├── scripts/ (if needed)
├── references/ (if needed)
└── assets/ (if needed)skill-name/
├── SKILL.md
├── scripts/ (if needed)
├── references/ (if needed)
└── assets/ (if needed)---
name: skill-name
description: What the skill does and when to use it. Include specific triggers and contexts. Max 1024 characters.
------
name: skill-name
description: What the skill does and when to use it. Include specific triggers and contexts. Max 1024 characters.
---✅ Skill created successfully!
📁 Location: .agent/skills/[name]/SKILL.md
🎯 Purpose: [brief description]
🔧 How to test: [example prompt that should trigger the skill]
💡 Tip: The agent will use this skill automatically when it detects [context].✅ Skill created successfully!
📁 Location: .agent/skills/[name]/SKILL.md
🎯 Purpose: [brief description]
🔧 How to test: [example prompt that should trigger the skill]
💡 Tip: The agent will use this skill automatically when it detects [context].