docs(install): add GitHub Copilot (VS Code + Copilot CLI) section#60
Open
thejesh23 wants to merge 1 commit into
Open
docs(install): add GitHub Copilot (VS Code + Copilot CLI) section#60thejesh23 wants to merge 1 commit into
thejesh23 wants to merge 1 commit into
Conversation
Copilot (VS Code and Copilot CLI) reads Agent Skills natively from .github/skills/, .claude/skills/, and .agents/skills/ in the project and the matching global dirs. Document the npx skills install path (github-copilot is a supported agent target; verified it lands real files in .agents/skills/ with name matching the directory, which Copilot validates), the manual copy fallback, and an always-on block via .github/copilot-instructions.md. Includes an activation note: disable-model-invocation is a Claude Code field Copilot does not implement, so the skill can activate on its own there — the same caveat "How activation works" already states for spec-implementing harnesses.
Contributor
Author
|
Manual verification done on a Copilot-equipped machine: the skill installs via |
Owner
|
Holding this one for now: I don't have Copilot, so I can't verify the scan paths or the native Agent Skills claim myself. I'll merge once I've tested it personally or someone else confirms it works as written. Leaving it open in the meantime. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #59
What
New
INSTALL.mdsection between Gemini CLI and Antigravity, matching the house pattern (Install / Verify / Update / Uninstall / Always-on), plusGitHub Copilotadded to the header enumeration.npx skills add ayghri/i-have-adhd -a github-copilot(project) /-g(global), with the manualcp -Rfallback into~/.copilot/skills/.npx skillscommands the other generic-harness sections use, plus the type-/check from the VS Code docs.disable-model-invocationis a Claude Code field Copilot does not implement, so the rules may switch on unprompted — same caveat "How activation works" already states for spec-implementing harnesses..github/copilot-instructions.md.Verification, honestly scoped
Verified in this environment:
github-copilotis a supportednpx skillsagent target; a real install lands actual files (not symlinks) at.agents/skills/i-have-adhd/SKILL.md— one of the three project directories Copilot documents scanningnamematches the installed directory name (Copilot silently drops skills where it does not)<details>blocks balanced; section renders in the existing collapsible layoutNot verified here (no Copilot auth in this environment): a live Copilot session actually listing and applying the skill — a manual pass on a Copilot-equipped machine is queued and I will report back on this PR; happy to hold merging until then.