Skip to content

m00sp/m00agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

en es br

m👀agents

Made with ❤️ by Copilot Beginner Friendly

A collection of beginner-friendly custom GitHub Copilot agents to get you started with AI-assisted development.

🎯 What is m👀agents?

m👀agents is a starter toolkit of custom agents designed for developers new to GitHub Copilot. It provides ready-to-use agents that enhance Copilot's capabilities for common tasks like creating documentation and code templates.

Whether you're exploring custom agents for the first time or building on existing skills, this collection demonstrates how to create and use specialized AI personas in your workflow.

🚀 Quick Start

Get the Agents

Option 1: Clone for local experimentation

git clone https://github.com/m00sp/m00agents.git
cd m00agents

Option 2: Fork to your GitHub account

# Visit: https://github.com/m00sp/m00agents/fork
# Then clone your fork
git clone https://github.com/YOUR-USERNAME/m00agents.git
cd m00agents

Install Agents Locally

Copy agents to your local Copilot configuration:

# Copy to user-level agents (available in all projects)
cp agents/*.agent.md ~/.copilot/agents/

Or for repository-specific use:

# Copy to repository-level agents (available only in this project)
mkdir -p .github/agents
cp agents/*.agent.md .github/agents/

Use an Agent in Copilot CLI

# List available agents
copilot /agent

# Or specify an agent directly
copilot --agent=docs-creator --prompt "Create documentation for..."
copilot --agent=readme-creator --prompt "Generate a README..."

📦 Available Agents

This repository includes specialized agents organized by domain:

📝 Documentation Agents

Agent Purpose
m👀readme-creator Creates and improves README files with clear structure, installation guides, and project overview
docs-creator Generates clear, user-friendly technical documentation

💻 Software Engineering Agents

Agent Purpose
C++ Expert Provide expert C++ software engineering guidance using modern C++ and industry best practices
m👀Rust Expert for Beginners Expert Rust guidance for beginners, emphasizing ownership, safety, and idiomatic patterns
Custom Agent Foundry Expert at designing, creating and improving custom agents with optimal configurations

🐧 Linux System Administration Agents

Agent Purpose
Arch Linux Expert Arch Linux specialist focused on pacman, rolling-release maintenance, and system administration
m👀Alpine Linux Expert Alpine Linux specialist focused on apk, lightweight systems, and minimal system administration
m👀Artix Linux Expert Artix Linux specialist focused on pacman, rolling-release maintenance, and OpenRC workflows
CentOS Linux Expert CentOS (Stream/Legacy) specialist focused on RHEL-compatible administration and yum/dnf workflows
Debian Linux Expert Debian specialist focused on stable system administration, apt-based package management
Fedora Linux Expert Fedora (Red Hat family) specialist focused on dnf, SELinux, and systemd-based workflows
m👀Gentoo Linux Expert Gentoo specialist focused on portage, source-based compilation, and USE flags

♿ Accessibility & Quality Agents

Agent Purpose
Accessibility Expert Expert assistant for web accessibility (WCAG 2.1/2.2), inclusive UX, and a11y testing

📋 Planning & Strategy Agents

Agent Purpose
Plan Mode - Strategic Planning & Architecture Strategic planning and architecture assistant focused on thoughtful analysis before implementation
Planning mode Generate an implementation plan for new features or refactoring existing code

Each agent is tailored to help you quickly produce professional results with minimal setup.

📚 Learn More

🎓 About Custom Agents

Custom agents are specialized AI personas you can create to enhance Copilot for specific workflows. You can:

  • Define them at the user level (all your projects)
  • Define them at the repository level (one specific project)
  • Define them at the organization level (for teams)

Learn more in the official GitHub Copilot documentation.

📖 Repository Structure

m00agents/
├── agents/              # Custom Copilot agents (.agent.md files)
├── skills/              # Skills for enhanced Copilot capabilities (new!)
├── docs/                # Guides and tutorials
├── assets/              # Icons and visual assets
├── instructions/        # Project guidelines
└── README.md            # This file

What's New: The skills/ directory contains additional skill modules to extend Copilot's capabilities beyond the base agents.

🔗 Credits & Inspiration

This project was inspired by:

ℹ️ Disclaimer

The agents in this repository are examples created for learning and experimentation. GitHub does not verify, endorse, or guarantee their functionality or security. Always inspect agents and their documentation before use.


Made with ❤️ and Copilot

Copilot Icon

About

This repository contains various custom agents.md files.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors