skill-creator

Create and update Claude Skills with SKILL.md templates and packaging workflows.

7|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/tenlisboa/.claude --skill skill-creator-tenlisboa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/tenlisboa/.claude/tree/main/skills/skill-creator
Command: npx skills add https://github.com/tenlisboa/.claude --skill skill-creator-tenlisboa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured approach to create and update Claude Skills, including SKILL.md templates, resource scaffolding, and packaging guidance.

Core Features & Use Cases

  • SKILL.md template generation: Ready-to-use frontmatter and structure for new skills.
  • Bundled resources guidance: Organize scripts, references, and assets.
  • Validation & packaging: Quick_validate, init_skill, and package_skill workflows.

Quick Start

Run scripts/init_skill.py <skill-name> to create a new skill skeleton in a target directory, then customize SKILL.md and resource files, and finally package with scripts/package_skill.py.