Commit Graph
214 Commits
Author SHA1 Message Date
Mikhail Alabugin abf3b43056 docs: fix nine dead contributor profile links (#2832)
Update profile URLs in .all-contributorsrc and regenerate README.md and
website/src/pages/contributors.astro with `npm run contributors:generate`
(all-contributors-cli 6.26.1). Rebased onto current main.
2026-09-08 09:45:01 +10:00
Guo Cheng 44aa844a85 Contributors table: keep every row at seven cells (#2938)
The last row carries eight <td> elements while all fifty-three others carry
seven. Each cell is fixed at width="14.28%" (one seventh), so eight of them
overflow the table: the final avatar renders narrower than the rest and sits
past the edge, reachable only by scrolling horizontally.

Moving that one cell onto its own row restores the invariant. Verified by
counting cells per row before and after: the distribution goes from {7, 8} to
{7, 1}, the 1 being the new trailing row that the next contributor fills.
2026-09-07 12:24:47 +10:00
ad053dace3 add jmatsuzawa as a contributor for tool (#2875)
* update README.md

* update .all-contributorsrc

* update website/src/pages/contributors.astro

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2026-09-01 01:39:43 +00:00
allcontributors[bot]andPretaSOFT 3351de36b8 add GuoCheng24 as a contributor for content (#2871)
* update README.md

* update .all-contributorsrc

* update website/src/pages/contributors.astro

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2026-09-01 11:37:24 +10:00
allcontributors[bot]andPretaSOFT c0cbe7fa44 add alx-so as a contributor for doc (#2856)
* update README.md

* update .all-contributorsrc

* update website/src/pages/contributors.astro

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2026-08-31 11:21:37 +10:00
11c51d69b2 add passadis as a contributor for doc (#2581)
* update README.md

* update .all-contributorsrc

* update website/src/pages/contributors.astro

* update README.md

* update .all-contributorsrc

* update website/src/pages/contributors.astro

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2026-08-12 00:04:13 +00:00
Aaron PowellandCopilot App 3f0bba475e fix: prevent invalid contributor footer markup (#2608)
Disable the all-contributors usage footer because the pinned CLI emits an invalid closing img tag. Keep the usage link outside the generated contributor block.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 936cc10e-06f7-440c-96e7-51d1e94476ce
2026-08-10 14:02:01 +10:00
Yasir Hassan 21bb64d1b4 docs: add back-to-top navigation links (#2570)
* docs: add back-to-top navigation links

* fix: anchor link
2026-08-10 11:08:01 +10:00
Ayan Gupta 5861e848e5 Merge branch 'main' into all-contributors/add-thesurenk 2026-07-20 13:56:28 -07:00
Aaron PowellandCopilot App 9cdc660675 Removing hooks, workflows, and tools from website (#2292)
* Removing some features from the home page of the website

hooks, agentic workflows, and tools are removed - these are minimally used parts of the website

* Removing the pages and their references

* removing from the readme

* Adding the awesome copilot MCP server to our plugin and showing that in the rendered page

* Fix broken docs links and MCP plugin docs

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 4215785a-7e6e-49c5-abaa-c39b0793a11e
2026-07-16 14:10:07 +10:00
allcontributors[bot] 760d36ca1c update README.md 2026-07-15 18:25:50 +00:00
allcontributors[bot]andPretaSOFT 2c2461a7fa add AkashAi7 as a contributor for content (#2293)
* update README.md

* update .all-contributorsrc

* update website/src/pages/contributors.astro

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2026-07-15 09:22:09 +10:00
allcontributors[bot]andPretaSOFT 52d4c4a8fa add kimtth as a contributor for bug (#2267)
* update README.md

* update .all-contributorsrc

* update website/src/pages/contributors.astro

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2026-07-13 10:04:42 +10:00
Aaron Powell dd919ab9bf Updating contributor list (#1706) 2026-05-14 14:45:29 +10:00
Aaron PowellandCopilot aa0b6ef061 Add missing contributors (#1613)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-05 10:55:36 +10:00
Aaron Powell e11f349dad Updating contributors (#1539) 2026-04-28 17:33:39 +10:00
Aaron Powell cfe4143cdd Adding missing contributors (#1361) 2026-04-10 11:42:34 +10:00
Aaron Powell 1edf5bc29d Adding missing contributors (#1219) 2026-03-30 12:24:30 +11:00
Aaron Powell 2c873efce7 adding contributor (#1144) 2026-03-24 10:19:41 +11:00
Aaron Powell 4944316569 Adding pasindudilshan1 as contributor (#1133) 2026-03-23 14:38:51 +11:00
Aaron Powell 71a72afe6a Adding some missing people (#1127) 2026-03-23 11:47:21 +11:00
Aaron Powell c50b3563f8 Updating contributors (#1096)
* Updating contributors

* tweaking spelling
2026-03-20 15:50:28 +11:00
e15ae29863 README: remove MCP section, add Tools callout, feature llms.txt, fix website URLs (#900)
* Initial plan

* Rewrite README as Option 1 launchpad with concise Learning Hub section

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

* README: remove MCP section, add Tools callout, fix website URLs

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

* README: add llms.txt link in TIP callout; fix stale URL in llms.txt.ts

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

* fix: update all website URLs to https://awesome-copilot.github.com

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-17 14:20:23 +11:00
cf2a5470a2 feat: add contributors page to website (#928)
* Initial plan

* feat: add contributors page to website

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

* feat: add footer with contributors link and fix emoji-only display

- Add custom Starlight Footer component with 'Made with ❤️ by our
  amazing contributors' linking to /contributors/
- Filter out contribution types without emoji mappings in the
  contributor data generation so only emojis (🎭🎁🧭⌨️🧰) are
  shown on the contributors page, not text labels like 'code' or 'doc'

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* feat: use all-contributors HTML output for contributors page

- Restyle all-contributors generated table as a responsive card grid
  using CSS grid on tbody with card-styled td cells
- Remove old custom JS search/filter UI and contributors.ts script
- Remove generateContributorsData from data pipeline (no longer needed)
- Keep all-contributors markers for bot regeneration
- Include updated contributor data from .all-contributorsrc

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: CSS fixes for contributors page Starlight compatibility

- Override Starlight table width/overflow to prevent clipping
- Force td width: 100% to counteract HTML width="14.28%" attribute
- Set emoji links to display: inline to prevent vertical stacking
- Improve border visibility with lighter gray color

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-09 14:47:20 +11:00
Aaron Powell affdc3b505 Update README.md 2026-03-02 09:10:58 +11:00
Lee Reilly 805e472df3 Update old URL 2026-03-02 09:09:31 +11:00
Aaron Powell 1c67e92cd2 Merge branch 'staged' into copilot/combine-prompts-and-skills 2026-02-25 15:01:00 +11:00
Aaron Powell f400c99875 chore: converting collections to plugins in terminiolgy 2026-02-25 14:57:10 +11:00
allcontributors[bot] a6c5f56049 update README.md 2026-02-24 14:24:32 +00:00
copilot-swe-agent[bot]andaaronpowell a3988ab91c Update documentation to remove prompts references
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2026-02-24 14:42:05 +11:00
Aaron Powell 326b2c362c Merge branch 'staged' into all-contributors/add-lupritz 2026-02-24 13:31:43 +11:00
allcontributors[bot] b790e4469c update README.md 2026-02-23 17:56:25 +00:00
Bruno BorgesandCopilot 997d6302bd Add Agentic Workflows as a new resource type
Add support for contributing Agentic Workflows — AI-powered repository
automations that run coding agents in GitHub Actions, defined in markdown
with natural language instructions (https://github.github.com/gh-aw).

Changes:
- Create workflows/ directory for community-contributed workflows
- Add workflow metadata parsing (yaml-parser.mjs)
- Add workflow README generation (update-readme.mjs, constants.mjs)
- Add workflow data to website generation (generate-website-data.mjs)
- Update README.md, CONTRIBUTING.md, and AGENTS.md with workflow docs,
  contributing guidelines, and code review checklists

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-20 17:09:55 -08:00
Aaron Powell 7a003fc75a Deprecate Collections in favour of Plugins
Replace Collections with Plugins as first-class citizens in the repo.
With the Copilot CLI v0.409 release making plugins an on-by-default
marketplace, collections are redundant overhead.

## What changed

### Plugin Infrastructure
- Created eng/validate-plugins.mjs (replaces validate-collections.mjs)
- Created eng/create-plugin.mjs (replaces create-collection.mjs)
- Enhanced all 42 plugin.json files with tags, featured, display, and
  items metadata from their corresponding collection.yml files

### Build & Website
- Updated eng/update-readme.mjs to generate plugin docs
- Updated eng/generate-website-data.mjs to emit plugins.json with full
  items array for modal rendering
- Renamed website collections page to plugins (/plugins/)
- Fixed plugin modal to use <div> instead of <pre> for proper styling
- Updated README.md featured section from Collections to Plugins

### Documentation & CI
- Updated CONTRIBUTING.md, AGENTS.md, copilot-instructions.md, PR template
- Updated CI workflows to validate plugins instead of collections
- Replaced docs/README.collections.md with docs/README.plugins.md

### Cleanup
- Removed eng/validate-collections.mjs, eng/create-collection.mjs,
  eng/collection-to-plugin.mjs
- Removed entire collections/ directory (41 .collection.yml + .md files)
- Removed parseCollectionYaml from yaml-parser.mjs
- Removed COLLECTIONS_DIR from constants.mjs

Closes #711
2026-02-13 15:38:37 +11:00
Aaron Powell acb5ad4ce8 feat: add hooks functionality with automated workflows
- Introduced hooks to enable automated workflows triggered by specific events during GitHub Copilot sessions.
- Added documentation for hooks in AGENTS.md and README.md.
- Created a new directory structure for hooks, including README.md and hooks.json files.
- Implemented two example hooks: Session Auto-Commit and Session Logger.
- Developed scripts for logging session events and auto-committing changes.
- Enhanced validation and parsing for hook metadata.
- Updated build and validation scripts to accommodate new hooks functionality.
2026-02-09 16:44:53 +11:00
Aaron Powell d99ba71986 Merge pull request #680 from Pavel-Sulimau/readme-updates
Fix command for adding Awesome Copilot marketplace in README
2026-02-09 11:16:02 +11:00
Pavel Sulimau 865d19c7e5 Fix command for adding Awesome Copilot marketplace in README 2026-02-07 14:40:21 +01:00
Bruno Borges ff46e013c9 Merge branch 'main' into patch-1 2026-02-05 16:39:04 -08:00
Bruno BorgesandCopilot 6f03dc7c71 Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 16:38:31 -08:00
Aaron Powell 5bfa133abb Add plugin documentation and Windows symlink setup instructions 2026-02-05 14:28:48 +11:00
copilot-swe-agent[bot]andaaronpowell 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]andaaronpowell 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
Bruno Borges 2975b0b4de Revise MCP Server section to clarify installation steps
Updated the section title and clarified the MCP Server installation instructions.
2026-02-02 09:45:55 -05:00
Aaron Powell da3ef449a6 Adjusting the title 2026-01-29 14:39:30 +11:00
Aaron Powell 99ed77caf2 Adding to the root readme 2026-01-29 14:38:55 +11:00
hoodiniandClaude Opus 4.5 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
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 66b0bfb9cc Adding copilot-sdk stuff 2026-01-22 15:51:40 +11:00
allcontributors[bot] 54bb39e5c1 update README.md 2026-01-19 13:56:41 +00:00