create-skill

Generate AdaL skill directory structures and SKILL.md frontmatter.

104|8|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/SylphAI-Inc/skills --skill create-skill-sylphai-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/SylphAI-Inc/skills/tree/main/skills/create-skill
Command: npx skills add https://github.com/SylphAI-Inc/skills --skill create-skill-sylphai-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating AdaL skills often suffers from ambiguity about scope and structure. This guide helps users clearly define the skill type (personal, project, or plugin) and scaffold a consistent starting point with a proper SKILL.md frontmatter.

Core Features & Use Cases

  • Clarifies skill scope: Personal (~/.adal/skills/), Project (.adal/skills/), or Plugin (GitHub public) to ensure correct visibility and sharing.
  • Provides a standard SKILL.md frontmatter template including required fields (name, description, author, version) and a consistent body for activation and instructions.
  • Outlines a practical workflow: gather details, create the skill folder, and populate SKILL.md so the skill can be loaded and discovered.

Quick Start

Create the initial skill scaffold following Step 3: gather details, create the directory, and write SKILL.md frontmatter.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create a new AdaL skill and scaffold the project structure?

To create a new AdaL skill, gather the skill details, create the skill directory, and populate the SKILL.md frontmatter with name, description, author, and version. This scaffolds a consistent starting point for deployment and discovery.

What is the difference between personal, project, and plugin skills in AdaL?

Personal skills reside in ~/.adal/skills/ for individual use, project skills in .adal/skills/ for team sharing within a repository, and plugin skills are hosted publicly on GitHub for broad distribution and visibility.

What fields are required in the SKILL.md frontmatter for an AdaL skill?

The SKILL.md frontmatter requires name, description, author, and version fields. This metadata ensures the AdaL skill can be properly discovered and loaded into the repository environment.

What's the best way to set up a personal AdaL skill for individual use?

Set up a personal AdaL skill by creating a directory under ~/.adal/skills/ and writing the SKILL.md file with the required frontmatter. This ensures the skill is scoped correctly for individual visibility and loading.

Can I load a scaffolded AdaL skill directly into my project repository?

Yes, after scaffolding the skill structure and writing the SKILL.md frontmatter, the AdaL skill can be loaded and discovered directly within your project repository using the .adal/skills/ directory path.

Why does my AdaL skill scaffold need a specific directory structure?

A specific directory structure is needed to ensure the AdaL skill is correctly discovered and loaded. Scaffolding provides a standard layout with SKILL.md frontmatter, reducing ambiguity about scope and deployment.