Commit Graph

124 Commits

Author SHA1 Message Date
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
Gregg Cochran
be23740aaf Update skills/copilot-cli-quickstart/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-12 12:33:46 -08:00
DUBSOpenHub
6687524a2e fix: add allowed-tools, fix fabricated install commands
- Add allowed-tools field to frontmatter (ask_user, sql,
  fetch_copilot_cli_documentation) addressing review threads
- Note CLI-specific targeting in description
- Replace fabricated install commands (brew, npm, winget, curl)
  with correct GitHub CLI paths (gh copilot)
2026-02-12 12:30:00 -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
John Haugabook
e0389a557a codespell: make each word of acronym bold 2026-02-09 21:27:17 -05:00
John Haugabook
8670ddd9e0 Apply suggestions from code review 2026-02-09 21:16:04 -05:00
nblog
b0879659c5 fix(SKILL.md): enhance troubleshooting section with common errors and resolutions 2026-02-10 10:03:49 +08:00
Aaron Powell
b7934b6155 Merge pull request #687 from jvanderwee/patch-2
Fix `gh pr review` body parameter
2026-02-10 11:44: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
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
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
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
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
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
Joseph Van der Wee
1a8c67e76b Fix gh cli skill approve PR command example 2026-02-05 09:01:30 +00: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
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
68e58890cb docs(skill): remove change history section from SKILL.md
The change history section has been removed to streamline the document
and focus on the current skills and guidelines. This helps in maintaining
clarity and relevance in the documentation.

- Simplified the structure of SKILL.md
2026-02-04 06:40:46 +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
635d7be15c docs(skill): update description for meeting minutes skill
Refined the description of the meeting minutes skill to ensure clarity
and consistency in the documentation. The updated description maintains
the same informative content while improving readability.

- Changed double quotes to single quotes for consistency
2026-02-03 23:06:02 +08:00
ian zhang
de652427f2 feat(skill): add meeting minutes generation skill
This commit introduces a new skill for generating concise and actionable
meeting minutes for internal meetings. The skill includes metadata,
attendance, agenda, decisions, action items, and follow-up steps,
ensuring a standardized format for documentation.

- Supports short meetings
- Follows a strict schema for output
- Includes operational workflow and clarifying questions for intake
2026-02-03 22:52:59 +08:00
Mohammad
3cc2412993 Fix formatting of description in powerbi-modeling skill 2026-02-03 12:49:55 +03: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
白水淳
2ee692a80d Merge branch 'main' into add-new-skill-clean 2026-02-03 08:28:24 +09:00
Jeremy Kohn
a98230c3a2 Merge branch 'main' into fix-spelling-errors-found-by-codespell 2026-02-02 02:59:58 -06:00
Jeremy Kohn
bb146c059f fix: Correct spelling errors found by Codespell 2026-02-02 00:00:31 -06:00
jun-shiromizu
37b37162f1 delete: Deleted unnecessary .gitkeep files
Deleted .gitkeep in skills/excalidraw-diagram-generator/libraries/.
2026-02-02 13:05:36 +09:00