m365-agent-scaffolder
Installation
SKILL.md
M365 Agent Scaffolder
⛔ STOP - READ THIS FIRST ⛔
THE ONLY VALID COMMAND
Copy this command EXACTLY. Replace <project-name> with the user's project name:
npx -p @microsoft/m365agentstoolkit-cli@latest atk new -n <project-name> -c declarative-agent -with-plugin type-spec -i false
FORBIDDEN COMMANDS - THESE DO NOT EXIST
| ❌ INVALID COMMAND | WHY IT FAILS |
|---|---|
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 |
Related skills