Commit Graph

1377 Commits

Author SHA1 Message Date
Aaron Powell
14cd2baf3a Merge pull request #812 from github/website-update
Website: remove prompts, add workflows page, fix TypeScript config
2026-02-25 16:35:56 +11:00
Aaron Powell
0f42a72a20 Little context tweak 2026-02-25 16:34:41 +11:00
Aaron Powell
b0c93822b3 Update readme 2026-02-25 16:33:31 +11:00
Aaron Powell
3ab1d9dece Update website/src/scripts/utils.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-25 16:32:20 +11:00
Aaron Powell
83aed9e974 Extract workflow triggers from 'on' frontmatter field, drop tags
Update parseWorkflowMetadata to extract triggers from the 'on'
property keys (e.g. schedule, issue_comment) instead of a separate
'triggers' field. Remove tags support from workflows since workflows
don't use tags.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-25 16:23:49 +11:00
Aaron Powell
6fc9e9375a Fix type-only imports for SearchItem across page scripts
Use 'type' modifier on SearchItem imports to satisfy
verbatimModuleSyntax. Without this, esbuild strips the interface
export but leaves the value import, causing a runtime error.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-25 16:13:04 +11:00
Aaron Powell
f5ac976836 Add agentic workflows page to website
Add a new /workflows/ page for browsing agentic workflow definitions
with search, trigger/tag filters, and sorting. Follows the same
patterns as the existing hooks page.

New files:
- website/src/pages/workflows.astro
- website/src/scripts/pages/workflows.ts

Updated files:
- BaseLayout.astro: add Workflows nav link
- index.astro: add Workflows card to homepage
- pages/index.ts: add workflows to counts
- utils.ts: add workflow type to icons, labels, and getResourceType

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-25 16:12:56 +11:00
Aaron Powell
a653f34a34 Merge pull request #811 from github/aaronpowell-patch-1
Removing force add of commands folder
2026-02-25 15:58:37 +11:00
Aaron Powell
0d1a1d105e Removing force add of commands folder
Prompts aren't supported anymore so we don't need to try and add them.
2026-02-25 15:57:24 +11:00
Aaron Powell
a038e281db Add TypeScript config for Astro website
Add tsconfig.json extending astro/tsconfigs/base and env.d.ts with
Astro client type references to resolve import.meta.env type errors.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-25 15:54:15 +11:00
Aaron Powell
5bff7cadc0 Remove prompts from website
Remove the prompts page, navigation link, homepage card, and all
references to prompts across the website source code. The repo no
longer contains prompt files, so the website should not reference them.

Files removed:
- website/src/pages/prompts.astro
- website/src/scripts/pages/prompts.ts

Files updated:
- BaseLayout.astro: remove nav link and update description
- index.astro: remove prompts card and update text
- llms.txt.ts: remove prompts import and section
- plugins.astro: update description text
- utils.ts: remove prompt type from install config, icons, labels
- pages/index.ts: remove prompts from counts
- modal.ts: update JSDoc comment

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-25 15:54:09 +11:00
Aaron Powell
2cb6bde4fb Merge pull request #761 from github/copilot/combine-prompts-and-skills
Migrate prompts to skills - consolidate to single task customization model
2026-02-25 15:41:21 +11:00
Aaron Powell
d144ab626a fix: copilot comments 2026-02-25 15:27:36 +11:00
Aaron Powell
8553deab14 Fixing merge issue 2026-02-25 15:12:53 +11:00
Aaron Powell
c10cb99a14 Migrate bigquery-pipeline-audit from prompt to skill
Convert the last remaining prompt file to a skill, following the
repository convention of using skills/ for reusable task definitions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-25 15:09:25 +11:00
Aaron Powell
f6fa566995 Revert "Migrate pcf-development from empty plugin to skill"
This reverts commit b59cbd6cc9.
2026-02-25 15:07:41 +11:00
Aaron Powell
b59cbd6cc9 Migrate pcf-development from empty plugin to skill
The pcf-development plugin had no agents, skills, or commands
referenced - just an empty shell. Convert it to a proper skill
with comprehensive PCF development guidance.

