mcs-init Skill
Use this skill to start a new MCS agent project. Creates the folder structure in Build-Guides/, copies template files, and detects the intake path (SDR documents, wizard, or manual). Use when the user says 'new project', 'start a build', or provides intake documents. Published by microsoft in MCS-Agent-Builder.
What is mcs-init Skill?
Use this skill to start a new MCS agent project. Creates the folder structure in Build-Guides/, copies template files, and detects the intake path (SDR documents, wizard, or manual). Use when the user says 'new project', 'start a build', or provides intake documents. Published by microsoft in MCS-Agent-Builder. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Research
- Documentation use cases
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use mcs-init Skill
- Use it for documentation.
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/MCS-Agent-Builder
- Skill file: .claude/skills/mcs-init/SKILL.md
What it does
Use this skill to start a new MCS agent project. Creates the folder structure in Build-Guides/, copies template files, and detects the intake path (SDR documents, wizard, or manual). Use when the user says 'new project', 'start a build', or provides intake documents.
Skill instructions
MCS Project Initializer Create a new project folder and detect the intake path. Input Provide project name: - /mcs-init ProjectName Process Step 1: Create Project Folder Build-Guides/[ProjectName]/ Step 2: Detect Intake Path Check what's already in the folder: Path A: SDR files found (.docx, .md, .pdf files that look like customer docs) Found SDR files in Build-Guides/[ProjectName]/: - [list files] Next step: Run /mcs-research ProjectName to identify agents and research components If .docx files exist, convert them to .md using pandoc: pandoc "file.docx" -t gfm -o "file.md" Note: pandoc is typically at %LOCALAPPDATA%\Pandoc\pandoc.exe — resolve via where pandoc or gcm pandoc. Path B: No SDR files, start from scratch No template needed — /mcs-research will create agentspec.json during Phase A (agent identification). Guide the user to describe the agent or upload docs, then run research. Step 3: Guide User If SDR files detected: Project Initialized: [ProjectName] Location: Build-Guides/[
Explore related resources
Frequently asked questions
What is mcs-init?
mcs-init is a open-source AI agent skill with Copy skill directory. Use this skill to start a new MCS agent project. Creates the folder structure in Build-Guides/, copies template files, and detects the intake path (SDR documents, wizard, or manual).
Who is mcs-init best for?
mcs-init is best for reusing agent instructions, scripts, and references, documentation workflows, research workflows.
How do I install mcs-init?
Install or run mcs-init using Copy skill directory. Check mcs-init for the latest setup command.
Is mcs-init actively maintained?
mcs-init may need a closer maintenance check before production use.
Auto-fetched from GitHub.