skill-creator

Guide creation of GitHub Copilot skills with design principles and directory structure.

2|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/jmerkow/my-agentic-stuff --skill skill-creator-jmerkow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jmerkow/my-agentic-stuff/tree/main/plugins/authoring/skills/skill-creator
Command: npx skills add https://github.com/jmerkow/my-agentic-stuff --skill skill-creator-jmerkow

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide for creating high-quality GitHub Copilot skills, addressing everything from design principles to the full creation workflow.

Core Features & Use Cases

  • Skill Design: Guidance on structuring and formatting skill content for optimal performance.
  • Directory Structure: Best practices for organizing files and directories.
  • Resources: Instructions for utilizing scripts, references, and assets effectively.
  • Workflows: Step-by-step process for creating and iterating on skills.

Quick Start

Use this skill to learn how to initialize a new skill with init_skill.py and follow the structured workflow for building a skill from scratch.

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 specialized skill for GitHub Copilot?

Creating a GitHub Copilot skill involves following specific design principles, structuring directories properly, and utilizing resources like scripts and assets. This guide provides a step-by-step workflow for building skills from initialization to completion.

What is the best way to structure files and directories for AI coding agents?

Structuring files for AI coding agents requires following directory organization best practices, separating scripts, references, and assets effectively. Proper structure optimizes skill performance and resource utilization.

Can I use custom scripts and references when building GitHub Copilot skills?

Yes, you can use custom scripts and references when building GitHub Copilot skills. The guide provides instructions for utilizing these resources effectively to enhance your specialized AI coding agents.

How does the skill creation workflow handle tool integration for software development?

The skill creation workflow handles tool integration by guiding you through a structured process of designing, formatting, and iterating on skill content. This ensures optimal performance when integrating new tools into your software development environment.

Do I need to initialize my skill with a specific script?

You need to initialize a new skill using the `init_skill.py` script. This sets up the foundational directory structure and files, allowing you to follow the structured workflow for building a skill from scratch.