skill-creator

Design, document, and package Skill Units for Claude with SKILL.md structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a blueprint for creating, documenting, and packaging Skill Units that extend Claude's capabilities with domain knowledge, workflows, and tool integrations.

Core Features & Use Cases

  • Guidance on frontmatter structure, resource organization, and packaging workflows for skills.
  • Templates & Best Practices for SKILL.md formatting, metadata, and progressive disclosure patterns.
  • Use Case: When teams want to rapidly spin up a new skill or update an existing one to accommodate new domain knowledge or integrations.

Quick Start

Run the Skill Creator workflow to scaffold and tailor a new skill: use init_skill.py <skill-name> --path <path>, then edit SKILL.md and organize optional bundles under scripts/, references/, and assets/ as needed. Then validate and package as required.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new skill for Claude?

To create a new skill for Claude, run the init_skill.py script to scaffold the structure, then edit the SKILL.md file to incorporate frontmatter, domain knowledge, and tool integrations for your specific workflow.

What frontmatter is required in a SKILL.md file?

A SKILL.md file requires name and description fields in its frontmatter. Optional metadata, resource directories, and packaging configurations can be added to ensure consistent discovery and deployment.

How should I organize resources and scripts when packaging skills?

When packaging skills, organize optional bundles under scripts/, references/, and assets/ directories. This structure ensures workflows and tool integrations are correctly bundled for deployment.

When do I need to update an existing Claude skill?

You need to update an existing Claude skill when incorporating new domain knowledge, adding tool integrations, or modifying workflows to accommodate changing task requirements.

What is the best way to document workflows in Claude skill units?

The best way to document workflows in Claude skill units is by formatting SKILL.md with progressive disclosure patterns and applying metadata templates to specify frontmatter and resource organization.

Does packaging skills require specific directory structures?

Packaging skills uses an optional directory structure where bundles are organized under scripts/, references/, and assets/. This organization ensures consistent deployment and discovery of resources.