skill-creator

Converts docs/ guides into VS Code Agent Skills SKILL.md files.

2|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/arpa73/AIKnowSys --skill skill-creator-arpa73
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/arpa73/AIKnowSys/tree/main/.github/skills.backup/skill-creator
Command: npx skills add https://github.com/arpa73/AIKnowSys --skill skill-creator-arpa73

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams convert project guides and documentation into portable Agent Skills following the VS Code Agent Skills standard, enabling reuse across Copilot environments and improving consistency.

Core Features & Use Cases

  • Extracts content from guides in docs/ and converts it into a standardized .github/skills/<skill-name>/SKILL.md.
  • Preserves frontmatter structure and actionable steps while shaping guidance into executable agent instructions.
  • Use Case: turning a developer onboarding guide into a skill that accelerates Copilot-assisted tasks for new contributors.

Quick Start

Identify a guide (e.g., docs/guides/DEVELOPER_CHECKLIST.md). Create the skill folder (.github/skills/skill-name/). Add SKILL.md with frontmatter and a body that follows the VS Code Agent Skills format.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I convert markdown documentation into GitHub Copilot skills?

To convert markdown documentation into GitHub Copilot skills, extract content from guides in the docs/ directory and structure it into a standardized .github/skills/<skill-name>/SKILL.md file with required frontmatter and a body of actionable steps.

What is the VS Code Agent Skills format for SKILL.md files?

The VS Code Agent Skills format for SKILL.md files requires specific frontmatter containing the skill name and description, followed by a structured body that shapes guidance into executable agent instructions for Copilot environments.

How to turn a developer onboarding guide into a reusable Copilot agent skill?

Turn a developer onboarding guide into a reusable Copilot agent skill by creating a skill folder under .github/skills/, then adding a SKILL.md file that translates the guide's actionable steps into portable instructions for Copilot-assisted tasks.

Does converting docs to Copilot skills require any specific dependencies?

Converting docs to Copilot skills requires no external dependencies, but it does require adherence to the VS Code Agent Skills standard for frontmatter structure and a body formatted per the skill template.

When should I use Agent Skills for GitHub Copilot instead of standard docs?

Use Agent Skills for GitHub Copilot instead of standard docs when you need to enable reuse across Copilot environments, improve consistency, and shape existing guidance into executable agent instructions for new contributors.