agent-creator

Generate project-specific .agent.md files for GitHub Copilot from templates.

1|1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/magicpro97/copilot-session-knowledge --skill agent-creator-magicpro97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/magicpro97/copilot-session-knowledge/tree/main/skills/agent-creator
Command: npx skills add https://github.com/magicpro97/copilot-session-knowledge --skill agent-creator-magicpro97

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Generate project-specific .agent.md files for GitHub Copilot from curated templates, enabling consistent AI assistance across new projects and onboarding tasks.

Core Features & Use Cases

  • Create tailored .agent.md files from templates stored in references/ that map to common workflows.
  • Adapt agents to a project's tech stack and directory structure, and place them under .github/agents/.
  • Onboard new codebases quickly by generating default agents when none exist, or when the user requests specialized AI workflows.

Quick Start

Run agent-creator on your project to generate tailored .agent.md files from templates.

Frequently Asked Questions about agent-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate .agent.md files for GitHub Copilot?

To generate .agent.md files for GitHub Copilot, the agent-creator reads curated templates from references and customizes them to your project's tooling, outputting ready-to-use files into .github/agents/.

What is the best way to onboard AI workflows for a new codebase?

Onboarding AI workflows for a new codebase involves generating default agents from curated templates, adapting them to the project's tech stack, and placing them under .github/agents/ for consistent AI assistance.

Can I customize Copilot agents to match my project's directory structure?

Yes, Copilot agents can be customized to match your project's directory structure by applying templates from references that adapt to your specific tech stack and tooling.

When do I need to create project-specific agents for my repository?

You need to create project-specific agents when initializing a repository, onboarding a new codebase, or when you request specialized AI workflows and no default agents currently exist.

Does this agent-creator require existing templates to initialize a repository?

Yes, initializing a repository requires existing templates stored in the references directory, which are then read and customized to generate ready-to-use .agent.md files for your project.