What problem does it solve? Creating a new agent skill requires knowing the correct directory locations, mandatory YAML frontmatter, and plugin marketplace configuration, which is easy to get wrong and causes skills to fail loading. ## Core Features & Use Cases - Skill Type Clarification: Guides users to choose between personal (~/.adal/skills/), project (.adal/skills/), or public plugin (GitHub repo) skills. - Structure Scaffolding: Creates the skill directory and a SKILL.md file with the required name and description YAML frontmatter. - Plugin Marketplace Setup: Generates .claude-plugin/marketplace.json with owner, metadata, and skills array configuration for Claude Code compatibility. - Use Case: A team lead wants to codify API conventions as a shared skill; the skill walks them through creating .adal/skills/api-conventions/SKILL.md and committing it to git. ## Quick Start Ask the agent to create a new skill and answer its prompts about skill type, name, and trigger scenarios.