skill-builder

Scaffold, document, and deploy Copilot CLI skills with structured frontmatter and references.

4|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/lewing/agent-plugins --skill skill-builder-lewing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-builder
Source: https://github.com/lewing/agent-plugins/tree/main/plugins/skill-trainer/skills/skill-builder
Command: npx skills add https://github.com/lewing/agent-plugins --skill skill-builder-lewing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This knowledge-driven Skill Builder provides a structured blueprint and practical guidance to scaffold, document, and deploy Copilot CLI skills consistently.

Core Features & Use Cases

  • Guides on directory layout, frontmatter structure, and reference/documentation organization to ensure discoverability and compliance.
  • Supports both knowledge-driven and script-driven patterns, with templates, anti-patterns, lifecycle references, and testing guidance.
  • Helps teams integrate with repo workflows via copilot-instructions.md and testing-pattern references to streamline rollout.

Quick Start

Follow the Skill Builder workflow to scaffold a new Copilot skill and prepare it for deployment.

Frequently Asked Questions about skill-builder

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

FAQPage Schema
How do I scaffold and deploy Copilot CLI skills for my repository?

To scaffold and deploy Copilot CLI skills, you define structured frontmatter, organize content across SKILL.md and references, and tie them into repo workflows via copilot-instructions.md.

When should I use knowledge-driven versus script-driven patterns for building Copilot skills?

Use knowledge-driven patterns for static documentation and script-driven patterns when your Copilot skills require executable logic, following the Skill Builder's guidance on organizing content and templates.

What are the best practices for enforcing stop signals and avoiding anti-patterns in Copilot agent skills?

Best practices for stop signals and anti-patterns in Copilot agent skills involve following structured lifecycle references and testing patterns to ensure compliance and prevent runaway workflows.

How does multi-model testing work when validating Copilot CLI skills?

Multi-model testing validates Copilot CLI skills across different models by applying testing-pattern references to ensure consistent behavior and reliable execution before deployment.

Do I need specific dependencies to integrate Copilot skills with my existing repo workflows?

No external dependencies are required to integrate Copilot skills with repo workflows; the Skill Builder uses copilot-instructions.md and references to streamline rollout directly within your repository.

What is the correct directory layout for organizing Copilot CLI skill documentation?

The correct directory layout for Copilot CLI skills separates core instructions into SKILL.md and supporting material into references, ensuring discoverability and strict frontmatter compliance.