skill-creator

Automates scaffolding, validation, and packaging of Rocket.Chat Apps with automated workflows.

20|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/BrOrlandi/my-claude-skills --skill skill-creator-brorlandi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/BrOrlandi/my-claude-skills/tree/main/skill-creator
Command: npx skills add https://github.com/BrOrlandi/my-claude-skills --skill skill-creator-brorlandi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill provides a structured, repeatable process for creating Claude Skills, reducing guesswork and ensuring consistency from concept to packaging.

Core Features & Use Cases

  • Workflow scaffolding: templates and step-by-step guidance to plan, initialize, edit, and package skills.
  • Resource organization: standardized folders for scripts, references, and assets to support advanced workflows.
  • Packaging and quality: built-in steps and example scripts that validate and package skills into .skill files.

Quick Start

Run the skill initializer to create a new skill directory, then customize SKILL.md and the bundled resources before packaging.

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 a deployable Claude Skill?

To create a deployable Claude Skill, use an automated workflow that scaffolds the directory structure, validates YAML frontmatter, organizes scripts and assets, and packages the output into a .skill file. This provides a structured, repeatable process from concept to distribution.

What is the best way to structure resources when building Claude Skills?

The best way to structure resources for Claude Skills is using standardized folders for scripts, references, and assets. This organization supports advanced workflows and ensures consistency across development and packaging stages.

Do I need to validate YAML frontmatter before packaging a Claude Skill?

Yes, you need to validate YAML frontmatter before packaging a Claude Skill to ensure metadata consistency. Built-in validation steps check the structure and prevent formatting errors from breaking the final .skill file.

Can I automate the initialization and editing workflow for Claude Skills?

Yes, you can automate the initialization and editing workflow for Claude Skills using templates and step-by-step guidance. This covers planning, initialization, and editing to reduce guesswork during skill creation.

What is included in the Claude Skill packaging process?

The Claude Skill packaging process includes built-in steps and example scripts that validate resources and bundle the directory into a .skill file. This ensures the final package meets quality and structural guidelines for distribution.