Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · microsoft/skills
page:docs-reference-repos-microsoft-skills-researcha5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewarticlejsongraph
II.
Page JSON

page:docs-reference-repos-microsoft-skills-research

Structured · live

microsoft/skills json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · wiki/docs/reference-repos/microsoft/skills/research.mdCluster · wiki
Record JSON
{
  "id": "page:docs-reference-repos-microsoft-skills-research",
  "_kind": "Page",
  "_file": "wiki/docs/reference-repos/microsoft/skills/research.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "sourcePath": "docs/reference-repos/microsoft/skills/research.md",
    "sourceKind": "repo-docs",
    "title": "microsoft/skills",
    "displayName": "microsoft/skills",
    "slug": "docs/reference-repos/microsoft/skills/research",
    "articlePath": "wiki/docs/reference-repos/microsoft/skills/research.md",
    "article": "\n# microsoft/skills\n\n- **Archetype**: mega-skill-pack\n- **Stars**: 2,029\n- **Last pushed**: 2026-04-10\n- **License**: MIT\n- **Discovered**: 2026-04-13\n- **Source**: backlog-processing\n- **Skills found**: 132 (organized by language: dotnet, java, python, rust, typescript)\n\n## Summary\nMicrosoft's official skill collection for AI coding agents working with Azure SDKs and Microsoft AI Foundry. Contains 132 skills organized by programming language and service category, with a custom installer (skills.sh), skill explorer UI, and multi-agent support. Includes skills for cloud architecture, Azure services, foundry workflows, and language-specific development patterns.\n\n## Assessment\nHIGH VALUE. This is a professionally maintained mega-skill-pack with substantial procedural content. Skills contain detailed workflows, design patterns, and service integration patterns specific to Microsoft/Azure ecosystem. The cloud-solution-architect skill alone contains 44 cloud design patterns, architecture review workflows, and Well-Architected Framework guidance. Many skills encode specific deployment, monitoring, and integration processes that are extractable as specializations/devops-sre-platform/ processes.\n\n## Extraction Priority\nHIGH - Contains well-documented Microsoft/Azure ecosystem processes that are directly extractable:\n- Cloud architecture review workflows -> specializations/devops-sre-platform/\n- Azure service integration patterns -> specializations/devops-sre-platform/ \n- Performance optimization processes -> specializations/shared/\n- Multi-language development workflows -> specializations/shared/\n\n## Skills Inventory\n\n| Skill | Path | Domain | Transferable? | Notes |\n|-------|------|--------|---------------|-------|\n| cloud-solution-architect | .github/skills/cloud-solution-architect/ | DevOps/Cloud | Yes - process | 10 design principles, 44 cloud patterns, architecture review workflow |\n| frontend-design-review | .github/skills/frontend-design-review/ | Frontend | Yes - process | UI/UX review checklist and accessibility audit |\n| github-issue-creator | .github/skills/github-issue-creator/ | Project Mgmt | Yes - pattern | Structured issue creation workflow |\n| mcp-builder | .github/skills/mcp-builder/ | Tools | Yes - process | MCP server development workflow |\n| continual-learning | .github/skills/continual-learning/ | Methodology | Yes - process | Learning plan creation and progress tracking |\n\n## Processes\n- **azure-architecture-review**: Well-Architected Framework review process with 6 architecture styles and design pattern evaluation\n  - Source: .github/skills/cloud-solution-architect/SKILL.md (lines 20-50)\n  - Placement: specializations/devops-sre-platform/\n  - Inputs: Architecture design documents, requirements\n  - Outputs: Review report, recommendations, risk assessment\n  - Complexity: complex\n  - Notes: Contains 44 specific cloud design patterns mapped to WAF pillars\n\n- **frontend-design-review**: UI/UX design review with accessibility and performance audit\n  - Source: .github/skills/frontend-design-review/SKILL.md\n  - Placement: specializations/frontend/\n  - Inputs: Design mockups, component library, user stories\n  - Outputs: Design review report, accessibility audit, performance recommendations\n  - Complexity: moderate\n\n- **mcp-development-workflow**: Process for building MCP servers from requirements to deployment\n  - Source: .github/skills/mcp-builder/SKILL.md\n  - Placement: specializations/shared/\n  - Inputs: Tool requirements, integration specs\n  - Outputs: MCP server implementation, tests, documentation\n  - Complexity: moderate\n\n## Plugin Ideas\n- **azure-development-suite**: Comprehensive Azure development setup plugin\n  - What install.md would do: Detect project type (web, API, function), install relevant Azure skills, configure Azure CLI, set up deployment pipelines, create monitoring dashboards\n  - Processes it would copy: azure-architecture-review, azure-service-integration, performance-optimization\n  - Configs/hooks it would create: Azure DevOps pipelines, ARM/Bicep templates, monitoring alerts\n  - Source evidence: 132 Azure/Microsoft skills organized by service and language\n\n- **cloud-architecture**: Plugin for cloud architecture best practices\n  - What install.md would do: Install architecture review processes, configure Well-Architected assessments, set up design pattern library\n  - Processes it would copy: azure-architecture-review, cloud-design-patterns, performance-antipatterns\n  - Configs/hooks it would create: Architecture review templates, assessment checklists, pattern catalogs\n  - Source evidence: Cloud Solution Architect skill with 44 design patterns and review workflows\n\n## Implicit Procedural Knowledge\n- **Well-Architected Framework Assessment**: Systematic review process using 5 pillars (cost, operational excellence, performance, reliability, security)\n  - Source: cloud-solution-architect skill description and workflow sections\n  - Placement: specializations/devops-sre-platform/\n  - Why codify: Provides structured approach to cloud architecture validation that's reusable across cloud providers\n  - Sketch: Requirements analysis -> Architecture style selection -> Design pattern mapping -> Risk assessment -> Recommendation generation\n\n- **Multi-language skill organization**: Process for organizing skills by programming language and service domain\n  - Source: Repository structure (skills/dotnet/, skills/java/, etc.) and symlink organization\n  - Placement: specializations/shared/\n  - Why codify: Demonstrates scalable approach to managing large skill collections with cross-cutting concerns\n  - Sketch: Language detection -> Service categorization -> Symlink creation -> Multi-agent compatibility\n\n## Library Mapping\n\n| Extractable Process | Library Status | Action | Existing Path | Target Placement |\n|-------------------|----------------|--------|---------------|------------------|\n| Azure Architecture Review | NEW | Well-Architected Framework review with 44 cloud patterns and architecture styles | - | specializations/devops-sre-platform/azure-architecture-review.js |\n| Frontend Design Review | NEW | UI/UX design review with accessibility audit and performance recommendations | - | specializations/frontend/frontend-design-review.js |\n| MCP Development Workflow | NEW | End-to-end MCP server development from requirements to deployment | - | specializations/shared/mcp-development-workflow.js |\n| Well-Architected Framework Assessment | NEW | Systematic cloud architecture validation using 5 pillars (cost, operational excellence, performance, reliability, security) | - | specializations/devops-sre-platform/well-architected-framework-assessment.js |\n| Multi-Language Skill Organization | NEW | Scalable approach to managing large skill collections with cross-cutting concerns | - | specializations/shared/multi-language-skill-organization.js |\n\n## Plugin Marketplace Mapping\n\n| Plugin Idea | Marketplace Status | Action | Existing Plugin | Target Placement |\n|-------------|-------------------|--------|-----------------|------------------|\n| Azure Development Suite | NEW | Comprehensive Azure development with CLI, deployment pipelines, and monitoring | - | plugins/a5c/marketplace/plugins/azure-development-suite/ |\n| Cloud Architecture Framework | NEW | Cloud architecture best practices with Well-Architected assessments and design patterns | - | plugins/a5c/marketplace/plugins/cloud-architecture-framework/ |\n",
    "documents": []
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "page:docs-reference-repos",
      "to": "page:docs-reference-repos-microsoft-skills-research",
      "kind": "contains_page"
    }
  ]
}

Shortcuts

Back to overview
Open graph tab