Reusable skill templates for Microsoft 365 Copilot development, designed to integrate with AI coding agents like Claude Code and GitHub Copilot.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-4 --plugin sebastienlevert-m365-copilot-skillsDesigns, implements, and deploys Microsoft 365 Copilot agents using TypeSpec and ATK CLI. Provides architectural guidance, capability configuration, security patterns, and lifecycle management. Use when developing M365 Copilot agents, working with TypeSpec, or managing agent deployments. For creating new projects, use the m365-agent-scaffolder skill.
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.
A curated collection of AI coding agent skills for developing Microsoft 365 Copilot agents. These skills are designed to work with AI coding agents like Claude Code, GitHub Copilot, and other agent-based development tools, providing domain-specific expertise for M365 Copilot agent development.
Skills are specialized instruction sets that enhance AI coding agents with domain-specific knowledge and capabilities. They follow the Agent Skills specification and provide:
| Skill | Description |
|---|---|
| m365-agent-scaffolder | Quickly scaffolds new Microsoft 365 Copilot declarative agent projects using ATK CLI. Use this skill when creating a new empty M365 Copilot agent project from scratch. |
| m365-agent-developer | Comprehensive skill for designing, implementing, and deploying M365 Copilot agents using TypeSpec and ATK CLI. Provides architectural guidance, capability configuration, security patterns, and lifecycle management. |
m365-agent-scaffolder - Creates the initial project structurem365-agent-developer - Handles all architecture, implementation, and deploymentThe easiest way to install these skills is using the skills CLI:
# Install all skills from this repository
npx skills add sebastienlevert/m365-copilot-skills
You can also install specific skills:
# Install the scaffolder skill
npx skills add sebastienlevert/m365-copilot-skills/m365-agent-scaffolder
# Install the developer skill
npx skills add sebastienlevert/m365-copilot-skills/m365-agent-developer
Alternatively, you can manually install the skills:
~/.claude/skills/ for Claude Code, ~/.copilot/skills/ for GitHub Copilot, ~/.opencode/skills/ for OpenCode)Contributions are welcome! Please read our Contributing Guide for details on how to submit pull requests, the skill structure, and guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders