Commit Graph

164 Commits

Author SHA1 Message Date
Alvin Ashcraft
d6e7aec622 Update skills readme 2026-02-01 10:28:34 -05:00
hoodini
855c17a500 chore: Add skill to copilot-sdk collection
Added copilot-sdk skill to the copilot-sdk.collection.yml as requested
by reviewer. Updated generated docs via npm run build.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 00:20:44 +02: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
e5289a995a feat: update workiq readme skill 2026-01-25 21:42:46 -05:00
Pham Tien Thuan Phat
f551d7ba29 chore: update readme skill 2026-01-23 13:55:42 +07:00
Aaron Powell
92dbe54cc6 Cleaning up some legacy around chat modes 2026-01-23 10:51:55 +11: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
Aaron Powell
a2525e3112 fix: enhance markdown table cell formatting for descriptions in README and skills 2026-01-23 10:06:44 +11:00
Aung Myo Kyaw
bc793da5d2 Update README.skills.md after PRD skill simplification
Run npm start to regenerate documentation after simplifying the prd skill.
2026-01-23 00:38:42 +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
66b0bfb9cc Adding copilot-sdk stuff 2026-01-22 15:51:40 +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
Aaron Powell
02cf06c47d Merge pull request #598 from CASTResearchLabs/CAST_Imaging_Structural_Agents
Cast imaging structural agents
2026-01-22 11:27:26 +11:00
Tom Meschter (from Dev Box)
a3c13fae17 Add azure deployment preflight skill 2026-01-21 10:39:33 -08:00
James Montemagno
0d3f3dfc9e Remove empty line in skills table for improved formatting 2026-01-21 17:43:16 +00: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
CASTResearchLabs
979c860e8c Merge branch 'main' into CAST_Imaging_Structural_Agents 2026-01-21 10:28:58 +01:00
@p.douziech_cast
3167a45ab3 Frontmatter name field fix 2026-01-21 09:16:22 +01:00
@p.douziech_cast
6f32f8e9e1 Changed frontmatter to avoid auto-generated description case error on company name 2026-01-21 09:03:39 +01:00
@p.douziech_cast
29122eb7cd Trying to solve the generated file case issue manually 2026-01-21 07:54:07 +01:00
@p.douziech_cast
f66991f741 Updates of description format and case override of generated document 2026-01-20 23:14:15 +01:00
@p.douziech_cast
d3ed11b70e CASTLABS-501 2026-01-20 11:15:22 +01:00
jhauga
0f57ceeb24 resolve conflicts 2026-01-19 20:48:14 -05:00
jhauga
cb0a0d1574 restore partners.md and README.agents.md 2026-01-19 20:46:33 -05:00
jhauga
527729017e resolve conflicts 2026-01-19 20:41:23 -05:00
Hashwanth Sutharapu
105c0f55e2 chore: update README.skills.md via npm start
Ran the update script as requested by reviewer to regenerate the skills table.
2026-01-19 17:25:39 -08:00
John Haugabook
927594eab8 Merge branch 'main' into legacy-circuit-mockups 2026-01-19 00:09:01 -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
jhauga
9d8c73dab5 Add new skill for psuedo agentic skill creation 2026-01-18 22:02:12 -05:00
Aaron Powell
ef6e13d783 Merge pull request #588 from shibicr93/feat/openapi-to-application-collections
Add OpenAPI-to-Application collections for 5 common frameworks
2026-01-19 12:06:27 +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
Aaron Powell
4c1b22fc17 Merge pull request #584 from timheuer/appstore-review-prompt
feat: add Apple App Store Reviewer prompt
2026-01-19 11:43:17 +11:00
Shibi Ramachandran
82dbe8610a Merge branch 'main' into feat/openapi-to-application-collections 2026-01-18 19:54:41 +01:00
Matt Soucoup
84d67ec977 Merge branch 'main' into main 2026-01-18 09:19:33 -08:00
shibicr93
f1e6b77ab7 Add OpenAPI-to-Application collections for 5 common frameworks
Add 5 framework-specific collections with shared agent and prompt for generating production-ready applications from OpenAPI specifications:
- Java Spring Boot
- Python FastAPI
- Node.js NestJS
- C# .NET
- Go

Reuses existing framework instructions for consistency and best practices.
2026-01-18 00:02:52 +01:00
Tom Meschter (from Dev Box)
bbd3d41dae Update README.skills.md 2026-01-16 10:49:20 -08:00
Tim Heuer
8ae7cb45d9 feat: add Apple App Store Reviewer prompt
- 📝 New prompt for auditing iOS app code and metadata
- 🔍 Identifies rejection risks and optimization opportunities
- 📋 Provides structured recommendations for App Store compliance
2026-01-16 10:19:15 -08:00
Kent Yao
c4f2978a51 Add outdated detection to collections, instructions, and prompts suggestion files
Similar to c12041b which added outdated agent detection, this commit adds:
- Version comparison process for detecting outdated local assets
- Fetch remote versions step in the process workflow
- Updated icons reference with outdated status indicators
- Update handling sections for managing outdated assets
- Updated output table examples to show outdated status
2026-01-15 16:15:00 +08:00
Aaron Powell
0b9ad6eaaa Merge pull request #570 from jhauga/html-css-style-color-guide
Instructions for best color practices
2026-01-15 08:50:20 +11:00
jhauga
e57e0f4816 Instructions for best color practices 2026-01-14 16:01:01 -05:00
Kent Yao
46c07753c0 README 2026-01-14 20:01:21 +08:00
Tianqi Zhang
34c5f4d51a run npm start 2026-01-14 16:02:39 +08:00
Tianqi Zhang
a3035a6e7c Add Microsoft Code Reference and Microsoft Docs skills with detailed usage instructions 2026-01-14 16:00:16 +08:00
Matt Soucoup
adfe3cc018 Merge branch 'main' into add-devils-advocate-agent 2026-01-13 13:06:37 -08:00
Aaron Powell
dcb1968a6c Merge pull request #502 from tmeschter/251219-AddVisualizerSkill
Add azure-resource-visualizer skill
2026-01-13 09:09:52 +11:00
Tom Meschter (from Dev Box)
9ab127ab6d Update generated README with normalized path separators 2026-01-12 09:55:27 -08:00