create-skill

Generate directory structures and guided instructions for creating AI agent skills.

7|1|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/ar4mirez/samuel --skill create-skill-ar4mirez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/ar4mirez/samuel/tree/main/template/.claude/skills/create-skill
Command: npx skills add https://github.com/ar4mirez/samuel --skill create-skill-ar4mirez

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 scaffolding directories and providing a clear process for defining and documenting skills.

Core Features & Use Cases

  • Skill Scaffolding: Automatically generates the directory structure for a new skill.
  • Guided Development: Provides step-by-step instructions for writing SKILL.md and adding resources.
  • Use Case: You need to build a new AI agent capability to manage database migrations. Use this skill to quickly set up the necessary files and follow best practices for defining the skill's functionality.

Quick Start

Use the create-skill command to scaffold a new skill named 'database-migration'.

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 and generate its directory structure?

To scaffold a new AI agent skill, use the create-skill command to automatically generate the required directory structure and provide guided instructions for defining skill metadata and resources.

What is the process for creating reusable AI capabilities for modular agents?

Creating reusable AI capabilities involves generating a modular directory structure and following guided instructions to define functionality, metadata, and resources for portable AI agent skills.

How do I write a SKILL.md file when developing new agent functionality?

Writing a SKILL.md file is supported by guided, step-by-step instructions provided during the skill creation process, ensuring you correctly define the skill's functionality and document its resources.

Do I need any dependencies to build portable AI agent skills?

You do not need any dependencies to build portable AI agent skills, as the skill creation process operates independently to scaffold directories and define modular capabilities without external requirements.

What's the best way to structure files for a new AI workflow capability?

The best way to structure files for a new AI workflow capability is using automated skill scaffolding, which sets up the necessary directories and assets to support modular, portable development.

When should I not use automated scaffolding for agent development?

You should not use automated scaffolding for agent development if your project requires a custom, non-modular directory architecture that deviates from the standardized structure generated for portable AI skills.