skill-creator

Guide creation, structuring, and packaging of AI skills with SKILL.md.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/Spectaculous-Code/raamattu-nyt --skill skill-creator-spectaculous-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Spectaculous-Code/raamattu-nyt/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Spectaculous-Code/raamattu-nyt --skill skill-creator-spectaculous-code

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide for creating, structuring, and packaging new AI skills, ensuring they are efficient, modular, and well-documented for AI agents.

Core Features & Use Cases

  • Skill Creation Guidance: Offers step-by-step instructions and best practices for developing skills.
  • Resource Management: Details how to effectively use scripts/, references/, and assets/ directories.
  • Progressive Disclosure: Explains how to manage context efficiently using metadata, SKILL.md body, and bundled resources.
  • Use Case: A developer needs to create a new skill to interact with a specific company API. They would use this skill to understand the required structure, documentation standards, and how to package the final skill.

Quick Start

Use the skill-creator to understand 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 structure and package AI skills for efficient agent use?

Structure AI skills by creating a SKILL.md file and bundling resources into scripts, references, and assets directories to ensure modular, well-documented, and efficient agent execution.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI development manages context efficiently by layering metadata, the SKILL.md body, and bundled resources, preventing context overload while delivering necessary instructions.

How do I create a new AI skill to interact with a company API?

Create a new AI skill by following step-by-step creation guidance to define the required structure, apply documentation standards, and package the final workflow for the API interaction.

When should I use bundled references and assets directories in skill creation?

Use bundled references and assets directories during skill creation when you need to package supplementary documentation, scripts, or media that support the core SKILL.md instructions without inflating context.

Do I need external dependencies to build modular AI capabilities?

No external dependencies are required to build modular AI capabilities, as the skill creation process relies entirely on structuring internal documentation and bundled resource directories for self-contained packaging.