Aaron Powell
6bcb6ffc37
refactor(website): convert to ES modules with TypeScript
...
- Replace all inline scripts with TypeScript modules
- Create page-specific modules for agents, prompts, instructions, skills, collections, index
- Create core modules: utils.ts, search.ts, modal.ts, choices.ts, jszip.ts, theme.ts
- Remove window global exports, use proper ES module imports
- Add type interfaces for all data structures
- Use data-base-path attribute on body for base URL handling
- Bundle Choices.js and JSZip via npm instead of CDN
- Astro pages now just have single script import each
2026-01-28 16:38:49 +11:00
Aaron Powell
875219812e
Add multi-select filters, light/dark theme, and skill ZIP downloads
...
- Add multi-select dropdown component for all filter fields
- Implement light/dark theme toggle with system preference detection
- Add client-side ZIP download for skills using JSZip
- Include file lists in skills metadata for download feature
- Add title tooltips to multi-select options for long values
- Update all pages with consistent theme toggle in header
2026-01-28 14:59:19 +11:00
Aaron Powell
f8829be835
feat: Add GitHub Pages website for browsing resources
...
- Add static website with pages for agents, prompts, instructions, skills, and collections
- Implement client-side fuzzy search across all resources
- Add file viewer modal with copy-to-clipboard and install-to-editor functionality
- Add Tools page for MCP server and future tools
- Add Samples page placeholder for copilot-sdk cookbook migration
- Add metadata JSON generation script (eng/generate-website-data.mjs)
- Add GitHub Actions workflow for automated Pages deployment
- Update package.json with website build scripts
2026-01-28 13:43:41 +11: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
Aaron Powell
359615d991
Merge pull request #604 from phatpham-katalon/main
...
feat: add ScoutQA Testing Skill
2026-01-28 11:20:10 +11:00
Ve Sharma
50868c5da3
feat: implement PR feedback for skill
2026-01-25 22:00:26 -05:00
Ve Sharma
e5289a995a
feat: update workiq readme skill
2026-01-25 21:42:46 -05:00
Ve Sharma
b6573100c3
feat: add workiq copilot skill
2026-01-25 21:34:50 -05:00
Pham Tien Thuan Phat
f551d7ba29
chore: update readme skill
2026-01-23 13:55:42 +07:00
Pham Tien Thuan Phat
b2c60dfbb1
feat: add Scout skill
2026-01-23 13:49:01 +07:00
Aaron Powell
cfb896c232
Merge pull request #602 from github/remove-chat-mode-references
...
Cleaning up some legacy around chat modes
2026-01-23 11:07:42 +11:00
Aaron Powell
92dbe54cc6
Cleaning up some legacy around chat modes
2026-01-23 10:51:55 +11:00
Aaron Powell
888fbe6c95
Merge pull request #581 from github/all-contributors/add-anchildress1
...
add anchildress1 as a contributor for infra, doc, and code
2026-01-23 10:27:43 +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
Aaron Powell
06639818f4
Merge pull request #601 from AungMyoKyaw/add-new-skills
...
Add 8 new skills for development tools and workflows
2026-01-23 09:50: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
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
42cfbda0e1
Merge pull request #504 from jamesmontemagno/jamont-skill-imagemagick
...
add image magick skill
2026-01-22 15:57:19 +11:00
Aaron Powell
857cba16fc
Merge branch 'main' into jamont-skill-imagemagick
2026-01-22 15:56:07 +11:00
Aaron Powell
0154a02a12
Merge pull request #600 from github/copilot-sdk
...
Adding copilot-sdk stuff
2026-01-22 15:54:17 +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
Aaron Powell
a46947ad83
Merge pull request #596 from jlbeard84/patch-1
...
Update version number in CSharpExpert agent
2026-01-22 11:18:37 +11:00
Aaron Powell
94b3649201
Merge pull request #592 from jhauga/legacy-circuit-mockups
...
New skill for building legacy hardware circuit mockups
2026-01-22 11:17:00 +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
James Montemagno
9f69340637
Merge pull request #1 from jamesmontemagno/copilot/apply-review-comments-changes
...
Fix skill validation: align name field with folder name
2026-01-21 08:55:02 -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
copilot-swe-agent[bot]
427c9c96b7
Initial plan
2026-01-21 16:43:47 +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
CASTResearchLabs
c269281280
Update cast-imaging.collection.yml
2026-01-21 07:46:54 +01:00
@p.douziech_cast
f66991f741
Updates of description format and case override of generated document
2026-01-20 23:14:15 +01:00
Josh Beard
3520908053
Update version number in CSharpExpert agent
...
In order to better determine if a given agent file in a repository is out of date, shouldn't the version # be incremented when changes are made? I see that this one is stale and as such I missed updating the version of it I have in my repositories.
2026-01-20 10:59:29 -05:00
CASTResearchLabs
a72ba867e0
Update cast-imaging-structural-quality-advisor.agent.md
2026-01-20 16:20:33 +01:00
CASTResearchLabs
741eeb3e1a
Update cast-imaging-software-discovery.agent.md
2026-01-20 16:18:04 +01:00
CASTResearchLabs
bb34098ff6
Update cast-imaging-impact-analysis.agent.md
2026-01-20 16:15:43 +01:00
@p.douziech_cast
d3ed11b70e
CASTLABS-501
2026-01-20 11:15:22 +01:00
@p.douziech_cast
34aa53cee4
CASTLABS-501
2026-01-20 11:10:23 +01:00
@p.douziech_cast
8e8bc48c27
CASTLABS-501
2026-01-20 11:08:16 +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
jhauga
9c5665cbec
add reference files for new skill legacy-circuit-mockups
2026-01-19 20:26:57 -05:00