Create, maintain, and troubleshoot APM (Agent Package Manager) manifests for distributing GitHub Copilot skills, agents, and MCP servers. USE FOR: creating apm.yml root manifests; creating packages/* sub-manifests; bundling MCP server config into a package; installing packages from a GitHub repo; troubleshooting APM install errors (missing .vscode/mcp.json, Codex CLI warnings, cached installs). DO NOT USE FOR: general GitHub Copilot customization questions; creating SKILL.md files (use skill-creator); writing MCP server code.
$npx -y skills add thomast1906/github-copilot-agent-skills --skill apm-package-authorInstalls into the current project.
Run `npx skills use "https://github.com/thomast1906/github-copilot-agent-skills" --skill "thomast1906/github-copilot-agent-skills/apm-package-author"` 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.