skill-creator

Create or update SKILL.md files with structured templates and optional resources.

5.0k|454|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/tech-leads-club/agent-skills --skill skill-creator-tech-leads-club
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/tech-leads-club/agent-skills/tree/main/packages/skills-catalog/skills/%28creation%29/skill-creator
Command: npx skills add https://github.com/tech-leads-club/agent-skills --skill skill-creator-tech-leads-club

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured blueprint and practical guidance for creating or updating AI agent skills. It helps teams capture best practices, templates, and documentation in a portable format that any compatible agent can load.

Core Features & Use Cases

  • Structured frontmatter templates for SKILL.md including required name and description
  • Step-by-step workflow to plan, document, and package a new skill with optional resources (scripts/, references/, assets/)
  • Use Cases: creating new skills for agents like Claude Code or Cursor; updating existing skills; documenting governance and templates for teammates

Quick Start

Create a new directory named skill-name, add SKILL.md with proper frontmatter (name and description) and a body describing usage; optionally add scripts/, references/, and assets/ as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create an AI agent skill with a SKILL.md file?▼

You can structure an AI agent skill by adding frontmatter with name and description fields to your SKILL.md file, then writing a body under 500 lines that documents usage and optionally organizing supporting files in scripts/, references/, and assets/ directories.

What frontmatter is required for a SKILL.md file?▼

The required frontmatter for a SKILL.md file includes only the name and description fields, which provide the essential metadata for AI agents to identify and load the skill correctly.

When should I include bundled resources in my AI agent skill?▼

You should include bundled resources like scripts/, references/, and assets/ directories in your AI agent skill only when they are needed to support the skill's core functionality and documentation.

Does skill-creation work for both Claude Code and Cursor agents?▼

Skill-creation templates support building portable skills for compatible agents like Claude Code and Cursor, allowing teams to capture best practices in a format that any compatible agent can load.

What is the maximum recommended length for a SKILL.md body?▼

The maximum recommended length for a SKILL.md body is 500 lines, ensuring the documentation remains concise and easily parseable for AI agents loading the skill.