skill-creator

Guide users through creating and refining AI Skills with modular design and bundled resources.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wearemssatoshi/talent-intelligence-calculator2 --skill skill-creator-wearemssatoshi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/wearemssatoshi/talent-intelligence-calculator2/tree/main/.agent/skills/skill-creator
Command: npx skills add https://github.com/wearemssatoshi/talent-intelligence-calculator2 --skill skill-creator-wearemssatoshi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide for creating and improving AI Skills, enabling users to extend AI capabilities with specialized knowledge, workflows, and tool integrations.

Core Features & Use Cases

  • Skill Creation Guidance: Learn the anatomy, core principles, and best practices for designing effective Skills.
  • Resource Management: Understand how to effectively use SKILL.md, scripts/, references/, and assets/.
  • Progressive Disclosure: Implement context-efficient loading strategies for Skills.
  • Use Case: A developer needs to create a new Skill to help an AI agent manage customer support tickets. They would use this Skill to understand the structure, best practices, and how to organize their documentation and scripts.

Quick Start

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

To create an AI agent skill, you design modular components like scripts and references, manage context efficiently, and document workflows in a SKILL.md file to provide procedural knowledge and tool integrations.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is a context management strategy that loads resources like scripts and references only when needed, optimizing the agent's context window during task execution.

Do I need programming experience to build custom AI agent capabilities?

Building custom AI agent capabilities requires understanding modular design and resource management to organize scripts and documentation effectively, though the process is guided step-by-step to help structure specialized knowledge.

What is the best way to structure documentation for AI workflows?

The best way to structure AI workflow documentation is to use a modular design with a root SKILL.md file, separating procedural knowledge into dedicated scripts and references directories for efficient context loading.

How do I organize bundled resources like scripts and references for an AI agent?

You organize bundled resources by placing executable logic in a scripts directory, domain expertise in a references directory, and overarching instructions in a SKILL.md file to ensure efficient context management.

When should I use modular design for AI skill creation?

You should use modular design for AI skill creation when developing specialized agents that require distinct tool integrations, domain expertise, and context-efficient loading to execute complex workflows without overwhelming the system.