skill-creator

Create and update Claude skills with standardized SKILL.md structure and resource organization.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/arusinova/annarusinova-platform --skill skill-creator-arusinova
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/arusinova/annarusinova-platform/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/arusinova/annarusinova-platform --skill skill-creator-arusinova

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Standardizes the creation and ongoing maintenance of Claude skills by providing a repeatable template, folder structure, and validation workflow so teams can efficiently add or update capabilities.

Core Features & Use Cases

  • Provides a template for SKILL.md frontmatter and body to enforce consistent metadata and guidance.
  • Defines recommended resource organization (scripts/, references/, assets/) to support deterministic tasks, reference material, and output assets.
  • Includes guidance for packaging and validating skills to enable safe sharing and deployment.

Quick Start

Run the init-skill.ts script to scaffold a new skill at the desired path.

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 Claude skill with standardized frontmatter and folder structure?

To create a Claude skill with standardized frontmatter and folder structure, run the init-skill.ts script to scaffold a new skill at your desired path. This enforces consistent metadata fields like name, description, and license, alongside a recommended resource organization for scripts, references, and assets.

What frontmatter fields are required when packaging Claude skills?

Required frontmatter fields when packaging Claude skills include name, description, and license. Ensuring compliance with these specific fields enables consistent packaging, safe sharing, and reliable discovery of capabilities across teams.

What is the best way to organize scripts, references, and assets for Claude capabilities?

The best way to organize scripts, references, and assets is by using the recommended resource directories: scripts/ for deterministic tasks, references/ for reference material, and assets/ for output assets. This structure supports deterministic task execution and ongoing maintenance.

How do I validate and update existing Claude skills safely?

You validate and update existing Claude skills safely by following the provided validation workflow and standardized template. This ensures compliance with frontmatter requirements and maintains consistent packaging for deployment and sharing.

Does Claude skill creation tooling provide templates for team workflow standardization?

Yes, Claude skill creation tooling provides a repeatable template for SKILL.md frontmatter and body to enforce consistent metadata. This standardizes the ongoing maintenance of capabilities so teams can efficiently add or update resources.