m365-agent-scaffolder
✓Quickly scaffolds new Microsoft 365 Copilot declarative agent (M365 agent, copilot agent, agent, declarative copilot, copilot) projects using ATK CLI. Collects project information and creates the initial project structure. Use only when creating a new empty M365 Copilot agent project from scratch.
Installation
SKILL.md
Copy this command EXACTLY. Replace with the user's project name:
| atk init | DOES NOT EXIST - there is no init command | | atk init --template | DOES NOT EXIST - there is no init command or --template flag | | atk create | DOES NOT EXIST - there is no create command | | atk scaffold | DOES NOT EXIST - there is no scaffold command | | --template anything | DOES NOT EXIST - there is no --template flag |
| --template declarative-copilot | DOES NOT EXIST - this is completely made up | | --template m365-agent | DOES NOT EXIST - this is completely made up | | Any command without npx -p @microsoft/m365agentstoolkit-cli@latest prefix | WILL FAIL - atk might not be installed globally |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/sebastienlevert/m365-copilot-skills --skill m365-agent-scaffolder- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-06
- Updated
- 2026-02-18
Quick answers
What is m365-agent-scaffolder?
Quickly scaffolds new Microsoft 365 Copilot declarative agent (M365 agent, copilot agent, agent, declarative copilot, copilot) projects using ATK CLI. Collects project information and creates the initial project structure. Use only when creating a new empty M365 Copilot agent project from scratch. Source: sebastienlevert/m365-copilot-skills.
How do I install m365-agent-scaffolder?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sebastienlevert/m365-copilot-skills --skill m365-agent-scaffolder Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/sebastienlevert/m365-copilot-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-06