Create, update, review, and validate GitHub Copilot agent skills (SKILL.md files). Use this skill whenever someone wants to create a new skill, build a skill from scratch, package domain knowledge into a reusable agent skill, turn a workflow into a skill, or asks "how do I teach Copilot to do X consistently". Also use when updating or improving an existing SKILL.md, writing the description field for better triggering, or designing the folder structure and bundled resources for a skill. Do NOT use for general coding questions, runtime debugging, or MCP server configuration.
$npx -y skills add thomast1906/github-copilot-agent-skills --skill skill-creatorInstalls into the current project.
Run `npx skills use "https://github.com/thomast1906/github-copilot-agent-skills" --skill "thomast1906/github-copilot-agent-skills/skill-creator"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/thomast1906/github-copilot-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/thomast1906/github-copilot-agent-skills"` and select the relevant skills, then follow their instructions.