skill-creator

Guide creation of AI skills with SKILL.md and optional directories.

4|1|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/Spagestic/thenorthstar --skill skill-creator-spagestic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Spagestic/thenorthstar/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/Spagestic/thenorthstar --skill skill-creator-spagestic

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance for creating effective skills, which are modular, self-contained packages that extend AI capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Creation Guidance: Offers a step-by-step process for developing new skills.
  • Best Practices: Details core principles like conciseness, progressive disclosure, and appropriate degrees of freedom.
  • Resource Management: Explains the use of SKILL.md, scripts/, references/, and assets/.
  • Use Case: A developer needs to create a new AI skill to handle complex financial reporting. They would use this skill to understand the structure, best practices, and how to bundle necessary scripts and reference documents.

Quick Start

Use the skill-creator to learn how to create a new AI 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 an AI skill from scratch?

Create an AI skill by building a modular package containing a mandatory SKILL.md file and optional scripts/, references/, and assets/ directories to extend AI capabilities with specialized workflows.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is a best practice that organizes content to manage context efficiently, revealing information only as needed to maintain conciseness and appropriate degrees of freedom.

How do I package AI skills for agentic workflows?

Package AI skills for agentic workflows by bundling necessary scripts, reference documents, and assets into a self-contained modular structure that supports the entire development lifecycle from planning to iteration.

What's the best way to structure an AI skill for efficient context management?

Structure an AI skill for efficient context management by emphasizing modularity, using a mandatory SKILL.md file alongside optional scripts, references, and assets directories, and following content organization best practices.

Can I use scripts and reference documents within a single AI skill package?

Yes, you can include scripts and reference documents within a single AI skill package by utilizing the optional scripts/ and references/ directories to bundle necessary tool integrations and specialized knowledge.

When do I need to use a SKILL.md file?

You need a SKILL.md file whenever you create an AI skill, as it is a mandatory component that defines the skill's anatomy and provides the foundation for content organization and workflow integration.