microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v2.3.6

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

collections/data-science.collection.yml

73lines · modecode

1id: data-science
2name: Data Science
3description: Data specification generation, Jupyter notebooks, and Streamlit dashboards
4tags:
5 - data
6 - jupyter
7 - streamlit
8 - dashboards
9 - visualization
10 - data-science
11items:
12 # Agents
13 - path: .github/agents/gen-data-spec.agent.md
14 kind: agent
15 - path: .github/agents/gen-jupyter-notebook.agent.md
16 kind: agent
17 - path: .github/agents/gen-streamlit-dashboard.agent.md
18 kind: agent
19 - path: .github/agents/test-streamlit-dashboard.agent.md
20 kind: agent
21 # RPI agents
22 - path: .github/agents/rpi-agent.agent.md
23 kind: agent
24 - path: .github/agents/task-researcher.agent.md
25 kind: agent
26 - path: .github/agents/task-planner.agent.md
27 kind: agent
28 - path: .github/agents/task-implementor.agent.md
29 kind: agent
30 - path: .github/agents/task-reviewer.agent.md
31 kind: agent
32 - path: .github/agents/memory.agent.md
33 kind: agent
34 # Prompt Engineering agents
35 - path: .github/agents/prompt-builder.agent.md
36 kind: agent
37 # RPI prompts
38 - path: .github/prompts/rpi.prompt.md
39 kind: prompt
40 - path: .github/prompts/task-research.prompt.md
41 kind: prompt
42 - path: .github/prompts/task-plan.prompt.md
43 kind: prompt
44 - path: .github/prompts/task-implement.prompt.md
45 kind: prompt
46 - path: .github/prompts/task-review.prompt.md
47 kind: prompt
48 - path: .github/prompts/checkpoint.prompt.md
49 kind: prompt
50 # Prompt Engineering prompts
51 - path: .github/prompts/prompt-analyze.prompt.md
52 kind: prompt
53 - path: .github/prompts/prompt-build.prompt.md
54 kind: prompt
55 - path: .github/prompts/prompt-refactor.prompt.md
56 kind: prompt
57 # Common instructions
58 - path: .github/instructions/writing-style.instructions.md
59 kind: instruction
60 - path: .github/instructions/markdown.instructions.md
61 kind: instruction
62 - path: .github/instructions/commit-message.instructions.md
63 kind: instruction
64 # Prompt Engineering instructions
65 - path: .github/instructions/prompt-builder.instructions.md
66 kind: instruction
67 # Bundle-specific instructions
68 - path: .github/instructions/python-script.instructions.md
69 kind: instruction
70 - path: .github/instructions/uv-projects.instructions.md
71 kind: instruction
72display:
73 ordering: manual
74