microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
docs/621-ai-artifacts

Branches

Tags

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

Clone

HTTPS

Download ZIP

collections/data-science.collection.yml

89lines · 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 - path: .github/agents/pr-review.agent.md
35 kind: agent
36 # Prompt Engineering agents
37 - path: .github/agents/prompt-builder.agent.md
38 kind: agent
39 # RPI prompts
40 - path: .github/prompts/rpi.prompt.md
41 kind: prompt
42 - path: .github/prompts/task-research.prompt.md
43 kind: prompt
44 - path: .github/prompts/task-plan.prompt.md
45 kind: prompt
46 - path: .github/prompts/task-implement.prompt.md
47 kind: prompt
48 - path: .github/prompts/task-review.prompt.md
49 kind: prompt
50 - path: .github/prompts/checkpoint.prompt.md
51 kind: prompt
52 # Git prompts
53 - path: .github/prompts/git-commit-message.prompt.md
54 kind: prompt
55 - path: .github/prompts/git-commit.prompt.md
56 kind: prompt
57 - path: .github/prompts/git-merge.prompt.md
58 kind: prompt
59 - path: .github/prompts/git-setup.prompt.md
60 kind: prompt
61 - path: .github/prompts/pull-request.prompt.md
62 kind: prompt
63 # Prompt Engineering prompts
64 - path: .github/prompts/prompt-analyze.prompt.md
65 kind: prompt
66 - path: .github/prompts/prompt-build.prompt.md
67 kind: prompt
68 - path: .github/prompts/prompt-refactor.prompt.md
69 kind: prompt
70 # Common instructions
71 - path: .github/instructions/writing-style.instructions.md
72 kind: instruction
73 - path: .github/instructions/markdown.instructions.md
74 kind: instruction
75 - path: .github/instructions/commit-message.instructions.md
76 kind: instruction
77 # Prompt Engineering instructions
78 - path: .github/instructions/prompt-builder.instructions.md
79 kind: instruction
80 # Git instructions
81 - path: .github/instructions/git-merge.instructions.md
82 kind: instruction
83 # Bundle-specific instructions
84 - path: .github/instructions/python-script.instructions.md
85 kind: instruction
86 - path: .github/instructions/uv-projects.instructions.md
87 kind: instruction
88display:
89 ordering: manual
90