Also resolve merge conflict in CONTRIBUTING.md.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-25 15:06:44 +11:00
Aaron Powell
1c67e92cd2 Merge branch 'staged' into copilot/combine-prompts-and-skills 2026-02-25 15:01:00 +11:00
Aaron Powell
278789cda9 Merge pull request #809 from github/updating-allcontributors
chore: converting collections to plugins in terminiolgy
2026-02-25 14:58:18 +11:00
Aaron Powell
f400c99875 chore: converting collections to plugins in terminiolgy 2026-02-25 14:57:10 +11:00
Aaron Powell
0a0f387abd Merge pull request #805 from brunoborges/fix-aw-readme
docs: improve CONTRIBUTING.md and add "How to Contribute" links across docs
2026-02-25 14:37:42 +11:00
Aaron Powell
bdf5b8cc56 Merge pull request #804 from github/all-contributors/add-bhect0
add bhect0 as a contributor for code
2026-02-25 14:34:15 +11:00
lupritz
a6297737e2 Merge branch 'staged' into addDataverseMcpInstaller 2026-02-24 20:32:18 -06:00
Lucas Pritz (from Dev Box)
03fcbc8c24 Convert mcp-setup command to mcp-configure skill 2026-02-24 20:18:07 -06:00
Aaron Powell
76e68a5c03 Merge pull request #792 from jhauga/skill-game-engine
add new skill game-engine
2026-02-25 12:34:45 +11:00
Aaron Powell
e62aa821f5 Merge pull request #769 from mubaidr/remove-conflict
Add support for new vscode "steer" message
2026-02-25 12:29:24 +11:00
Aaron Powell
a91809fae8 Cleaning up the plugins folder 2026-02-25 12:28:37 +11:00
Aaron Powell
078570c4cf Merge pull request #807 from github/fix/rewrite-plugin-json-on-publish
fix: rewrite plugin.json paths to folders during publish
2026-02-25 10:23:52 +11:00
Aaron Powell
3145f777d2 fix: rewrite plugin.json paths to folders during publish
During the staged→main publish, after materializing files into plugin
directories, rewrite each plugin.json to replace individual file paths
with folder references so consumers on main get directory-level entries.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-25 10:22:04 +11:00
Muhammad Ubaid Raza
30ead89753 chore: remove conlciting subagent instruction from orchestrator 2026-02-25 02:04:34 +05:00
Muhammad Ubaid Raza
59d26c54fa chore: remove conflicting artifact instruction 2026-02-25 01:50:33 +05:00
Bruno Borges
3d5b2868f0 fix: allow validate-agentic-workflows-pr.yml in forbidden file checks 2026-02-24 15:11:47 -05:00
Bruno Borges
fc567811c8 fix: exclude validate-agentic-workflows-pr.yml from forbidden file checks 2026-02-24 15:10:07 -05:00
Bruno Borges
68cfcb5c46 fix: update forbidden file check to allow actions-lock.json for workflow compilation 2026-02-24 15:08:38 -05:00
Bruno Borges
f11ce95ab7 Update CONTRIBUTING.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-24 15:05:50 -05:00
Bruno Borges
6103b17ba2 chore: update documentation and add contribution guidelines for agents, hooks, instructions, plugins, skills, and workflows; enhance actions-lock.json with additional actions 2026-02-24 12:53:43 -05:00
Bruno Borges
fa538a037a chore: remove redundant introductory line from SECURITY.md 2026-02-24 12:53:43 -05:00
lupritz
1bad087ab6 Merge branch 'staged' into addDataverseMcpInstaller 2026-02-24 09:18:58 -06:00
Muhammad Ubaid Raza
4dea294547 chore: Add evidence to browser tester 2026-02-24 19:56:31 +05:00
allcontributors[bot]
0a5f8137cb update .all-contributorsrc 2026-02-24 14:24:50 +00:00
allcontributors[bot]
a6c5f56049 update README.md 2026-02-24 14:24:32 +00:00
Muhammad Ubaid Raza
670a8ff1f2 Merge branch 'main' into remove-conflict 2026-02-24 14:46:37 +05:00
Aaron Powell
12fa8592d7 fixing js file from bad merge 2026-02-24 15:29:20 +11:00
jhauga
aec440c382 Merge branch 'skill-game-engine' of https://github.com/jhauga/awesome-copilot into skill-game-engine 2026-02-23 23:10:31 -05:00
jhauga
108f2e62ca codespell: add to ignore-words LOD, InOut, pixelX 2026-02-23 23:10:04 -05:00
John Haugabook
550727f750 Merge branch 'staged' into skill-game-engine 2026-02-23 22:59:00 -05:00
copilot-swe-agent[bot]
1ad2b3a24c Remove prompts from website generation and contributor scripts
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2026-02-24 14:44:00 +11:00
copilot-swe-agent[bot]
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
copilot-swe-agent[bot]
f96a900e13 Remove prompts infrastructure from build scripts
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2026-02-24 14:40:36 +11:00
copilot-swe-agent[bot]
caab1f623b Convert all prompts to skills and update plugin manifests
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2026-02-24 14:39:33 +11:00