Commit Graph

1073 Commits

Author SHA1 Message Date
Michael Fairchild
3274ad6c68 Update readme 2026-02-09 09:40:33 -06:00
Michael Fairchild
369602333e Merge branch 'github:main' into patch-1 2026-02-09 08:21:38 -06:00
nblog
55da61af3f fix(SYSTEM_TEMPLATE): clarify language matching requirement for generated images 2026-02-09 21:13:15 +08:00
nblog
79c34297fa fix(generate_image): enhance image handling and output path resolution in generate_image script 2026-02-09 21:09:09 +08:00
nblog
b8bbc75db2 fix(generate_image): improve input image handling and validate output filename extensions 2026-02-09 17:24:24 +08:00
Joseph Van der Wee
e9a7805e2b Fix gh pr review body flag
See https://cli.github.com/manual/gh_pr_review
2026-02-09 09:06:56 +00:00
nblog
5efb7329a3 feat(skills): add nano-banana-pro-openrouter skill with image generation capabilities 2026-02-09 16:59:06 +08:00
nblog
ef4aa0b2bc fix(skill): update descriptions and improve error handling in generate_image script 2026-02-09 16:48:57 +08:00
nblog
97bc889d9b feat(skills): add nano-banana-pro-openrouter skill
 - Generated by Copilot
2026-02-09 16:23:40 +08:00
Aaron Powell
99a48a4020 Adding hooks to the website 2026-02-09 17:02:33 +11:00
Aaron Powell
acb5ad4ce8 feat: add hooks functionality with automated workflows
- Introduced hooks to enable automated workflows triggered by specific events during GitHub Copilot sessions.
- Added documentation for hooks in AGENTS.md and README.md.
- Created a new directory structure for hooks, including README.md and hooks.json files.
- Implemented two example hooks: Session Auto-Commit and Session Logger.
- Developed scripts for logging session events and auto-committing changes.
- Enhanced validation and parsing for hook metadata.
- Updated build and validation scripts to accommodate new hooks functionality.
2026-02-09 16:44:53 +11:00
Chris McKee
3402d26340 Merge branch 'main' into update-microsoft-docs-skill 2026-02-08 20:29:52 -06:00
Chris McKee
2244cc6a0d Merge branch 'main' into add-aspire-skill 2026-02-08 20:29:16 -06:00
Chris McKee
ae7bb2aa7c refactor: Simplify microsoft-docs skill to default-Learn-with-exceptions pattern, add Aspire MCP version gate 2026-02-08 20:27:08 -06:00
Chris McKee
e765718787 refactor(aspire): flatten skill to references/, version-gate MCP tools, simplify integrations catalog
- Move all reference docs from cli/, mcp/, framework/ subfolders into references/ per agentskills.io spec

- Update all cross-references in SKILL.md and reference files

- Version-gate MCP tools: 9 tools in 13.1+, docs tools (list_docs/search_docs/get_doc) in 13.2+

- Simplify integrations-catalog.md to lead with MCP tool discovery (list_integrations/get_integration_docs)

- Remove .vscode/mcp.json (test artifact from aspire mcp init)
2026-02-08 19:53:48 -06:00
Aaron Powell
d99ba71986 Merge pull request #680 from Pavel-Sulimau/readme-updates
Fix command for adding Awesome Copilot marketplace in README
2026-02-09 11:16:02 +11:00
Aaron Powell
15c435356d Merge pull request #671 from timdeschryver/patch-1
fix: markdown formatting in code review examples
2026-02-09 10:28:52 +11:00
Aaron Powell
62ddc00cff Merge pull request #640 from brunoborges/patch-1
Revise MCP Server section to clarify installation steps
2026-02-09 10:21:16 +11:00
Pavel Sulimau
865d19c7e5 Fix command for adding Awesome Copilot marketplace in README 2026-02-07 14:40:21 +01:00
Michael Fairchild
3024e9d6ec Update instructions/a11y.instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-06 15:12:47 -06:00
Michael Fairchild
892b265ef3 Revise accessibility instructions for clarity and detail
Updated accessibility instructions to improve clarity and specificity regarding coding practices for accessibility, including keyboard navigation and semantic structure.
2026-02-06 14:44:13 -06:00
Chris McKee
e4c35f3702 chore: rebuild README.skills.md without aspire skill (belongs to separate PR) 2026-02-06 10:36:51 -06:00
Chris McKee
27c55ffdb8 Update skills/microsoft-docs/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-06 10:32:24 -06:00
Chris McKee
f28f8ab883 chore: Rebuild README.skills.md with updated description 2026-02-06 10:26:30 -06:00
Chris McKee
b5cf6a2473 refactor: Remove Semantic Kernel library reference table 2026-02-06 10:13:28 -06:00
Chris McKee
00508b71f3 refactor: Remove Semantic Kernel prose, keep library reference table 2026-02-06 10:12:10 -06:00
Chris McKee
bdaeff279f refactor: Replace DevUI tutorial content with research guidance
The skill is about how to research docs, not a DevUI tutorial. Replace the 10-step DevUI workflow checklist with a research strategy table showing which tool to use for each type of DevUI information.
2026-02-06 10:09:19 -06:00
Chris McKee
ab8787b505 feat: Expand microsoft-docs skill with Agent Framework, DevUI, and Semantic Kernel coverage
Major improvements to the microsoft-docs skill:

