microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
collections/data-science.collection.yml
75lines · modecode
| 1 | id: data-science |
| 2 | name: Data Science |
| 3 | description: Evaluation dataset creation, data specification generation, Jupyter notebooks, and Streamlit dashboards |
| 4 | notice: | |
| 5 | > [!CAUTION] |
| 6 | > This collection includes RAI (Responsible AI) agents and prompts that are **assistive tools only**. They do not replace qualified responsible AI review, ethics board oversight, or established organizational RAI governance processes. All AI-generated RAI assessments, impact analyses, and recommendations **must** be reviewed and validated by qualified professionals before use. AI outputs may contain inaccuracies, miss critical risk categories, or produce recommendations that are incomplete or inappropriate for your context. |
| 7 | tags: |
| 8 | - data |
| 9 | - jupyter |
| 10 | - streamlit |
| 11 | - dashboards |
| 12 | - visualization |
| 13 | - data-science |
| 14 | - rai |
| 15 | - responsible-ai |
| 16 | items: |
| 17 | # Agents |
| 18 | - path: .github/agents/data-science/eval-dataset-creator.agent.md |
| 19 | kind: agent |
| 20 | - path: .github/agents/data-science/gen-data-spec.agent.md |
| 21 | kind: agent |
| 22 | - path: .github/agents/data-science/gen-jupyter-notebook.agent.md |
| 23 | kind: agent |
| 24 | - path: .github/agents/data-science/gen-streamlit-dashboard.agent.md |
| 25 | kind: agent |
| 26 | - path: .github/agents/data-science/test-streamlit-dashboard.agent.md |
| 27 | kind: agent |
| 28 | - path: .github/agents/rai-planning/rai-planner.agent.md |
| 29 | kind: agent |
| 30 | maturity: experimental |
| 31 | - path: .github/agents/hve-core/subagents/researcher-subagent.agent.md |
| 32 | kind: agent |
| 33 | # Instructions |
| 34 | - path: .github/instructions/coding-standards/python-script.instructions.md |
| 35 | kind: instruction |
| 36 | - path: .github/instructions/coding-standards/uv-projects.instructions.md |
| 37 | kind: instruction |
| 38 | - path: .github/instructions/rai-planning/rai-backlog-handoff.instructions.md |
| 39 | kind: instruction |
| 40 | maturity: experimental |
| 41 | - path: .github/instructions/rai-planning/rai-identity.instructions.md |
| 42 | kind: instruction |
| 43 | maturity: experimental |
| 44 | - path: .github/instructions/rai-planning/rai-impact-assessment.instructions.md |
| 45 | kind: instruction |
| 46 | maturity: experimental |
| 47 | - path: .github/instructions/rai-planning/rai-risk-classification.instructions.md |
| 48 | kind: instruction |
| 49 | maturity: experimental |
| 50 | - path: .github/instructions/rai-planning/rai-security-model.instructions.md |
| 51 | kind: instruction |
| 52 | maturity: experimental |
| 53 | - path: .github/instructions/rai-planning/rai-standards.instructions.md |
| 54 | kind: instruction |
| 55 | maturity: experimental |
| 56 | - path: .github/instructions/rai-planning/rai-capture-coaching.instructions.md |
| 57 | kind: instruction |
| 58 | maturity: experimental |
| 59 | - path: .github/instructions/shared/hve-core-location.instructions.md |
| 60 | kind: instruction |
| 61 | # Prompts |
| 62 | - path: .github/prompts/rai-planning/rai-capture.prompt.md |
| 63 | kind: prompt |
| 64 | maturity: experimental |
| 65 | - path: .github/prompts/rai-planning/rai-plan-from-prd.prompt.md |
| 66 | kind: prompt |
| 67 | maturity: experimental |
| 68 | - path: .github/prompts/rai-planning/rai-plan-from-security-plan.prompt.md |
| 69 | kind: prompt |
| 70 | maturity: experimental |
| 71 | - path: .github/prompts/data-science/synth-data-generate.prompt.md |
| 72 | kind: prompt |
| 73 | maturity: experimental |
| 74 | display: |
| 75 | ordering: manual |
| 76 | |