Commit Graph

221 Commits

Author SHA1 Message Date
Aaron Powell
33096fce5a Merge pull request #669 from ChrisMcKee1/add-aspire-skill
feat: Add Aspire polyglot distributed-app orchestration skill
2026-02-13 09:52:48 +11:00
Aaron Powell
39d80e1f71 Merge pull request #695 from abhibavishi/add-reepl-agent
Add Reepl LinkedIn content agent
2026-02-12 09:40:39 +11:00
Aaron Powell
3a2576ae66 Merge pull request #692 from TianqiZhang/main
Add microsoft-skill-creator skill
2026-02-12 09:36:37 +11:00
abhibavishi
5ba0ed2f19 Add Reepl LinkedIn content agent
Add an agent for AI-powered LinkedIn content creation, scheduling, and
analytics through Reepl (https://reepl.io). Enables creating posts,
carousels, and managing LinkedIn presence directly from GitHub Copilot.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 15:48:12 +05:30
Aaron Powell
4555fee5d2 Merge pull request #685 from github/hooks
Hooks
2026-02-11 14:16:50 +11:00
vfaraji89
99018f421a Add context-engineering collection
Add tools for maximizing GitHub Copilot effectiveness through better
context management:

- Instructions: Guidelines for structuring code so Copilot understands it
- Agent: Context Architect - plans multi-file changes by mapping dependencies
- Prompts:
  - context-map: Map all affected files before changes
  - what-context-needed: Ask Copilot what files it needs
  - refactor-plan: Create phased refactor plans with rollback steps

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 22:42:02 +03:00
Tianqi Zhang
e494fa2e3f Merge branch 'main' into main 2026-02-10 14:56:22 +08:00
Tianqi Zhang
6b1ac50007 Add microsoft-skill-creator skill 2026-02-10 14:03:06 +08:00
nblog
b1e5581996 Merge remote-tracking branch 'origin/main' into add-nano-banana-pro-openrouter-skill
# Conflicts:
#	docs/README.skills.md
2026-02-10 13:57:25 +08:00
Aaron Powell
7aff2eecd3 Merge pull request #690 from jhauga/create-web-form
Add skill to create web forms
2026-02-10 16:35:52 +11:00
Aaron Powell
9e9cac6570 Merge pull request #689 from rperez030/add-insiders-a11y-tracker-agent
Add VS Code Insiders Accessibility Tracker agent
2026-02-10 11:51:13 +11:00
Aaron Powell
7295ac32be Merge pull request #678 from mfairchild365/patch-1
Revise accessibility instructions for clarity and detail
2026-02-10 11:49:24 +11:00
jhauga
27149859a4 Add skill to create web forms
Add skill to create web forms
2026-02-09 19:22:54 -05:00
Roberto Perez
0af1852dd2 Add VS Code Insiders Accessibility Tracker agent 2026-02-09 16:42:28 -05:00
Michael Fairchild
3274ad6c68 Update readme 2026-02-09 09:40:33 -06:00
nblog
5efb7329a3 feat(skills): add nano-banana-pro-openrouter skill with image generation capabilities 2026-02-09 16:59:06 +08: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
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
e4c35f3702 chore: rebuild README.skills.md without aspire skill (belongs to separate PR) 2026-02-06 10:36:51 -06:00
Chris McKee
f28f8ab883 chore: Rebuild README.skills.md with updated description 2026-02-06 10:26:30 -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
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
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
Christopher Harrison
45373f3daa Merge branch 'main' into feature/make-repo-contribution-skill 2026-02-04 14:09:53 -08:00
Christopher Harrison
10891811c1 feat(skill): add make-repo-contribution skill
Adds a new skill to help AI agents follow repository contribution guidelines
when creating issues, commits, branches, and pull requests.

Includes:
- SKILL.md with comprehensive instructions
- Issue template for when none exists in repo
- PR template for when none exists in repo
2026-02-04 12:07:47 -08:00
ian zhang
8f60c9c2e7 Merge branch 'main' into feature/mom_2026 2026-02-04 06:38:04 +08:00
Aaron Powell
9da1f12cbe Merge pull request #658 from Evangelink/mstest
Improve best practices for MSTest
2026-02-04 09:28:45 +11:00
Aaron Powell
7ad7c47809 Merge pull request #657 from AlahmadiQ8/power-bi-modeling-skill
Add Power BI modeling skill
2026-02-04 09:24:45 +11:00
Aaron Powell
c9d70db498 Merge pull request #621 from Jcardif/add-penpot-uiux-design
Add penpot-uiux-design skill
2026-02-04 09:22:28 +11:00
garrettsiegel
0cb946ec02 Update README with new instruction entry 2026-02-03 12:39:47 -05:00
ian zhang
f8c11eeab7 feat(skill): add meeting minutes generation skill
Generate concise, actionable meeting minutes for internal meetings.
Includes metadata, attendees, agenda, decisions, action items (owner
+ due date), and follow-up steps.
2026-02-03 22:59:29 +08:00
Amaury Levé
5056db77eb Fix readme 2026-02-03 14:26:17 +01:00
Mohammad
545af30ade Add Power BI modeling skill 2026-02-03 12:29:33 +03:00
Jacrdif
a6ac908525 Add Penpot MCP server setup and troubleshooting guide 2026-02-03 10:06:49 +03:00
Josh N
e9b8392b06 Merge branch 'main' into add-penpot-uiux-design 2026-02-03 10:00:01 +03:00
jun-shiromizu
14c41bf058 chore: add gitignore for skill scripts 2026-02-03 15:51:39 +09:00
白水淳
199a1ed782 Merge branch 'main' into add-new-skill-clean 2026-02-03 13:35:40 +09:00
Aaron Powell
9afab17e01 Cleaning up the name of a lot of agents 2026-02-03 14:11:03 +11:00
白水淳
851ff2e985 Merge branch 'main' into add-new-skill-clean 2026-02-03 11:09:41 +09:00
garrettsiegel
b1fd2fbf5a Add Tailwind CSS v4 + Vite installation instructions 2026-02-02 12:41:48 -05:00
jun-shiromizu
bf37ce2a0d chore: align README instructions ordering 2026-02-02 13:26:51 +09:00
jun-shiromizu
b9157c701a chore: update generated READMEs 2026-02-02 13:06:41 +09:00
jun-shiromizu
f57435a965 feat(skills): add excalidraw-diagram-generator skill and docs update 2026-02-02 13:05:36 +09:00
Aaron Powell
44a43b2336 Merge pull request #620 from torumakabe/add-terraform-azurerm-set-diff-analyzer
Add terraform-azurerm-set-diff-analyzer skill
2026-02-02 12:35:40 +11:00
Aaron Powell
1c42150a3c Merge pull request #630 from alvinashcraft/alvinashcraft/main-add-skill-winapp-cli
feat: Add Windows App Development (winapp) CLI skill
2026-02-02 12:34:28 +11:00
Aaron Powell
e27435ce22 Merge pull request #628 from benjisho/main
Add Linux expert agent, instructions, and triage prompt
2026-02-02 12:33:41 +11:00
Aaron Powell
f73d555749 Merge pull request #627 from DaniBunny/feat/repo-architect-agent
feat: add repo-architect agent for scaffolding agentic projects
2026-02-02 12:31:48 +11:00
Toru Makabe
0e9b933148 Merge branch 'main' into add-terraform-azurerm-set-diff-analyzer 2026-02-02 09:21:16 +09:00
Alvin Ashcraft
d6e7aec622 Update skills readme 2026-02-01 10:28:34 -05:00