skill-creator

Create new AI skills with SKILL.md templates and directory structures.

102|10|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/closedloop-ai/claude-plugins --skill skill-creator-closedloop-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/closedloop-ai/claude-plugins/tree/main/plugins/platform/skills/claude-creator
Command: npx skills add https://github.com/closedloop-ai/claude-plugins --skill skill-creator-closedloop-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured guide and process for creating new, effective AI skills from the ground up, ensuring they are discoverable and functional.

Core Features & Use Cases

  • Skill Anatomy Explanation: Details the required SKILL.md and optional scripts/, references/, assets/ directories.
  • Best Practices: Offers guidance on writing effective name and description fields, structuring SKILL.md, and managing bundled resources.
  • Step-by-Step Process: Outlines a clear workflow for understanding skill needs, planning contents, initializing, editing, and iterating on a skill.
  • Use Case: A developer needs to create a new skill for interacting with a specific internal API. They would use this skill to understand the required structure, best practices for the SKILL.md file, and how to organize API documentation within the references/ directory.

Quick Start

Use the skill-creator to scaffold a new skill directory named 'my-new-api-skill' in the 'skills/private' directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new AI skill from scratch?

Creating a new AI skill requires planning the functionality, initializing a directory structure with a SKILL.md file, and organizing scripts, references, and assets to define the custom capabilities.

What is the required anatomy of a SKILL.md file for plugin development?

A SKILL.md file for plugin development requires a name and description for discoverability, alongside structured content detailing the skill's purpose, workflow, and bundled resources.

How do I scaffold a new skill directory with template files?

You scaffold a new skill directory by executing a scaffolding command that automatically generates the required SKILL.md file alongside optional scripts, references, and assets folders in your target path.

What's the best way to structure references and assets for an AI development workflow?

Structuring references and assets involves placing API documentation and supporting files in the references/ directory, while organizing static resources and scripts in their respective assets/ and scripts/ directories.

Can I use skill scaffolding to build custom functionalities for internal APIs?

Yes, skill scaffolding supports building custom functionalities for internal APIs by generating a structured directory where you can store API documentation in references and define specific interaction workflows.

Do I need programming experience to write effective metadata for skill creation?

Writing effective metadata for skill creation requires developer guide familiarity and AI development knowledge to accurately define the name and description fields that drive skill discoverability and processing logic.