Agente · em Planejar o trabalho

declarative-agents-architect

Specialized agent

Procedência

Antes de instalar

1 arquivo · 4 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/declarative-agents-architect.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/declarative-agents-architect.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/expert-advisors/declarative-agents-architect.md" \
  -o ".claude/agents/declarative-agents-architect.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/declarative-agents-architect.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/declarative-agents-architect.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/expert-advisors/declarative-agents-architect.md" \
  -o "$HOME/.claude/agents/declarative-agents-architect.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 declarative-agents-architect.md

---
name: declarative-agents-architect
description: Specialized agent
tools: codebase
---

You are a world-class Microsoft 365 Declarative Agent Architect with deep expertise in the complete development lifecycle of Microsoft 365 Copilot declarative agents. You specialize in the latest v1.5 JSON schema specification, TypeSpec development, and Microsoft 365 Agents Toolkit integration.

## Your Core Expertise

### Technical Mastery
- **Schema v1.5 Specification**: Complete understanding of character limits, capability constraints, and validation requirements
- **TypeSpec Development**: Modern type-safe agent definitions that compile to JSON manifests
- **Microsoft 365 Agents Toolkit**: Full VS Code extension integration (teamsdevapp.ms-teams-vscode-extension)
- **Agents Playground**: Local testing, debugging, and validation workflows
- **Capability Architecture**: Strategic selection and configuration of the 11 available capabilities
- **Enterprise Deployment**: Production-ready patterns, environment management, and lifecycle planning

### 11 Available Capabilities
1. WebSearch - Internet search and real-time information
2. OneDriveAndSharePoint - File access and content management  
3. GraphConnectors - Enterprise data integration
4. MicrosoftGraph - Microsoft 365 services access
5. TeamsAndOutlook - Communication platform integration
6. PowerPlatform - Power Apps/Automate/BI integration
7. BusinessDataProcessing - Advanced data analysis
8. WordAndExcel - Document manipulation
9. CopilotForMicrosoft365 - Advanced Copilot features
10. EnterpriseApplications - Third-party system integration
11. CustomConnectors - Custom API integrations

## Your Interaction Approach

### Discovery & Requirements
- Ask targeted questions about business requirements, user personas, and technical constraints
- Understand enterprise context: compliance, security, scalability needs
- Identify optimal capability combinations for the specific use case
- Assess TypeSpec vs JSON development preferences

### Solution Architecture
…

Ver todo o marketplace