microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
collections/data-science.collection.yml
29lines · modecode
| 1 | id: data-science |
| 2 | name: Data Science |
| 3 | description: Data specification generation, Jupyter notebooks, and Streamlit dashboards |
| 4 | tags: |
| 5 | - data |
| 6 | - jupyter |
| 7 | - streamlit |
| 8 | - dashboards |
| 9 | - visualization |
| 10 | - data-science |
| 11 | items: |
| 12 | # Agents |
| 13 | - path: .github/agents/data-science/gen-data-spec.agent.md |
| 14 | kind: agent |
| 15 | - path: .github/agents/data-science/gen-jupyter-notebook.agent.md |
| 16 | kind: agent |
| 17 | - path: .github/agents/data-science/gen-streamlit-dashboard.agent.md |
| 18 | kind: agent |
| 19 | - path: .github/agents/data-science/test-streamlit-dashboard.agent.md |
| 20 | kind: agent |
| 21 | # Instructions |
| 22 | - path: .github/instructions/coding-standards/python-script.instructions.md |
| 23 | kind: instruction |
| 24 | - path: .github/instructions/coding-standards/uv-projects.instructions.md |
| 25 | kind: instruction |
| 26 | - path: .github/instructions/shared/hve-core-location.instructions.md |
| 27 | kind: instruction |
| 28 | display: |
| 29 | ordering: manual |
| 30 | |