skill-creator

Scaffold, validate, and package AI agent skills into zip archives.

2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/bcastelino/agent-skills-kit --skill skill-creator-bcastelino
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/bcastelino/agent-skills-kit/tree/main/skills/skill-creator
Command: npx skills add https://github.com/bcastelino/agent-skills-kit --skill skill-creator-bcastelino

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the entire process of creating, validating, and packaging AI agent skills, making skill development accessible and efficient.

Core Features & Use Cases

  • Skill Scaffolding: Automatically generates the necessary directory structure and template files for a new skill.
  • Validation: Checks SKILL.md for correct structure, frontmatter, and adherence to best practices.
  • Packaging: Compiles a validated skill into a distributable zip archive.
  • Use Case: When you need to create a new skill for managing customer feedback, use this skill to scaffold the project, write the SKILL.md, and ensure it's ready for distribution.

Quick Start

Use the skill creator to scaffold a new skill named 'customer-feedback-manager' in the 'skills' directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold and package an AI agent skill for distribution?

Scaffolding and packaging an AI agent skill involves generating the directory structure, writing the SKILL.md, validating frontmatter, and bundling resources into a zip archive. This skill automates that entire workflow to ensure portability and adherence to best practices.

What is the process for validating a SKILL.md file structure?

Validating a SKILL.md file structure requires checking for correct frontmatter, trigger phrases, and overall adherence to skill unit definitions. This skill performs automated validation checks to ensure your skill meets discoverability and portability standards before packaging.

Do I need Python to create and bundle AI agent skills?

Python is required to create and bundle AI agent skills using this tool. The skill creator relies on Python scripts to automate scaffolding, validate the SKILL.md structure, and compile resources like assets and references into a distributable zip archive.

What's the best way to include scripts and references when building agent skills?

The best way to include scripts and references when building agent skills is to use an automated scaffolding tool. It generates the necessary directory structure and bundles these components with your SKILL.md file to ensure the final package is fully self-contained and portable.

Can I define custom trigger phrases for AI agent skill discoverability?

You can define custom trigger phrases for AI agent skill discoverability within the SKILL.md frontmatter. This skill provides an interactive guide to help you establish these phrases correctly, ensuring your skill is activated appropriately by AI agents.

Why does my packaged AI skill fail validation checks?

Packaged AI skills fail validation checks when the SKILL.md file lacks correct frontmatter, proper trigger phrases, or required structural elements. Running your skill through an automated validator identifies these structural issues before you attempt final packaging and distribution.