skill-creator

Initialize new skill directories with standard templates and validate them.

13|31|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/daniel-carreon/video-generator --skill skill-creator-daniel-carreon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/daniel-carreon/video-generator/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/daniel-carreon/video-generator --skill skill-creator-daniel-carreon

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill standardizes the creation of new AI skills, ensuring consistency, quality, and adherence to best practices across your team or organization. It simplifies the process of extending Claude's capabilities with specialized knowledge and reusable workflows.

Core Features & Use Cases

  • Skill Initialization: Quickly set up new skill directories with a standard template and recommended structure.
  • Validation & Packaging: Ensure skills meet specifications and are ready for distribution and installation.
  • Best Practices Guide: Learn how to structure, name, and document skills effectively for optimal AI interaction.
  • Use Case: A developer needs to create a new skill for integrating a proprietary internal API. They use skill-creator to initialize the project, follow the guidelines for SKILL.md and scripts/, and then validate and package it for deployment within Claude Code.

Quick Start

Use the skill-creator to initialize a new skill named 'my-new-tool' in the current directory, providing a template for its SKILL.md, scripts, and references.