microsoft

1,854 mods in 53 plugins, 141 repositories, 1272k stars between them.

task-implementer

961

microsoft/Agent365-python

Agent Claude Code ✓ vendor

Use this agent when the user asks you to implement a specific coding task, feature, or bug fix that requires writing production-quality code. This agent should be used proactively after the user provides implementation requirements or references a task from a PRD/task list.\n\nExamples:\n\n \nContext: User has a task…

not rated 41 9d ago A 404 tokens original MIT

microsoft/Agent365-python

Agent Claude Code ✓ vendor

Use this agent when code changes have been made and you need to verify test coverage and quality. Specifically:\n\n \nContext: User has just implemented a new feature in the runtime package.\nuser: "I've added a new configuration loader that supports environment variables and YAML files"\nassistant: "I can see you've…

not rated 41 9d ago A 445 tokens copy · 91% MIT

post-review-comments

963

microsoft/Agent365-python

Command Claude Code ✓ vendor

Post code review findings from a review file (generated by /review-pr) as comments on the associated GitHub pull request.

not rated 41 9d ago B 0 tokens original MIT

resolve-review

964

microsoft/Agent365-python

Command Claude Code ✓ vendor

Automatically resolve code review comments that are marked as "Agent Resolvable: Yes" from a review generated by /review-pr or /review-staged.

not rated 41 9d ago A 0 tokens copy · 88% MIT

review-pr

965

microsoft/Agent365-python

Command Claude Code ✓ vendor

Review code changes in a specific pull request using a comprehensive multi-agent code review process with specialized reviewers for architecture, code quality, and test coverage.

not rated 41 9d ago A 0 tokens original MIT

review-staged

966

microsoft/Agent365-python

Command Claude Code ✓ vendor

Review staged (uncommitted) changes using a comprehensive multi-agent code review process. Use this before committing to get feedback on your changes.

not rated 41 9d ago A 0 tokens original MIT

commit

967

microsoft/Agent365-python

Skill Claude CodeCodex ✓ vendor

Use this skill when the user wants to commit staged changes. This skill checks linting, then formatting (matching CI order), runs tests, generates a commit message, and commits the changes. Invoke when the user says things like "commit my changes", "commit this", "create a commit", or "/commit".

not rated 41 9d ago A 65 tokens original MIT

microsoft/Agent365-python

Instructions file GitHub Copilot ✓ vendor

Instructions for microsoft/Agent365-python, covering github copilot instructions for agent365-python, code review rules, rule 1: check for "kairo" keyword, rule 2: verify copyright headers and copyright (c) microsoft corporation.

not rated 41 9d ago A 515 tokens original MIT

microsoft/Agent365-python

Instructions file ✓ vendor

Instructions for microsoft/Agent365-python, covering claude.md, project overview, development commands, setup and create and activate virtual environment.

not rated 41 9d ago A 2,689 tokens original MIT

microsoft/agent365-skills

Instructions file GitHub Copilot ✓ vendor

Instructions for microsoft/agent365-skills, covering agent 365 skills — github copilot instructions, quick reference, task execution discipline, skill: a365-setup and skill: make-ai-teammate.

not rated 36 +2 9d ago A 9,442 tokens original MIT

microsoft/agent365-skills

Instructions file CodexOpenCode ✓ vendor

Instructions for microsoft/agent365-skills, covering agent 365 plugin — development guidelines, plugin purpose, directory structure, skill.md format and platform behaviour summary.

not rated 36 +2 9d ago A 7,071 tokens original MIT

microsoft/agent365-skills

Instructions file ✓ vendor

Instructions for microsoft/agent365-skills, covering agent 365 skills — coding agent context, what's in this repo, key rules, testing and run all validator unit tests.

not rated 36 +2 9d ago A 1,889 tokens original MIT

agent365

973

microsoft/agent365-skills

Plugin Claude Code ✓ vendor

Bundles 7 skills · 986 tokens together

