skill-creator

Create or update Claude skills with SKILL.md and bundled resources.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/maxmurr/htms --skill skill-creator-maxmurr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/maxmurr/htms/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/maxmurr/htms --skill skill-creator-maxmurr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Crafting effective AI skills requires understanding best practices for context management, modularity, and resource utilization. This Skill provides comprehensive guidance, preventing common pitfalls and maximizing AI performance by teaching you how to build robust, efficient skills.

Core Features & Use Cases

  • Design Principles: Learn about conciseness, progressive disclosure, and setting appropriate degrees of freedom to optimize context window usage.
  • Skill Anatomy: Understand the structure of a skill, including SKILL.md, and optional scripts/, references/, and assets/ directories.
  • Creation Workflow: Follow a step-by-step process from understanding requirements and planning resources to initializing, editing, and packaging your skill.
  • Use Case: When you need to create a new skill or refine an existing one, use this guide to ensure your skill is robust, efficient, and aligns with best practices for AI agents, saving development time and improving AI reliability.

Quick Start

Guide me through creating a new skill for managing project tasks, focusing on how to structure its SKILL.md and bundled resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure a skill to optimize AI context window usage?

Structure skills with concise SKILL.md frontmatter, progressive disclosure in the body, and modular scripts and references directories. This design principle reduces context overhead while maintaining functionality, enabling more efficient AI performance and faster execution.

What's the step-by-step process for creating a new AI skill from scratch?

Start by understanding requirements and identifying the domain or workflow. Plan your resources, initialize SKILL.md with proper frontmatter, add optional scripts and references, then package the skill directory. Follow this workflow to ensure your skill is robust, reusable, and aligns with best practices.

What should I include in a skill's SKILL.md and bundled resources?

A SKILL.md file requires frontmatter metadata and body content describing the skill's purpose and workflow. Optionally bundle scripts for automation, references for external knowledge, and assets for supporting files. This structure ensures your skill is self-contained, context-efficient, and repeatable.

Can I use this to refine or update an existing skill?

Yes. This guidance applies to both creating new skills and improving existing ones. Audit your current SKILL.md structure, resource organization, and design principles against best practices to enhance efficiency and ensure your skill meets standards for robust task automation.

How do I set appropriate degrees of freedom in a skill design?

Balance flexibility with specificity by defining clear functional requirements, limiting parameter scope, and using progressive disclosure. This prevents context bloat while preserving the skill's ability to handle domain-specific tasks reliably and adapt to varied use cases.