skill-creator

Guide creation, refinement, and auditing of Claude Code Skills with SKILL.md structure and packaging workflows.

12|2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/jikig-ai/soleur --skill skill-creator-jikig-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jikig-ai/soleur/tree/main/plugins/soleur/skills/skill-creator
Command: npx skills add https://github.com/jikig-ai/soleur --skill skill-creator-jikig-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Reduce the friction and errors in authoring, packaging, and auditing Claude Code Skills by providing concrete structure, workflows, and validation guidance so skills are discoverable, maintainable, and safe to distribute.

Core Features & Use Cases

  • SKILL.md authoring: Provide frontmatter, progressive disclosure, and XML/markdown structure guidance to make skills discoverable and efficient.
  • Workflows & templates: Offer step-by-step workflows for creating, auditing, upgrading, and packaging skills, with examples for router and simple patterns.
  • Scripts & packaging: Recommend when to include executable scripts, how to validate and package a skill, and provide packaging/validation workflows.
  • Audit & iteration: Run structured audits, verify references, and iterate with testing guidance to keep skills current and robust.

Quick Start

Ask the skill to audit an existing SKILL.md and produce a prioritized list of fixes and packaging recommendations.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is the best way to audit an existing Claude skill?

Run a structured audit workflow that verifies references, checks metadata quality, and produces a prioritized list of fixes and packaging recommendations to keep your Claude skill robust and maintainable.

When should I include executable scripts in my skill package?

Include executable scripts in your skill package when the workflow requires automated validation or packaging tasks, ensuring you follow the provided packaging validation workflows to maintain safety.

What files do I need to package a Claude skill for distribution?

Packaging a Claude skill requires organizing the SKILL.md file, associated scripts, and references, then running validation workflows to ensure metadata quality and safe distribution.

How do I organize references and assets when authoring a Claude skill?

Organize references and assets by following progressive-disclosure patterns, ensuring metadata quality, workflow routing, and reference organization are validated during the skill authoring process.

Why does my Claude skill fail the packaging validation workflow?

Packaging validation fails when the SKILL.md lacks proper frontmatter, references are broken, or asset organization violates progressive-disclosure patterns; run a structured audit to identify and prioritize fixes.