- Add Microsoft Agent Framework section with two Context7 sources:
  /websites/learn_microsoft_en-us_agent-framework (tutorials, 2282 snippets)
  /microsoft/agent-framework (GitHub repo API detail, 1177 snippets)

- Add comprehensive DevUI workflow reference covering installation,
  programmatic launch, directory discovery, tracing, OpenAI-compatible
  API, OpenAI proxy, authentication, UI modes, .NET integration, and
  external observability export

- Add Semantic Kernel section with three quality-ranked sources covering
  Learn docs, agent framework subset, and GitHub repo

- Add guidance on when GitHub repo sources beat published docs (DevUI
  API reference, .NET integration, extension samples)

- Expand decision table with agent framework scenarios
- Add agent framework query examples for DevUI, SK, and workflows
- Highlight microsoft_code_sample_search with language filter for
  working code snippets

Tested all sources against identical queries to verify quality rankings.
2026-02-06 10:03:29 -06:00
Chris McKee
970cd25bef docs: Quality-rank Context7 libraries, flag deprecated docs-aspire repo
Tested all 5 Context7 Aspire library IDs with identical queries to compare content freshness and quality. Key findings: - /microsoft/aspire.dev (repo) has the best coverage including Aspire 13+ APIs - /websites/learn_microsoft-en-us-dotnet-aspire (website) is a good alternative - /dotnet/docs-aspire is the LEGACY repo being superseded, missing newer APIs - Added quality ranking table, usage guidance per source, and expanded query examples
2026-02-06 09:41:19 -06:00
Chris McKee
d41f11c83c docs: Prefer Context7 over GitHub search for Aspire doc lookups
Rewrite Section 1 (Researching Aspire Documentation) to use Context7 as the primary method for querying docs and code examples. Context7 provides a single-step lookup with code snippets and source links, vs the two-step GitHub search + file read approach. The GitHub method is preserved as a fallback.
2026-02-06 09:37:45 -06:00
Tim Deschryver
83fe668a7c fix markdown code blocks 2026-02-06 11:16:26 +01:00
Tim Deschryver
187c9d25e9 fix: markdown formatting in code review examples
Updated markdown code blocks for example comments in the code review instructions.
2026-02-06 10:06:31 +01:00
Chris McKee
6512c785c7 feat: Add Aspire polyglot distributed-app orchestration skill
Add comprehensive Aspire skill covering CLI, AppHost orchestration, service discovery, integrations (144+), MCP server, dashboard, testing, deployment, and troubleshooting. Includes reference docs for polyglot APIs, architecture, CLI, integrations catalog, and more.
2026-02-05 19:00:02 -06:00
Bruno Borges
ff46e013c9 Merge branch 'main' into patch-1 2026-02-05 16:39:04 -08:00
Bruno Borges
6f03dc7c71 Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 16:38:31 -08:00
Aaron Powell
4f9e20b13a Merge pull request #655 from github/copilot-plugins
Add plugins for all collections
2026-02-06 10:05:33 +11:00
Aaron Powell
c5af82f431 Merge pull request #667 from jvanderwee/patch-1
Fix gh cli skill approve PR command example
2026-02-06 10:05:12 +11:00
Aaron Powell
19c6ea5215 Merge pull request #662 from garrettsiegel/add-no-heredoc-instructions
Add no-heredoc instructions to prevent terminal file corruption
2026-02-06 10:04:38 +11:00
garrettsiegel
e79bba471d Add name field to frontmatter 2026-02-05 10:04:32 -05:00
Joseph Van der Wee
1a8c67e76b Fix gh cli skill approve PR command example 2026-02-05 09:01:30 +00:00
Aaron Powell
c2cd6224b4 Fix plugin source paths to include ./plugins/ prefix 2026-02-05 14:37:24 +11:00
Aaron Powell
5bfa133abb Add plugin documentation and Windows symlink setup instructions 2026-02-05 14:28:48 +11:00
Aaron Powell
647889c0ac refresh readme 2026-02-05 13:56:13 +11:00
Aaron Powell
9c4b267576 Adding script to convert collections to plugins 2026-02-05 13:52:59 +11:00
Aaron Powell
0398963a62 Fixing the SDK skill 2026-02-05 12:17:33 +11:00
Aaron Powell
cd075a328d Merge pull request #665 from GeekTrainer/feature/make-repo-contribution-skill
Add make-repo-contribution skill
2026-02-05 10:37:57 +11:00
Aaron Powell
fabc523f04 Merge pull request #666 from jeremykohn/fix-grammar-in-a11y-instructions
fix: Correct grammar in a11y.instructions.md
2026-02-05 10:01:03 +11:00
Aaron Powell
d37a887dfe Merge pull request #664 from github/add-context7-tool
add context7 tool
2026-02-05 09:58:04 +11:00
Christopher Harrison
45373f3daa Merge branch 'main' into feature/make-repo-contribution-skill 2026-02-04 14:09:53 -08:00
Christopher Harrison
01e371fe32 fix(skill): correct formatting of description in make-repo-contribution skill 2026-02-04 14:09:40 -08:00