skill-creator

Guide AI agents through authoring, packaging, and iterating AgentSkills.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/FreedomLabNYC/skills --skill skill-creator-freedomlabnyc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/FreedomLabNYC/skills/tree/main/skill-creator
Command: npx skills add https://github.com/FreedomLabNYC/skills --skill skill-creator-freedomlabnyc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires init_skill.py, package_skill.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides the framework and instructions to train AI agents to author, maintain, and evaluate AgentSkills.

Core Features & Use Cases

  • Skill Creation Guide: Offers step-by-step guidance on constructing SKILL.md files.
  • Skill Editing & Improvement: Walks agents through modifying and enhancing existing skills.
  • Skill Audit & Quality Assurance: Instructs on ensuring the quality and functionality of skills.

Quick Start

Run the init_skill.py script to start creating a new skill from a template.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package AI agent skills from a template?

To create AI agent skills, you initialize a project using the init_skill.py script, define the SKILL.md file, and package the modular unit using package_skill.py.

What is an AgentSkills specification and when do I need it?

An AgentSkills specification defines the framework for modular AI skill units. You need it when training AI agents to author, maintain, and evaluate functional skill components.

How do I audit and improve existing agent skills for quality assurance?

You audit agent skills by following the quality assurance instructions to evaluate functionality, modifying the SKILL.md structure, and iterating on the development process.

Do I need prior knowledge of AI workflow principles to build modular skills?

Yes, building modular skills requires an understanding of AI workflow principles and the AgentSkills specification to properly initialize, develop, and package functional units.

Can I modify and iterate on existing SKILL.md files after initialization?

Yes, you can modify and iterate on existing SKILL.md files by walking through the skill editing process to enhance and refine the current modular skill structure.