Amaury Levé
461c92745d
Fix assertion
2026-02-03 16:33:50 +01: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
f8c11eeab7
feat(skill): add meeting minutes generation skill
...
Generate concise, actionable meeting minutes for internal meetings.
Includes metadata, attendees, agenda, decisions, action items (owner
+ due date), and follow-up steps.
2026-02-03 22:59:29 +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
Amaury Levé
5056db77eb
Fix readme
2026-02-03 14:26:17 +01:00
Amaury Levé
a08d09b311
Improve best practices for MSTest
2026-02-03 14:12:06 +01: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
Aaron Powell
003a01cc7e
Add plugins for all collections
...
Generate plugin directories for 36 collections not previously represented:
- awesome-copilot, cast-imaging, clojure-interactive-programming, copilot-sdk
- csharp-dotnet-development, csharp-mcp-development, database-data-management
- dataverse-sdk-for-python, devops-oncall, edge-ai-tasks, frontend-web-dev
- go-mcp-development, java-development, java-mcp-development, kotlin-mcp-development
- mcp-m365-copilot, openapi-to-application-* (5 variants), partners
- pcf-development, php-mcp-development, power-apps-code-apps, power-bi-development
- power-platform-mcp-connector-development, python-mcp-development
- ruby-mcp-development, rust-mcp-development, security-best-practices
- structured-autonomy, swift-mcp-development, technical-spike
- typescript-mcp-development, typespec-m365-copilot
Each plugin includes:
- .github/plugin/plugin.json with metadata
- README.md with installation instructions
- Symlinks to canonical agents, commands, and skills
Updated marketplace.json to include all 40 plugins.
2026-02-03 16:40:57 +11:00
Aaron Powell
b16eb45d99
little tweak to marketplace definition
2026-02-03 16:29:48 +11:00
Aaron Powell
d252e665b8
Merge branch 'main' into copilot-plugins
2026-02-03 16:15:11 +11:00
白水淳
199a1ed782
Merge branch 'main' into add-new-skill-clean
2026-02-03 13:35:40 +09:00
Aaron Powell
e32291ee9f
claiming the context7 entry
2026-02-03 15:29:00 +11:00
Aaron Powell
7144b12409
Merge pull request #654 from github/combine-llms-txt-generation
...
Use absolute URLs in llms.txt
2026-02-03 14:57:06 +11:00
Aaron Powell
1a9b280c80
Use absolute URLs in llms.txt
2026-02-03 14:54:42 +11:00
Aaron Powell
9a2dbf276b
Move llms.txt generation to Astro endpoint
...
- Create website/src/pages/llms.txt.ts as an Astro static endpoint
- Remove generateLlmsTxt function from generate-website-data.mjs
- llms.txt is now generated at build time by Astro alongside other pages
2026-02-03 14:51:28 +11:00
Aaron Powell
42f5dc950a
Merge pull request #652 from github/combine-llms-txt-generation
...
Combine llms.txt generation with website data generation
2026-02-03 14:39:16 +11:00
Aaron Powell
07bc765948
Update eng/generate-website-data.mjs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-03 14:36:53 +11:00
Aaron Powell
b0b5bf9339
Merge pull request #651 from github/naming-normalisation
...
Cleaning up the name of a lot of agents
2026-02-03 14:31:21 +11:00
Aaron Powell
dc1b93354c
Combine llms.txt generation with website data generation
...
- Move llms.txt generation into generate-website-data.mjs
- Remove standalone generate-llms-txt.mjs script
- Remove llms:generate npm script
- llms.txt now outputs to website/public/data/ alongside other generated files
2026-02-03 14:30:19 +11:00
Aaron Powell
9afab17e01
Cleaning up the name of a lot of agents
2026-02-03 14:11:03 +11:00
Aaron Powell
939f1483ca
Merge pull request #650 from github/copilot/add-llms-txt-file
...
Add llms.txt generation for GitHub Pages deployment
2026-02-03 14:01:52 +11:00
copilot-swe-agent[bot]
fd509d2f0d
Link skills to SKILL.md files instead of directories
...
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-02-03 02:50:08 +00:00
白水淳
851ff2e985
Merge branch 'main' into add-new-skill-clean
2026-02-03 11:09:41 +09:00
Aaron Powell
a2bd4fda47
Update eng/generate-llms-txt.mjs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-03 12:48:47 +11:00
copilot-swe-agent[bot]
7e23ac9527
Generate llms.txt in website/public for GitHub Pages
...
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-02-03 01:46:18 +00:00
copilot-swe-agent[bot]
2d996d8ab2
Address code review feedback: improve code quality
...
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-02-03 01:37:35 +00:00
copilot-swe-agent[bot]
a2e8bc2f25
Add llms.txt documentation to README
...
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-02-03 01:36:34 +00:00
copilot-swe-agent[bot]
3d1d2c1aa0
Fix multiline descriptions in llms.txt to be single-line
...
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-02-03 01:36:00 +00:00
copilot-swe-agent[bot]
fbc72656ab
Add llms.txt file generation script and output
...
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-02-03 01:35:13 +00:00
Aaron Powell
7300b8ccff
chore: Add dateA, dateB to codespell ignore list
...
These are valid variable names used in sorting comparison functions
for the last updated date feature.
2026-02-03 12:33:58 +11:00
copilot-swe-agent[bot]
304ed6ee9a
Initial plan
2026-02-03 01:30:36 +00:00
Aaron Powell
46256b3a50
feat(website): Add last updated dates for agents, prompts, instructions, and skills
...
- Add git-dates.mjs utility to extract file modification dates from git history
- Include lastUpdated field in JSON data for all resource types
- Display relative time (e.g., '3 days ago') with full date on hover
- Add 'Recently Updated' sort option to agents, prompts, instructions, and skills pages
- Update deploy-website.yml to use fetch-depth: 0 for full git history
CI overhead: ~20-30s additional for full git checkout
2026-02-03 12:14:45 +11:00
Aaron Powell
b492cfe854
Merge pull request #645 from github/copilot/fix-spelling-grammar-issues
...
Add codespell CI workflow for automated spelling checks
2026-02-03 11:45:56 +11:00
Aaron Powell
f1367eb1fc
Merge pull request #648 from github/fix/dark-mode-dropdown-text
...
fix: improve dropdown text visibility in dark mode
2026-02-03 11:45:35 +11:00
Aaron Powell
3c5ac86f49
Merge pull request #647 from github/fix/skill-search-path
...
fix: use skillFile path in search index for skills
2026-02-03 11:45:19 +11:00
Aaron Powell
3e2ad679b3
Merge pull request #642 from garrettsiegel/add-tailwind-v4-vite-instructions
...
Add Tailwind CSS v4 + Vite installation instructions
2026-02-03 11:44:05 +11:00
Aaron Powell
fb4fb59625
fix: improve dropdown text visibility in dark/light modes
...
and ensure dropdown background and text colors properly use CSS variables
in both dark and light themes.
2026-02-03 11:39:28 +11:00
Aaron Powell
79b5c649b5
fix: use skillFile path in search index for skills
...
When searching for skills on the homepage, clicking a result would fail
to load because the search index stored the folder path (e.g., skills/my-skill)
instead of the SKILL.md file path. This caused fetchFileContent() to fail.
Changed path property to use skill.skillFile which contains the correct
path to the SKILL.md file that can be fetched and displayed in the modal.
2026-02-03 11:27:45 +11:00
copilot-swe-agent[bot]
20818f230a
Fix spelling error: formated → formatted in copilot-instructions.md
...
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-02-03 00:22:31 +00:00
Aaron Powell
eb66c2b1d2
Merge pull request #646 from github/feature/footer-commit-info
...
Add commit SHA and build date to website footer
2026-02-03 11:17:55 +11:00
garrettsiegel
ba03707825
Revert unrelated changes to .vscode/settings.json
2026-02-02 18:56:26 -05:00
Aaron Powell
f4c2e0b0e0
Add commit SHA and build date to website footer
...
- Display short commit SHA with link to GitHub commit
- Show build date in YYYY-MM-DD format
- Use GITHUB_SHA env var in CI, fallback to git command locally
- Add subtle styling for build info text
2026-02-03 10:38:16 +11:00
白水淳
2ee692a80d
Merge branch 'main' into add-new-skill-clean
2026-02-03 08:28:24 +09:00
copilot-swe-agent[bot]
1c38b8388a
Improve codespell configuration comments for clarity
...
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-02-02 23:11:59 +00:00
copilot-swe-agent[bot]
0227b8a2f6
Add codespell GitHub Actions workflow for automatic spelling checks
...
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-02-02 23:10:45 +00:00
copilot-swe-agent[bot]
ea50e5f696
Initial plan
2026-02-02 23:08:34 +00:00