skill-creator

Guide developers through creating AI skills with SKILL.md, scripts, references, and assets.

2|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/jftecnologia/laravel-package-skeleton --skill skill-creator-jftecnologia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jftecnologia/laravel-package-skeleton/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/jftecnologia/laravel-package-skeleton --skill skill-creator-jftecnologia

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and best practices for developing robust and efficient AI skills, ensuring they are well-structured, token-efficient, and easy for AI models to utilize.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts, references, assets).
  • Design Principles: Covers conciseness, progressive disclosure, and setting appropriate degrees of freedom.
  • Development Process: Outlines a step-by-step guide from understanding the skill to iteration.
  • Use Case: A developer needs to create a new skill to integrate a specific API. They would use this Skill to understand the best practices for structuring the skill's documentation, scripts, and any necessary reference materials.

Quick Start

Use the skill-creator to learn how to build 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 structure an AI skill for optimal token efficiency?

To structure an AI skill for token efficiency, organize components like SKILL.md, scripts, and references using progressive disclosure. This approach keeps core instructions concise while bundling detailed resources separately, minimizing token consumption during model processing.

What are the best practices for AI skill development and documentation?

Best practices for AI skill development emphasize conciseness, progressive disclosure, and setting appropriate degrees of freedom. Properly document the skill anatomy and bundle resources effectively to ensure robust and efficient model utilization.

What is progressive disclosure in prompt engineering for AI skills?

Progressive disclosure in prompt engineering is a design principle that structures AI skills by revealing information iteratively. It keeps core prompts concise while providing detailed references and scripts only when needed, optimizing token usage.

How do I integrate an external API when creating a new AI skill?

To integrate an external API when creating a new AI skill, use the skill development lifecycle to plan structure and bundle necessary scripts. Follow best practices for documentation to ensure the AI model can effectively utilize the API endpoints and resources.

What is the step-by-step development lifecycle for building AI skills?

The development lifecycle for building AI skills guides you from initial planning and understanding the skill's purpose to structuring its anatomy, bundling resources, and iterating. This process ensures robust, token-efficient tool integration and comprehensive documentation.

When should I set strict degrees of freedom in AI skill design?

You should set strict degrees of freedom in AI skill design when the task requires predictable, deterministic outputs. This design principle constrains the model's autonomy, ensuring it adheres closely to provided scripts and documentation for precise tool integration.