feat: add Context Files (skills/, AGENTS.md polish) — closes #60#90
Open
VishalGawade1 wants to merge 2 commits into
Open
feat: add Context Files (skills/, AGENTS.md polish) — closes #60#90VishalGawade1 wants to merge 2 commits into
VishalGawade1 wants to merge 2 commits into
Conversation
Resolves microsoft#60. - Add skills/ with two repo-specific instruction files for the recurring tasks called out in the issue: update-docs and package-extension. - Rewrite AGENTS.md: replace Hugo-style /improve/... links (broken on GitHub) with repo-relative paths, add a repo map, build/test commands, pointers to rule and skill authoring, and the local trust flow. - Symlink skills into .claude/skills/ (Claude Code) and .github/instructions/ (Copilot / awesome-copilot) so popular harnesses auto-discover them without duplicating content. Markdown-only change; npm run spellcheck passes.
Apply the "great AGENTS.md" guidance from https://github.blog/ai-and-ml/github-copilot/how-to-write-a-great-agents-md-lessons-from-over-2500-repositories/: - YAML frontmatter (name, description) and explicit persona. - Tech stack with pinned versions (Node, TS, vitest, Playwright, esbuild, eslint, VS Code engine). - Code style section with a good-vs-bad TypeScript snippet. - Git workflow: branch naming, Conventional Commits, pre-push checks. - Three-tier boundaries (Always / Ask first / Never), including explicit never-commit-secrets and never-edit-generated-artifacts lists. Markdown-only; npm run spellcheck passes.
Author
|
@microsoft-github-policy-service agree |
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.
Summary
Resolves #60. Establishes the repo's "Context Files" surface for AI agents.
skills/— repo-specific instructions for the two recurring tasks called out in the issue:skills/update-docs.md— author or update a Hugo doc page.skills/package-extension.md— produce an installable.vsix.skills/README.md— authoring format and the symlink convention..claude/skills/*.md→ Claude Code.github/instructions/*.md→ Copilot /awesome-copilotAGENTS.mdrewritten and polished against the GitHub blog rubric:/improve/...links with repo-relative paths that resolve on GitHub.Markdown-only change. No runtime/build code touched.
Test plan
npm run spellcheckpassesAGENTS.mdrepo-relative links resolve in GitHub's previewskills/symlinks resolve to the same content under.claude/skills/and.github/instructions/