skill-creator

Guide creation and updating of AI skills with structure and best practices.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/Cripacx/agentic-dotnet --skill skill-creator-cripacx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Cripacx/agentic-dotnet/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Cripacx/agentic-dotnet --skill skill-creator-cripacx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide and process for creating new AI skills or updating existing ones, ensuring they are effective, efficient, and well-structured.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Best Practices: Learn principles like conciseness, progressive disclosure, and appropriate degrees of freedom.
  • Development Process: Follow a step-by-step guide from planning to packaging.
  • Use Case: You want to create a new skill to help an AI agent manage GitHub pull requests. Use this Skill to understand how to structure your SKILL.md, what kind of scripts or references to include, and how to package it correctly.

Quick Start

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

To create an AI skill, you follow a structured development workflow from planning to packaging. This process involves defining the SKILL.md file, organizing resources like scripts and references, and validating the final skill structure for optimal AI agent performance.

What is the correct structure for an AI copilot skill?

The correct structure for an AI copilot skill includes a root SKILL.md file alongside organized directories such as scripts/, references/, and assets/. This anatomy ensures the AI agent can efficiently locate and execute prompts, automation logic, and supporting documentation.

What are the best practices for prompt engineering in skill creation?

Best practices for prompt engineering in skill creation emphasize conciseness, progressive disclosure, and appropriate degrees of freedom. Structuring your SKILL.md with these core principles ensures the AI agent processes instructions effectively without being overwhelmed by excessive context.

Do I need coding experience to build AI skills for workflow automation?

Building AI skills for workflow automation requires an intermediate level of implementation depth, primarily utilizing scripts. While deep coding is not always mandatory, understanding resource organization and naming conventions is essential for packaging functional automation logic.

When should I update an existing AI skill instead of building a new one?

You should update an existing AI skill when modifying its core principles or adding new resource directories like references and assets. This approach maintains existing validation and structure while improving prompt engineering or expanding workflow automation capabilities.