You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --plugin flag and install skills to .github/skills/
- Add --plugin <name> flag to install specific plugins (comma-separated or repeated)
- Install skills (SKILL.md + references/) into .github/skills/ alongside agents and instructions
- Show warning when no --plugin is specified with --scope project
- Resolve plugin directory from manifest source path (handles name != dir cases)
- Update README with new examples and available plugin list
This copies agent definitions into `.github/agents/` and instructions into `.github/instructions/`, following the [GitHub Copilot customization convention](https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot). Commit these files to share with your team.
26
+
This copies agent definitions into `.github/agents/`, instructions into `.github/instructions/`, and skills into `.github/skills/`, following the [GitHub Copilot customization convention](https://docs.github.com/en/copilot/customizing-copilot). Commit these files to share with your team.
0 commit comments