skill-creator

Create and update AI agent skills with SKILL.md frontmatter and uv dependencies.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/hsiangjenli/skills --skill skill-creator-hsiangjenli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/hsiangjenli/skills/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/hsiangjenli/skills --skill skill-creator-hsiangjenli

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating and updating AI agent skills, ensuring they are well-structured, documented, and effective.

Core Features & Use Cases

  • Skill Initialization: Quickly scaffold new skills with a predefined directory structure and essential files.
  • Guidance on Structure: Provides best practices for organizing skill components like SKILL.md, scripts, references, and assets.
  • Use Case: You need to create a new skill to help users manage their cloud infrastructure. This Skill will guide you through setting up the necessary files and structure for your new skill.

Quick Start

Use the skill creator to initialize a new skill named 'cloud-manager'.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and structure a new AI agent skill?

To create a new AI agent skill, initialize a predefined directory structure with essential files, then edit the `SKILL.md` file to include proper frontmatter and modular instructions.

What is the best way to document and organize resources for agent development?

Documenting agent development involves writing clear instructions in `SKILL.md` and organizing optional resources like scripts, references, and assets into their respective modular directories.

Does this workflow automation tool manage dependencies for Python-based skills?

Yes, this workflow automation tool facilitates dependency management for Python-based skills by utilizing `uv` to handle required packages like `pyyaml` during the skill creation process.

How do I update an existing AI agent skill without breaking its structure?

Update an existing AI agent skill by modifying the `SKILL.md` instructions and frontmatter, while maintaining the established modular directories for scripts, references, and assets.

Can I use this skill creation method to scaffold tools for specific use cases like cloud management?

Yes, you can use this skill creation method to scaffold specialized tools, such as a 'cloud-manager', by guiding the setup of necessary files and modular structures for your specific use case.

What is the purpose of the SKILL.md file in agent development?

The `SKILL.md` file serves as the core documentation for agent development, containing essential frontmatter and detailed instructions that guide the AI agent's behavior and workflow.