Commit Graph

428 Commits

Author SHA1 Message Date
Matt Soucoup
9affe6b06a Merge branch 'main' into add-custom-contributors 2026-01-07 15:01:11 -10:00
Gonzalo
e496ef1b9b prompt are not supported on .prompt.md files (#501)
Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2026-01-07 16:58:26 -08:00
BBoyBen
1292e8a141 Add instruction file for Agents (#512)
* V1

* Add variables settings

* Edit condition using

* Edit exemple

* Fix agent names

* Update readme

* Clean sub agent parts

* Clean + reorg parts

* Clean parts

---------

Co-authored-by: bmaucote <benoit.maucotel@capgemini.com>
Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2026-01-07 16:53:22 -08:00
Miguel P Z
33d0ed662a Add Snowflake semantic view skill and contributing guidelines (#515)
Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2026-01-07 16:36:24 -08:00
Harald Kirschner
9dbf148ad3 Merge pull request #505 from tmeschter/masalama/addRoleSkill
Add role skill
2026-01-06 17:33:45 -08:00
Tom Meschter (from Dev Box)
c7938622af Update generated README with normalized path separators 2026-01-05 11:33:44 -08:00
Tom Meschter
473d203f46 Update docs/README.skills.md
Shorten skill description.

Co-authored-by: msalaman <Marcossalamanca97@hotmail.com>
2026-01-05 11:31:38 -08:00
Tom Meschter
78e0b5a916 Update skills/azure-role-selector/SKILL.md
Add a missing space.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-05 11:31:06 -08:00
Harald Kirschner
f548156161 Fix: Normalize path separators in skill bundled assets to forward slashes
This fixes cross-platform compatibility issues where skills created on Windows
would have backslashes in bundled asset paths, causing CI failures on Linux.

The build script now normalizes all path separators to forward slashes (/)
regardless of the platform where the skill was created.

Fixes #502
2026-01-05 09:44:52 -08:00
Copilot
b1fac0d0a1 Add scheduled trigger to traffic reporting workflow (#519)
* Initial plan

* Add daily schedule trigger to traffic reporting workflow

- Add schedule trigger with cron expression for daily 1AM UTC execution
- Keep workflow_dispatch trigger for manual runs
- Fixes traffic reporting to run automatically every day

Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>
2025-12-23 14:26:13 -08:00
Ashley Childress
d9d99cf3aa refactor(eng): update contributor report generator output
- Modify generateMarkdownReport to include per-user sections with PR details
- Remove total PR count and simplify PR link format

Commit-generated-by: GitHub Copilot <copilot@github.com>
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
2025-12-19 23:12:56 -05:00
Ashley Childress
1322aa2dde feat(eng): add contributor reporting and management scripts
- Add eng/README.md documenting maintainer utilities
- Add eng/contributor-report.mjs for generating contributor reports
- Add eng/add-missing-contributors.mjs for automating contributor additions
- Add eng/utils/graceful-shutdown.mjs for script lifecycle management
- Update eng/update-readme.mjs with minor fixes
- Update package.json with new contributor scripts

Generated-by: GitHub Copilot <copilot@github.com>
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
2025-12-19 20:43:27 -05:00
Harald Kirschner
d929b71898 Merge pull request #506 from tmeschter/251219-FixYamlParser
Look for assets in subdirectories
2025-12-19 16:31:52 -08:00
Tom Meschter (from Dev Box)
d688be1b0b Look for assets in subdirectories
Fixes #503.

When running `npm start` the README.skills.md file will be updated to
include any newly-added skills. This includes the name and description
from the skill's frontmatter, but also a list of assets in the skill--
that is, files other than SKILL.md.

However, the code in yaml-parser.mjs to enumerate the asset files only
looks in the immediate skill directory, not any subdirectories. Those
files will be missing from README.skills.md.

Here we update yaml-parser.mjs to recurse through the subdirectories as
well.
2025-12-19 13:25:18 -08:00
Marcos Salamanca
4670d47c22 add license file and update readme 2025-12-19 15:05:05 -06:00
Marcos Salamanca
42f29723cb add azure role selector skills 2025-12-19 13:52:06 -06:00
Søren Trudsø Mahon
c3913bc6db Clarify 'One Dot per Line' instruction (#499)
Clarify the 'One Dot per Line' rule to include Law of Demeter.
2025-12-19 09:09:43 +11:00
Harald Kirschner
bbb5117235 Merge pull request #496 from github/digitarald/exotic-raven
New awesome agent primitive
2025-12-18 10:24:34 -08:00
Harald Kirschner
9c69496a14 Final skills URLs 2025-12-18 09:53:16 -08:00
Aaron Powell
2b19cc3a3d Skills rendering in collections 2025-12-18 11:05:39 +11:00
Aaron Powell
03cb605a4f supporting skills in collections 2025-12-18 11:02:21 +11:00
Aaron Powell
16f3220990 Adding vscode tasks 2025-12-18 10:50:33 +11:00
Aaron Powell
48cf3ac6c9 Adding skills to readme higher up 2025-12-18 10:48:41 +11:00
Harald Kirschner
2c3d8c1072 CI fix 2025-12-17 15:30:08 -08:00
Harald Kirschner
88956de414 New awesome agent primitive 2025-12-17 15:27:05 -08:00
ANGELELLI David
8baf6d7223 fix: Update tool names in agent files for consistency and clarity (#493)
* fix: Update tool names in agent files for consistency and clarity

* Update agents/janitor.agent.md

Removal of duplicates

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

* Update agents/implementation-plan.agent.md

Removal of duplicates

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-17 09:39:15 +11:00
Aaron Powell
e042a641b9 Refactor: Use MCP registry API as source of truth (#492)
- Replace static github-mcp-registry.json with live API calls
- Fetch from https://api.mcp.github.com/v0.1/servers/ with pagination support
- Extract displayName from GitHub metadata for better matching
- Implement smart matching logic:
  * Case-insensitive comparison
  * Match against both displayName and full name
  * Strip common suffixes like -mcp-server for pattern matching
- Make build process async to support API calls
- Cache registry data to only hit API once per build run
- Remove obsolete github-mcp-registry.json file

Benefits:
- No more manual updates to registry data
- Always uses latest MCP registry information
- Improved server name matching resilience
- Successfully loads all 54 servers from registry
2025-12-16 11:51:26 +11:00
Copilot
cef3031726 Disable nightly schedule for Traffic Reporting workflow (#491)
* Initial plan

* Disable nightly schedule for Traffic Reporting workflow

Co-authored-by: aaronpowell <434140+aaronpowell@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>
2025-12-16 11:39:46 +11:00
Mehmet Ali EROL
f29557af90 Task/add modernization agent (#490)
* Adding modernization agent

This is a Modernization Agent. It will first understand the repository it will work on, then create comprehensive suggestions by asking the developer at each main step, like choosing the target tech stack or architecture.

* Update README.agents.md for modernization agent

* Update README.agents.md

* Fix modernization.agent.md yaml format

* Revise modernization agent documentation and tools

Updated agent documentation to reflect changes in model name, tools, and workflow details. Enhanced clarity on analysis phases, documentation requirements, and implementation planning.

* Refactor modernization agent documentation

Updated the title and improved formatting for clarity.

* Update Modernization Agent description in README
2025-12-16 11:37:00 +11:00
Ve Sharma
8a1a571034 fix: plan agent file with up to date format (#489) 2025-12-15 09:37:06 +11:00
Shane Neuville
b1278eb7ed feat: Add MAUI Expert agent for .NET cross-platform app development (#488)
* feat: Add MAUI Expert agent for .NET cross-platform app development

* refactor: Update performance and security guidelines in MAUI documentation

* refactor: Update UI update guidelines for background threads in MAUI agent documentation
2025-12-15 09:35:58 +11:00
John Haugabook
acac124bcb add update-docs-on-code-change instructions (#487)
* add update-docs-on-code-change instructions

* Apply suggestions from code review

Modified one of the suggestions, clarifying the terms and instruction file configuration. If possible look over and see if another edit is needed.

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-15 09:30:42 +11:00
pareenaverma
5d6d231091 Update Docker image reference for arm-migration agent (#485)
* Update Docker image reference for arm-migration agent

* Updated README after running update script
2025-12-15 09:29:59 +11:00
BBoyBen
db3d883d66 Add Instruction for Salesforce Apex Language (#483)
* Add Apex instructions

* Readme update

* Update Apex Doc format

* Add escapeSingleQuote and batch good practice

* Add elements

* Edit description

* Fix readme

---------

Co-authored-by: bmaucote <benoit.maucotel@capgemini.com>
2025-12-15 09:29:06 +11:00
Jackson Miller
ac93f988c4 fix vue3 instructions to use vitest instead of jest (#484)
jest is not supported with vite.
2025-12-12 09:16:06 +11:00
Nik Sachdeva
095323704f Add Software Engineering Team Collection - AI Assistants for Multi-Disciplinary Development Teams (#478)
* Add Software Engineering Team collection with 7 specialized agents

Adds a complete Software Engineering Team collection with 7 standalone
agents covering the full development lifecycle, based on learnings from
The AI-Native Engineering Flow experiments.

New Agents (all prefixed with 'se-' for collection identification):
- se-ux-ui-designer: Jobs-to-be-Done analysis, user journey mapping,
  and Figma-ready UX research artifacts
- se-technical-writer: Creates technical documentation, blogs, and tutorials
- se-gitops-ci-specialist: CI/CD pipeline debugging and GitOps workflows
- se-product-manager-advisor: GitHub issue creation and product guidance
- se-responsible-ai-code: Bias testing, accessibility, and ethical AI
- se-system-architecture-reviewer: Architecture reviews with Well-Architected
- se-security-reviewer: OWASP Top 10/LLM/ML security and Zero Trust

Key Features:
- Each agent is completely standalone (no cross-dependencies)
- Concise display names for GitHub Copilot dropdown ("SE: [Role]")
- Fills gaps in awesome-copilot (UX design, content creation, CI/CD debugging)
- Enterprise patterns: OWASP, Zero Trust, WCAG, Well-Architected Framework

Collection manifest, auto-generated docs, and all agents follow
awesome-copilot conventions.

Source: https://github.com/niksacdev/engineering-team-agents
Learnings: https://medium.com/data-science-at-microsoft/the-ai-native-engineering-flow-5de5ffd7d877

* Fix Copilot review comments: table formatting and code block syntax

- Fix table formatting in docs/README.collections.md by converting multi-line
  Software Engineering Team entry to single line
- Fix code block language in se-gitops-ci-specialist.agent.md from yaml to json
  for package.json example (line 41-51)
- Change comment syntax from # to // to match JSON conventions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Fix model field capitalization to match GitHub Copilot convention

- Change all agents from 'model: gpt-5' to 'model: GPT-5' (uppercase)
- Aligns with existing GPT-5 agents in the repo (blueprint-mode, gpt-5-beast-mode)
- Addresses Copilot reviewer feedback on consistency

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Add ADR and User Guide templates to Technical Writer agent

- Add Architecture Decision Records (ADR) template following Michael Nygard format
- Add User Guide template with task-oriented structure
- Include references to external best practices (ADR.github.io, Write the Docs)
- Update Specialized Focus Areas to reference new templates
- Keep templates concise without bloating agent definition

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Fix inconsistent formatting: DevOps/CI-CD to DevOps/CI/CD

- Change "DevOps/CI-CD" (hyphen) to "DevOps/CI/CD" (slash) for consistency
- Fixed in collection manifest, collection docs, and README
- Aligns with standard industry convention and agent naming

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Shorten collection description per maintainer feedback

- Brief description in table: "7 specialized agents covering the full software
  development lifecycle from UX design and architecture to security and DevOps."
- Move detailed context (Medium article, design principles, agent list) to
  usage section following edge-ai-tasks pattern
- Addresses @aaronpowell feedback: descriptions should be brief for table display

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-12 09:12:10 +11:00
Theo van Kraay
2e605eab42 Cosmos cassandra conversion instructions (#451)
* add cassandra to cosmos instructions

* updates merging petclinic and todo app conversion testing.

* docs: update README with Cassandra to Cosmos DB conversion instructions

* docs: regenerate README.instructions.md with npm start

* Update instructions/convert-cassandra-to-spring-data-cosmos.instructions.md

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

* Update instructions/convert-cassandra-to-spring-data-cosmos.instructions.md

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

* Update instructions/convert-cassandra-to-spring-data-cosmos.instructions.md

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

* Update instructions/convert-cassandra-to-spring-data-cosmos.instructions.md

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-12 09:10:06 +11:00
Daniel Scott-Raynsford
47cfb44b3e CHANGE: Add Azure Verified Modules Bicep instructions (#481)
- Introduced comprehensive documentation for Azure Verified Modules (AVM) and Bicep.
- Included guidelines for module discovery, usage, naming conventions, and best practices.
- Added validation requirements and troubleshooting tips for Bicep files.
2025-12-11 10:16:31 +11:00
Claude
987135fb07 Add scheduled daily run to traffic-reporting workflow (#480)
* Initial plan

* feat: add daily scheduled run for traffic-reporting workflow

Update traffic-reporting.yml to run both on-demand and at 1AM UTC daily

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>

---------

Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com>
Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>
2025-12-11 10:14:14 +11:00
Adrien Clerbois
576d486c73 feat: Add AGENTS.md file with project guidance for AI coding agents (#477)
* feat: Add AGENTS.md file with project guidance for AI coding agents

* docs: Update AGENTS.md with line endings script requirement

* fix: Correct 'mode' field to 'agent' in prompt files documentation and add AGENTS.md reference to README
2025-12-11 10:08:26 +11:00
Julien Dubois
14285a28ba Add GraalVM Native Image support for Java applications (#475)
* Add GraalVM Native Image support for Java applications

* Fix comments from @aaronpowell

* Use [latest-version] placeholder

* Update prompts/java-add-graalvm-native-image-support.prompt.md

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

* Update prompts/java-add-graalvm-native-image-support.prompt.md

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

* Update prompts/java-add-graalvm-native-image-support.prompt.md

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

* Update prompts/java-add-graalvm-native-image-support.prompt.md

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

* Add model for GraalVM native build

* Update prompts/java-add-graalvm-native-image-support.prompt.md

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

* specify agent mode

* Enhance GraalVM Native Image support in Maven configuration by adding a native profile and specifying main class for better build management

* Fix formatting of agent field in GraalVM Native Image support prompt

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-11 09:52:23 +11:00
Matt Soucoup
ce81b23198 Add GitHub Actions workflow for traffic reporting (#470)
* Add GitHub Actions workflow for traffic reporting

* Update .github/workflows/traffic-reporting.yml

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

* Update .github/workflows/traffic-reporting.yml

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

* Add HTTPS scheme validation for REPORTING_URL in traffic-reporting workflow (#471)

* Initial plan

* Add HTTPS scheme validation for REPORTING_URL

Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>

* Add timeout and retry configuration to curl command in traffic-reporting workflow (#472)

* Initial plan

* Add timeout and retry configuration to curl command

Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>

* Use --silent --show-error flags in traffic-reporting curl command (#473)

* Initial plan

* Update curl to use --silent --show-error flags for better error handling

Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>
Co-authored-by: Matt Soucoup <masoucou@microsoft.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>
2025-12-10 09:27:07 +11:00
Burke Holland
dfb9d33cfe Structured Autonomy Workflow (#469)
* Adding structured autonomy workflow

* Update README

* Apply suggestions from code review

Fix spelling mistakes

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

* Add structured autonomy implementation and planning prompts

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-09 10:23:25 +11:00
Maximilian Irro
d430eb592a Include .yaml files in applyTo for GitHub Actions instructions (#468)
Updated applyTo field to include .yaml files for workflows.
2025-12-08 09:44:42 +11:00
Maximilian Irro
ce15839f4e Add support for compose.yaml in Docker best practices (#466)
* Add support for compose.yml in Docker best practices

* Fix formatting in Docker best practices instructions
2025-12-08 09:42:11 +11:00
Adrien Clerbois
164b61e169 Revise MCP agent documentation for clarity and detail (#465)
Updated expertise and guidelines for MCP tools, prompts, and resources. Enhanced best practices for attributes and resource management.
2025-12-08 09:41:23 +11:00
Hashim Warren
c222a57557 Enhance context7 agent with runSubagent (#462)
* Enhance with runSubagent

Added 'agent/runSubagent' tool to Context7-Expert for improved workflow execution.

* Fix description formatting
2025-12-08 09:39:52 +11:00
Troy Simeon Taylor
a89019fb3b Add Dataverse SDK for Python Collection (#458)
* Add Dataverse SDK for Python: 5 new instruction files (error handling, authentication, performance, testing, use cases) + 4 prompts and updated READMEs

* Delete COLLECTION_STATUS.md

* Delete ENHANCEMENT_SUMMARY.md
2025-12-05 10:38:34 +11:00
Aaron Powell
b81a3dc5a4 Updated the MCP registry list and fixed some links (#461) 2025-12-05 10:36:38 +11:00
Aaron Powell
548562e58e Adding partner agent to collection (#460) 2025-12-05 09:27:44 +11:00