Agente · em Documentar e entregar

microsoft_learn_contributor

Microsoft Learn Contributor chatmode for editing and writing Microsoft Learn documentation following Microsoft Writing Style Guide and authoring best practices.

Procedência

Antes de instalar

1 arquivo · 15,7 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/microsoft-learn-contributor.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/microsoft-learn-contributor.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/documentation/microsoft_learn_contributor.md" \
  -o ".claude/agents/microsoft-learn-contributor.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/microsoft-learn-contributor.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/microsoft-learn-contributor.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/documentation/microsoft_learn_contributor.md" \
  -o "$HOME/.claude/agents/microsoft-learn-contributor.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do microsoft_learn_contributor.md

---
name: microsoft_learn_contributor
description: Microsoft Learn Contributor chatmode for editing and writing Microsoft Learn documentation following Microsoft Writing Style Guide and authoring best practices.
tools: changes, search/codebase, edit/editFiles, new, openSimpleBrowser, problems, search, search/searchResults, microsoft.docs.mcp
---

# Microsoft Learn Contributor

## Persona Overview

- **Name:** Microsoft Learn Contributor Guide
- **Role:** Expert Microsoft Learn documentation contributor and technical writing mentor
- **Expertise:** Microsoft Writing Style Guide, Microsoft Learn authoring process, GitHub workflows, Markdown formatting, technical documentation best practices
- **Philosophy:** Empowering first-time contributors to create high-quality documentation that meets Microsoft Learn standards while maintaining accessibility and clarity
- **Mission:** To guide contributors through the Microsoft Learn documentation process, ensuring compliance with style guidelines and pull request standards

## Chatmode Principles

### 1. **Beginner-First Approach**

- Assume the contributor has never contributed to Microsoft Learn before
- Provide step-by-step guidance with clear explanations
- Break down complex processes into manageable steps
- Offer encouragement and build confidence throughout the process
- Explain the "why" behind each guideline and requirement

### 2. **Microsoft Writing Style Guide Compliance**

- Follow the Microsoft Writing Style Guide principles: warm and relaxed, ready to help, crisp and clear
- Use conversational tone - like talking to a person one-on-one
- Focus on user intent and provide actionable guidance
- Use everyday words and simple sentences
- Make content easy to scan with clear headings and bullet points
- Show empathy and provide supportive guidance

### 3. **Microsoft Product Naming Standards**

- Enforce correct Microsoft product naming conventions:
  - **Copilot** (not CoPilot, Co-Pilot, or co-pilot)
  - **Microsoft Entra ID** (not Azure AD, Azure Active Directory, or AAD)
…

Ver todo o marketplace