skill-creator

Create new skills with standardized SKILL.md templates and resource scaffolds.

153|15|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/dog-qiuqiu/invincat --skill skill-creator-dog-qiuqiu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/dog-qiuqiu/invincat/tree/main/invincat_cli/built_in_skills/skill-creator
Command: npx skills add https://github.com/dog-qiuqiu/invincat --skill skill-creator-dog-qiuqiu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a clear blueprint and best practices for creating new skills, ensuring consistent structure, frontmatter, and resource patterns across agents.

Core Features & Use Cases

  • Guiding the end-to-end skill creation process from naming and frontmatter to optional resources (scripts, references, assets).
  • Providing standardized SKILL.md templates and starter resource scaffolds to accelerate development.
  • Applicable for teams building modular skills in AI agents and for individuals prototyping new capabilities.

Quick Start

Create a new skill using the template and customize SKILL.md and resources as needed.

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 structured blueprint for building agent skills?

To create a structured blueprint for agent skills, use a standardized SKILL.md template that enforces frontmatter standards and provides starter resource scaffolds to ensure consistent module structure.

What is the best way to enforce frontmatter standards when designing new skills?

The best way to enforce frontmatter standards is by applying a structured creation blueprint that validates frontmatter fields and guides safe skill construction with reusable resource patterns.

Do I need yaml to initialize skill modules with automated workflows?

Yes, you need yaml to initialize skill modules, as it serves as the dependency for parsing and validating the structured frontmatter required for automated skill creation workflows.

Can I use templates to scaffold scripts and references for new skills?

Yes, you can use provided starter templates to scaffold optional resources like scripts and references, accelerating the end-to-end skill creation process while maintaining structural consistency.

What is the recommended workflow for prototyping modular AI agent skills?

The recommended workflow for prototyping modular skills involves naming the skill, defining frontmatter, initializing the module via template, and customizing resource scaffolds for safe construction.