Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Copilot Agents

A version-controlled library of agent instructions used in Microsoft Copilot Studio.

Structure

agents/
  <agent-name>.md    # One file per agent

Each agent file uses a consistent format with YAML frontmatter for metadata and the full instruction text below.

Agent File Format

---
name: Agent Name
description: What this agent does
platform: copilot-studio
status: active | draft | retired
created: YYYY-MM-DD
updated: YYYY-MM-DD
tags: [tag1, tag2]
---

# Agent Name

## Purpose

Brief description of what this agent does and when to use it.

## Instructions

The full agent instruction text goes here.

Constraints

  • Agent instructions cannot exceed 8,000 characters (Copilot Studio limit). The YAML frontmatter and markdown headings in each file do not count — only the instruction text pasted into Copilot Studio matters.

Usage

  1. Create a new .md file in agents/ using the format above
  2. Commit changes — git history tracks every revision
  3. Use git log agents/<name>.md to view an agent's edit history
  4. Use git diff to compare versions

Porting to Claude

Agent files can be adapted for use with Claude by copying the instruction text and adjusting for Claude's prompting patterns. Notes on platform differences can be tracked in each file's frontmatter or in a separate section.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors