Commit Graph

231 Commits

Author SHA1 Message Date
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
Hashwanth Sutharapu 3d00ec4c62 Add agentic-eval skill for agent evaluation patterns 2026-01-18 19:39:54 -08:00
jhauga 9d8c73dab5 Add new skill for psuedo agentic skill creation 2026-01-18 22:02:12 -05:00
Aaron Powell b4199677e7 Merge pull request #590 from MiguelElGallo/update_semview
Enhance the skill to include sampling of data, to detect better joins.
2026-01-19 12:07:47 +11:00
Aaron Powell 5c8ea9db01 Merge pull request #586 from tmeschter/260116-SWASkill
Add new skill for creating, testing, deploying, and updating Azure St…
2026-01-19 12:04:28 +11:00
Miguel P Z 6c059c1744 Update skills/snowflake-semanticview/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-18 14:12:03 +02:00
Miguel P Z 54431b34e4 Update skills/snowflake-semanticview/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-18 14:11:36 +02:00
Miguel P Z 1a9caa9762 fix(docs): correct skill name from 'snowflake-semantic-views' to 'snowflake-semanticview' 2026-01-18 14:10:56 +02:00