skill-creator

Automate Claude skill setup with SKILL.md templates and starter resources.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/theeabrarrr/LPG-Connect --skill skill-creator-theeabrarrr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/theeabrarrr/LPG-Connect/tree/main/skill-creator
Command: npx skills add https://github.com/theeabrarrr/LPG-Connect --skill skill-creator-theeabrarrr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a standardized, reusable blueprint to bootstrap and template Claude skills, enabling teams to quickly produce consistent entry points, documentation, and tooling around skill development.

Core Features & Use Cases

  • Ready-to-use SKILL.md frontmatter templates with required name and description fields.
  • Starter resource directories (scripts/, references/, assets/) populated with safe, representative examples.
  • Guidance on progressive disclosure, validation, and packaging to support robust skill creation.
  • Use cases include onboarding new skills, standardizing skill templates, and accelerating domain-specific capability development.

Quick Start

Create a new skill using the provided skeleton and customize SKILL.md and the example resources, then run packaging to generate the .skill package.

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 Claude skill with the correct folder structure?

Standardizing Claude skill creation involves using a reusable blueprint that enforces well-formed SKILL.md frontmatter and organizes optional resources, ensuring team-wide consistency in entry points and documentation.

What is the best way to package a Claude skill for distribution?

The best way to package a Claude skill is to customize the starter skeleton and run the provided packaging workflows, which validate the structure and generate a ready-to-distribute .skill package.

Do I need to manually configure progressive disclosure when building Claude skills?

You do not need to manually configure progressive disclosure, as the skill creation blueprint provides built-in guidance on validation and progressive disclosure to support robust skill development.

Can I use a skill template to onboard domain-specific capabilities for my team?

You can use a skill template to onboard domain-specific capabilities, providing a standardized entry point that accelerates team-wide capability development and ensures consistent documentation.