Skills for Microsoft Agent 365 — transform agents into AI Teammates, register blueprints, add WorkIQ MCP servers, instrument observability, and test locally. Supports .NET (AgentFramework, Semantic Kernel) and Node.js (LangChain, OpenAI Agents SDK, Claude SDK, Semantic Kernel, Google ADK) and Python (AgentFramework…

not rated 36 +2 9d ago A tokens not measured original MIT

architecture-reviewer

974

microsoft/Agent365-dotnet

Agent Claude Code ✓ vendor

Use this agent when code has been written or modified and needs to be reviewed from a high-level design and architecture perspective to ensure alignment with documented design principles. This agent should be called proactively after logical code changes are completed, before committing or merging changes. Examples…

not rated 29 1mo ago A 423 tokens copy · 83% MIT

code-review-manager

975

microsoft/Agent365-dotnet

Agent Claude Code ✓ vendor

Use this agent when you have recently written or modified code that needs a comprehensive review, or when you have committed significant changes that should be reviewed before merging. This agent coordinates multiple specialized reviewers and produces a unified report. Examples: Context: User has just completed…

not rated 29 1mo ago A 313 tokens original MIT

code-reviewer

976

microsoft/Agent365-dotnet

Agent Claude Code ✓ vendor

Use this agent when code needs to be reviewed for implementation quality, correctness, and adherence to coding standards. This agent focuses on the detailed implementation aspects rather than high-level architecture. Examples: Context: User has implemented a new class and wants implementation feedback. user: "Can you…

not rated 29 1mo ago B 288 tokens original MIT

pr-comment-resolver

977

microsoft/Agent365-dotnet

Agent Claude Code ✓ vendor

Use this agent when you need to systematically address code review comments on a pull request. This agent should be invoked when: Context: A pull request has been reviewed and multiple code review comments need to be addressed. user: "Can you help me address the code review comments on PR #123?" assistant: "I'll use…

not rated 29 1mo ago A 357 tokens copy · 92% MIT

prd-task-generator

978

microsoft/Agent365-dotnet

Agent Claude Code ✓ vendor

Use this agent when the user provides or references a Product Requirements Document (PRD) and needs it broken down into actionable development tasks. This agent should be invoked when: The user shares a new PRD or feature specification that needs implementation planning The user asks to break down requirements into…

not rated 29 1mo ago A 450 tokens copy · 86% MIT

prd-writer

979

microsoft/Agent365-dotnet

Agent Claude Code ✓ vendor

Use this agent when the user requests creation of a Product Requirements Document (PRD), asks to document a new feature, mentions writing requirements, or describes functionality that needs formal specification. This agent should be launched proactively when: Context: User describes a feature they want to build. user…

not rated 29 1mo ago A 329 tokens copy · 84% MIT

task-implementer

980

microsoft/Agent365-dotnet

Agent Claude Code ✓ vendor

Use this agent when the user provides a specific coding task to implement, such as adding a new feature, fixing a bug, or creating a new component. This agent should be invoked when: The user has a clear, well-defined implementation task The user provides requirements or acceptance criteria for code to write The user…

not rated 29 1mo ago B 373 tokens original MIT

microsoft/Agent365-dotnet

Agent Claude Code ✓ vendor

Use this agent when you need to evaluate the test coverage of code changes, identify missing test scenarios, or assess the quality of existing tests. This agent should be invoked when: Context: User has implemented a feature and wants to ensure adequate testing. user: "I've implemented the new…

not rated 29 1mo ago A 331 tokens original MIT

speckit.analyze

982

microsoft/Agent365-dotnet

Command Claude Code ✓ vendor

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

not rated 29 1mo ago A 26 tokens copy · 94% MIT

speckit.checklist

983

microsoft/Agent365-dotnet

Command Claude Code ✓ vendor

Generate a custom checklist for the current feature based on user requirements.

not rated 29 1mo ago A 13 tokens copy · 88% MIT

speckit.clarify

984

microsoft/Agent365-dotnet

Command Claude Code ✓ vendor

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

not rated 29 1mo ago A 27 tokens copy · 97% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: