skill-creator

Guide users through creating, refining, and packaging AI assistant skills.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kunai-consulting/qwik-design-system --skill skill-creator-kunai-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/kunai-consulting/qwik-design-system/tree/main/.ruler/skills/skill-creator
Command: npx skills add https://github.com/kunai-consulting/qwik-design-system --skill skill-creator-kunai-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide for creating, structuring, and packaging new skills, ensuring they are efficient, well-organized, and effective extensions for AI assistants.

Core Features & Use Cases

  • Skill Development Lifecycle: Guides users through understanding requirements, planning resources, initialization, editing, packaging, and iteration.
  • Best Practices: Details on concise writing, progressive disclosure, and organizing bundled resources (scripts, references, assets).
  • Use Case: A developer needs to create a new skill to interact with a specific company API. They use this Skill to understand the best way to structure the SKILL.md, organize API documentation in references/, and potentially include helper scripts.

Quick Start

Use the skill-creator to learn how to initialize a new skill.

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 AI assistant skills for deployment?

To create AI assistant skills, you initialize a new project using provided scripts, edit the SKILL.md file, organize bundled resources like references and assets, and package the output into a distributable format.

What is the best way to structure an AI assistant skill for progressive disclosure?

The best way to structure an AI assistant skill for progressive disclosure is to keep the SKILL.md concise, organizing detailed API documentation in bundled references, and using helper scripts to manage complexity.

Can I include helper scripts and API documentation when building AI assistant skills?

Yes, you can include helper scripts and API documentation when building AI assistant skills by placing scripts in the designated components directory and organizing detailed references alongside the SKILL.md file.

How do I initialize a new skill using provided scripts?

You initialize a new skill by running the provided scripts included in the skill-creator package, which automatically generate the foundational directory structure and the initial SKILL.md file for editing.

What are the best practices for organizing bundled resources in AI assistant skills?

Best practices for organizing bundled resources in AI assistant skills emphasize conciseness in the main file, progressive disclosure of details, and logical separation of scripts, references, and assets.

Why should I iterate on AI assistant skills based on usage data?

You should iterate on AI assistant skills based on usage data to refine their efficiency and effectiveness, ensuring the bundled resources and SKILL.md content remain well-organized and aligned with actual user requirements.