create-skill

Scaffold standardized AI agent skill directories with template files.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/cuemby/cloud-marketplace --skill create-skill-cuemby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/cuemby/cloud-marketplace/tree/main/.claude/skills/create-skill
Command: npx skills add https://github.com/cuemby/cloud-marketplace --skill create-skill-cuemby

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation of new, reusable AI agent capabilities by providing a structured process and scaffolding for skill directories.

Core Features & Use Cases

  • Skill Scaffolding: Automatically generates the necessary directory structure and template files for a new Agent Skill.
  • Guided Development: Offers a step-by-step process for defining, writing, and validating skills according to the Agent Skills standard.
  • Use Case: You need to build a new AI agent capability to analyze code quality. Use this skill to quickly set up the SKILL.md, scripts/, references/, and assets/ directories, ensuring compliance with the Agent Skills specification from the start.

Quick Start

Use the create-skill skill to scaffold a new skill named 'code-analyzer'.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I scaffold a new AI agent skill with the right directory structure?

Scaffolding a new AI agent skill involves generating standardized directory structures and template files like SKILL.md, scripts, references, and assets. This tool automates that setup and ensures compliance with the Agent Skills specification.

What is the best way to structure reusable agent skills for development?

The best way to structure reusable agent skills is using a standardized directory format containing SKILL.md, scripts, references, and assets. This ensures capabilities are properly defined, validated, and reusable across the Agent Skills standard.

Can I use the samuel CLI to validate skill creation and templates?

Yes, you can use the samuel CLI for automated scaffolding and validation processes. It integrates directly with the skill creation lifecycle to ensure generated template files and directory structures meet the required Agent Skills specification.

Do I need to manually create SKILL.md and asset directories for agent development?

No, you do not need to manually create SKILL.md and asset directories for agent development. This scaffolding tool automatically generates the necessary directory structure and template files to start building capabilities immediately.

What are the limitations of using automated scaffolding for skill creation?

A limitation of automated scaffolding for skill creation is that it provides a basic implementation depth. It generates the initial directory structure and templates, but writing the specific skill logic and passing validation still requires manual development.