mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-14 04:05:58 +00:00
Add azure-architecture-autopilot skill 🤖🤖🤖 (#1158)
* Add azure-architecture-autopilot skill E2E Azure infrastructure automation skill: - Natural language → Architecture diagram → Bicep → Deploy - 70+ service types with 605+ official Azure icons - Interactive HTML diagrams (drag, zoom, click, PNG export) - Scans existing resources or designs new architecture - Modular Bicep with RBAC, Private Endpoints, DNS - Multi-language support (auto-detects user language) - Zero dependencies (diagram engine embedded) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix generator.py import for flat scripts/ structure + sync README Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: whoniiii <whoniiii@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
30
skills/azure-architecture-autopilot/.gitignore
vendored
Normal file
30
skills/azure-architecture-autopilot/.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Temporary files
|
||||
*.pyc
|
||||
__pycache__/
|
||||
*.egg-info/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Test/eval outputs (not included in repository)
|
||||
evals/outputs/
|
||||
workspace/
|
||||
|
||||
# Generated artifacts (not included in repository)
|
||||
output/
|
||||
*.png
|
||||
*.svg
|
||||
!assets/*.png
|
||||
!assets/*.svg
|
||||
|
||||
# Sample diagrams (contain hardcoded example values — prevent model context contamination)
|
||||
sample_*.html
|
||||
|
||||
# Environment configuration
|
||||
.env
|
||||
*.local
|
||||
|
||||
# Package files (build artifacts)
|
||||
*.skill
|
||||
|
||||
# Development-only folder (not included in public distribution)
|
||||
dev/
|
||||
Reference in New Issue
Block a user