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
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
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
copilot-swe-agent[bot]
9efb8cd388
Initial plan
2026-02-24 14:39:33 +11:00
github-actions[bot]
ccc699724b
chore: publish from staged [skip ci]
2026-02-24 03:13:53 +00:00
Aaron Powell
b2404eaeef
Merge pull request #771 from github/dependabot/npm_and_yarn/website/npm_and_yarn-cd644889d7
...
chore(deps): bump devalue from 5.6.2 to 5.6.3 in /website in the npm_and_yarn group across 1 directory
2026-02-24 14:13:34 +11:00
Aaron Powell
05fb5d8b0a
Merge pull request #796 from github/all-contributors/add-lupritz
...
add lupritz as a contributor for plugin
2026-02-24 13:34:05 +11:00
Aaron Powell
ee7a46d5ad
Cleaning up the plugins folder
2026-02-24 13:32:43 +11:00
Aaron Powell
326b2c362c
Merge branch 'staged' into all-contributors/add-lupritz
2026-02-24 13:31:43 +11:00
Aaron Powell
cf20643464
Merge pull request #797 from v-rperez030/markdown-accessibility-instructions
...
Add markdown accessibility instructions
2026-02-24 13:15:29 +11:00
Aaron Powell
ceb9789c5d
Merge pull request #786 from brunoborges/agentic-workflows-staged
...
Support for Contributions of Agentic Workflows
2026-02-24 13:08:00 +11:00
Bruno Borges
dbaa8f6e3c
Merge branch 'staged' into agentic-workflows-staged
2026-02-23 19:06:34 -05:00
Bruno Borges
f668abcc34
Delete workflows/.gitkeep
2026-02-23 19:06:03 -05:00
Aaron Powell
068a95f1c9
Merge pull request #787 from fizamusthafa/add-entra-agent-user-skill
...
feat: add entra-agent-user skill
2026-02-24 10:55:05 +11:00
Aaron Powell
a0c26e10af
Merge branch 'staged' into add-entra-agent-user-skill
2026-02-24 10:54:12 +11:00