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
jun-shiromizu
a3be150f8e
fix: Revised error messages and filename sanitization processing
...
- Improved error messages within the `find_library_file` function to include directory names
- Organized comments within the `sanitize_filename` function
- Improved error messages within the `split_library` function to include directory names
2026-02-02 13:05:36 +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
Toru Makabe
0e9b933148
Merge branch 'main' into add-terraform-azurerm-set-diff-analyzer
2026-02-02 09:21:16 +09:00
Toru Makabe
a6f3cde999
docs: add prerequisites and troubleshooting to SKILL.md
2026-02-02 08:58:51 +09:00
Alvin Ashcraft
a11df381d3
Fix quotes
2026-02-01 13:17:07 -05:00
Alvin Ashcraft
a91216ad74
Fix description metadata - from code review
2026-02-01 10:39:03 -05:00
Alvin Ashcraft
263935ec9b
Create skill for winapp CLI
2026-02-01 10:20:08 -05:00
Jcardif
56c929ffd1
Use single quotes for description field
2026-01-29 17:26:53 +03:00
Jcardif
1928fb0fc0
Add penpot-uiux-design skill
...
Adds a comprehensive UI/UX design skill for the Penpot MCP server.
Features:
- MCP tool reference (execute_code, export_shape, import_image, penpot_api_info)
- Design system discovery and handling
- Board positioning to avoid overlap
- Default design tokens (spacing, typography, colors)
- Component checklists (buttons, forms, navigation)
- Accessibility guidelines (WCAG compliance)
- Platform specifications (iOS, Android, responsive web)
2026-01-29 17:18:59 +03:00
Toru Makabe
1b9ff37cf9
Add terraform-azurerm-set-diff-analyzer skill
...
Add a new skill that analyzes Terraform plan JSON output for AzureRM Provider
to distinguish between false-positive diffs (order-only changes in Set-type
attributes) and actual resource changes.
This skill helps users identify 'noise' in terraform plan output caused by
Azure API returning Set elements in different order, making plan reviews
easier and reducing confusion in CI/CD pipelines.
Bundled assets:
- references/azurerm_set_attributes.json
- references/azurerm_set_attributes.md
- scripts/analyze_plan.py
2026-01-29 19:33:19 +09:00
John Haugabook
1782c9814e
Apply suggestions from code review
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-29 00:49:17 -05:00
jhauga
4a2b22c570
Add new skill for custom markdown to html covnersion
2026-01-29 00:01:36 -05:00
hoodini
67d9708092
feat(skills): Add GitHub Copilot SDK skill
...
Add comprehensive skill for building agentic applications with the
GitHub Copilot SDK. This skill covers:
- Installation for Node.js, Python, Go, and .NET
- Quick start examples with sendAndWait pattern
- Streaming responses with proper event handling
- Custom tools definition (JSON Schema, Pydantic, Go structs)
- MCP Server integration (GitHub MCP)
- Custom agents for specialized AI personas
- System message customization
- External CLI server connection
- Session persistence and management
- Error handling and best practices
- Interactive CLI assistant examples
Based on official GitHub Copilot SDK documentation from
https://github.com/github/copilot-sdk
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 00:19:53 +02:00
Aaron Powell
2e317e23e5
Merge pull request #609 from VeVarunSharma/develop/add-workiq-copilot-skill
...
feat: add workiq copilot skill
2026-01-28 11:28:43 +11:00
Ve Sharma
50868c5da3
feat: implement PR feedback for skill
2026-01-25 22:00:26 -05:00
Ve Sharma
b6573100c3
feat: add workiq copilot skill
2026-01-25 21:34:50 -05:00
Pham Tien Thuan Phat
b2c60dfbb1
feat: add Scout skill
2026-01-23 13:49:01 +07:00
Aaron Powell
45ad6d840f
Merge pull request #591 from hashwnath/add-agentic-eval-skill
...
Add agentic-eval skill for agent evaluation patterns
2026-01-23 10:27:16 +11:00
Aung Myo Kyaw
03986ae177
Simplify PRD skill by removing technical jargon
...
Remove subagent, model selection, and implementation details that users don't need to specify. Focus on business requirements and user needs.
2026-01-23 00:36:52 +07:00
Aung Myo Kyaw
e24be77e6f
Add 8 new skills for development tools and workflows
...
This PR adds the following skills:
- azure-devops-cli: Azure DevOps operations via CLI
- chrome-devtools: Browser automation and debugging
- gh-cli: GitHub CLI comprehensive reference
- git-commit: Smart git commit with conventional commits
- mcp-cli: Model Context Protocol server interface
- plantuml-ascii: ASCII diagram generation
- prd: Product Requirements Document generation
- refactor: Surgical code refactoring guidance
All skills follow the project conventions with proper SKILL.md frontmatter.
2026-01-23 00:18:52 +07:00
Aaron Powell
857cba16fc
Merge branch 'main' into jamont-skill-imagemagick
2026-01-22 15:56:07 +11:00
Aaron Powell
e397a4748c
Merge pull request #599 from tmeschter/260121-CopyPreflight
...
Add azure deployment preflight skill
2026-01-22 11:34:10 +11:00
Tom Meschter (from Dev Box)
a3c13fae17
Add azure deployment preflight skill
2026-01-21 10:39:33 -08:00
James Montemagno
5a2e38b390
Merge branch 'main' into jamont-skill-imagemagick
2026-01-21 08:56:06 -08:00
copilot-swe-agent[bot]
5f1f55f571
Fix skill name mismatch - update name to match folder
...
Co-authored-by: jamesmontemagno <1676321+jamesmontemagno@users.noreply.github.com >
2026-01-21 16:48:38 +00:00
jhauga
527729017e
resolve conflicts
2026-01-19 20:41:23 -05:00
jhauga
9c5665cbec
add reference files for new skill legacy-circuit-mockups
2026-01-19 20:26:57 -05:00
John Haugabook
927594eab8
Merge branch 'main' into legacy-circuit-mockups
2026-01-19 00:09:01 -05:00
John Haugabook
97e9189f2d
Update skills/legacy-circuit-mockups/SKILL.md
2026-01-19 00:08:49 -05:00
John Haugabook
6c7d47b063
Apply suggestions from code review
2026-01-19 00:07:36 -05:00
John Haugabook
24154bc165
Apply suggestions from code review
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-19 00:02:36 -05:00
John Haugabook
d57d5dfcdf
Apply suggestions from code review
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-18 23:59:45 -05:00
John Haugabook
a4a0870dfb
Merge branch 'main' into make-skill-template
2026-01-18 23:51:48 -05:00
jhauga
a840be909a
New skill for building legacy hardware cicuit mockups
2026-01-18 23:16:45 -05:00