Imran Siddique
dcfae78fa4
feat: add agent-governance skill
...
Add governance patterns and techniques for AI agent systems:
- Policy definition with allowlists, blocklists, and content filters
- Semantic intent classification for threat detection
- Tool-level governance decorator pattern
- Trust scoring with temporal decay for multi-agent systems
- Append-only audit trail design
- Framework integration examples (PydanticAI, CrewAI, OpenAI Agents)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-02-18 13:28:25 -08:00
Aaron Powell
3575e81185
Merge pull request #748 from jhauga/skill-quasi-coder
...
new skill quasi-coder
2026-02-18 14:00:24 +11:00
Aaron Powell
5a39f0f558
Merge pull request #741 from tedvilutis/main
...
Fabric Lakehouse Skill
2026-02-18 13:58:15 +11:00
jhauga
45e7655e60
new skill quasi-coder
2026-02-17 19:50:28 -05:00
Aaron Powell
2017acd716
Merge pull request #744 from kvz/add-transloadit-media-processing
...
Add transloadit-media-processing skill
2026-02-18 10:24:48 +11:00
Aaron Powell
a2790216a6
Merge pull request #735 from JanKrivanek/dev/jankrivanek/polygot-test-agent
...
Add polygot test agent
2026-02-18 10:21:33 +11:00
Ted Vilutis
4b7ad71086
Update README.skills.md
2026-02-17 10:55:46 -08:00
Kevin van Zonneveld
ef1cdcd647
Add transloadit-media-processing skill
...
Media processing skill using Transloadit's 86+ robots for video encoding,
image manipulation, audio transcoding, OCR, and multi-step pipelines.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 15:52:54 +01:00
Adrien Clerbois
dc484e4079
Consolidates fluentui-blazor skill entry
...
Removes duplicate entry for the fluentui-blazor skill in the skills documentation. Keeps the entry on the main branch.
2026-02-17 08:51:44 +01:00
Adrien Clerbois
a514ab3edc
Merge branch 'main' into skill/fluentui-blazor
2026-02-17 08:48:46 +01:00
Ted Vilutis
2dcc97df98
Fabric Lakehouse Skill
...
This is new skill for Copilot agent to work with fabric Lakehouse
2026-02-16 18:18:48 -08:00
Aaron Powell
0b008682f5
Merge branch 'main' into add-finnish-humanizer-prompt
2026-02-17 09:26:59 +11:00
Adrien Clerbois
c824a3c8b6
Add fluentui-blazor skill
...
Add a new skill for using the Microsoft Fluent UI Blazor component library (Microsoft.FluentUI.AspNetCore.Components v4) in Blazor applications. Includes guidance on setup, component usage, theming, data grids, layout and navigation.
2026-02-16 22:43:41 +01:00
HassiumX
3df3129695
refactor: convert prompt to skill format
...
Per reviewer feedback, migrate from prompts/ to skills/ format:
- Move prompt → skills/finnish-humanizer/SKILL.md with proper frontmatter
- Bundle references/patterns.md (26 AI patterns + 4 style markers)
- Regenerate README tables via npm start
2026-02-16 17:01:12 +02:00
Jan Krivanek
1cd34d5d25
Add polygot test agent
2026-02-16 15:51:07 +01:00
John Haugabook
d458dd6ca6
Merge branch 'main' into skill-pdftk-server
2026-02-15 21:46:54 -05:00
jhauga
400a2ee3f7
Add skill pdftk-server
2026-02-14 23:54:48 -05:00
Ashley Wolf
7a7ae4e7f0
Update sponsor-finder: /sponsor trigger + softer tone
...
- Change invocation to /sponsor owner/repo
- Rename 'Sponsor These' to 'Ways to Give Back'
- Soften language: never shame unfunded projects
- Add rule: always be encouraging, never shaming
- Regenerate READMEs
2026-02-13 18:54:44 -08:00
Aaron Powell
de0611d0ec
Fixing readme
2026-02-13 11:41:23 +11:00
Ashley Wolf
03e1b3a178
Use deps.dev API for dependency resolution
...
Major upgrade:
- deps.dev GetDependencies: full tree in one call (direct + transitive)
- deps.dev GetVersion: cross-ecosystem package→repo mapping (7 ecosystems)
- deps.dev GetProject: OSSF Scorecard health data per project
- Direct vs transitive column (✅ vs ⛓️ )
- Health column from Scorecard Maintained check
- Actionable minimum: '💡 Sponsoring just N people covers all funded deps'
- Graceful fallback to registry APIs if deps.dev unavailable
2026-02-12 16:24:08 -08:00
Ashley Wolf
131585af9b
Upgrade sponsor-finder: link verification, web search, more ecosystems
...
Inspired by jshchnz/tribute, adds:
- Link verification: every funding URL is fetched before presenting
- Web search fallback: finds funding even without FUNDING.yml
- How Verified column: transparency about data source
- 5 ecosystems: npm, Python, Rust, Go, Ruby (was npm-only)
- Corporate-maintained package detection
- No Verified Funding Found section for unfunded deps
2026-02-12 16:08:44 -08:00
Ashley Wolf
a43a5d4a2d
Add sponsor-finder skill
...
Teaches Copilot how to scan a repo's dependencies and find which ones
accept sponsorship via GitHub Sponsors, Open Collective, etc.
Workflow:
1. Fetch package.json from target repo
2. Resolve each dep to source GitHub repo via npm registry
3. Check npm funding field + .github/FUNDING.yml
4. Group by maintainer, present report with sponsor links
Tested against expressjs/express: found 9/28 deps sponsorable (32%)
across 3 funding destinations.
2026-02-12 15:49:40 -08:00
Aaron Powell
b441fa5e58
Merge pull request #707 from DUBSOpenHub/add-copilot-cli-quickstart-skill
...
Add copilot-cli-quickstart skill — interactive tutorial for beginners
2026-02-13 10:08:14 +11:00
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
DUBSOpenHub
985a7d2bef
chore: regenerate README.skills.md after frontmatter update
...
Run npm start to sync generated skills table with updated
copilot-cli-quickstart description.
2026-02-12 12:35:56 -08:00
Gregg Cochran
120ee1111e
Add copilot-cli-quickstart skill — interactive tutorial for beginners
...
Adds a Copilot CLI skill that teaches absolute beginners how to use
GitHub Copilot CLI through guided, interactive lessons right in the
terminal. Features:
- Dual-track learning: Developer (8 lessons) and Non-Developer (7 lessons)
- Interactive exercises using ask_user
- SQL-based progress tracking
- On-demand Q&A with live doc fetching
- Beginner-friendly with CLI glossary and fallback handling
Source repo: https://github.com/DUBSOpenHub/copilot-cli-quickstart
2026-02-11 20:36:14 -08: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
jhauga
27149859a4
Add skill to create web forms
...
Add skill to create web forms
2026-02-09 19:22:54 -05:00
nblog
5efb7329a3
feat(skills): add nano-banana-pro-openrouter skill with image generation capabilities
2026-02-09 16:59:06 +08: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
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
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
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
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
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