Skill Creator

Author SKILL.md documents with progressive disclosure and three-level loading.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/nianyi778/circle-fultter --skill skill-creator-nianyi778
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Creator
Source: https://github.com/nianyi778/circle-fultter/tree/main/.agents/skills/Skill%20Creator
Command: npx skills add https://github.com/nianyi778/circle-fultter --skill skill-creator-nianyi778

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Standards for creating new High-Density Agent Skills with optimal token economy. This guide helps teams design compact skills that maximize information density while minimizing token usage.

Core Features & Use Cases

  • Progressive loading and three-level structure (metadata, SKILL.md body, and lazy-loaded resources) to minimize token consumption.
  • Imperative, token-efficient writing rules with clear anti-pattern warnings and templated references for reuse.
  • Templates, references, and assets organization to accelerate scalable skill creation across teams.

Quick Start

Create a new High-Density Agent Skill skeleton that follows the three-level loading system and places heavy content in references/.

Frequently Asked Questions about Skill Creator

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

FAQPage Schema
How do I create token-efficient agent skills?

To create token-efficient agent skills, author SKILL.md documents using progressive disclosure and a three-level loading system. This structure minimizes token consumption by keeping metadata compact and placing heavy content in lazy-loaded resources.

What is progressive disclosure in prompt design?

Progressive disclosure in prompt design is a three-level loading structure: metadata, the SKILL.md body, and lazy-loaded resources. This mechanism minimizes token usage while enabling scalable agent systems to access information only when needed.

How do I structure references and assets for scalable skill creation?

Structure references and assets by organizing heavy content into dedicated directories like references/ and assets/. This organization accelerates scalable skill creation across teams by enabling lazy loading and keeping the core SKILL.md body compact.

Best way to reduce token usage in AI skills?

The best way to reduce token usage in AI skills is applying imperative, token-efficient writing rules within a three-level loading system. Place heavy content in references and use templated resources to maximize information density while minimizing token consumption.

Does my agent skill need frontmatter and size limits?

Yes, your agent skill needs structured frontmatter and size limits. Ensuring frontmatter, core workflow, and references are structured with specific size limits minimizes token use and enables efficient lazy loading for scalable agent systems.

When should I use lazy loading for agent skill resources?

Use lazy loading for agent skill resources when heavy content like scripts and references would otherwise bloat the SKILL.md body. This approach minimizes token consumption and ensures scalable agent systems load data only when required.