microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v2.3.1

Branches

Tags

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

Clone

HTTPS

Download ZIP

.github/plugin/marketplace.json

73lines · modecode

1{
2 "name": "hve-core",
3 "metadata": {
4 "description": "HVE Core",
5 "version": "2.3.1",
6 "pluginRoot": "./plugins"
7 },
8 "owner": {
9 "name": "Microsoft"
10 },
11 "plugins": [
12 {
13 "name": "ado",
14 "source": "./plugins/ado",
15 "description": "Azure DevOps work item management, build monitoring, and pull request creation",
16 "version": "2.3.1"
17 },
18 {
19 "name": "coding-standards",
20 "source": "./plugins/coding-standards",
21 "description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects",
22 "version": "2.3.1"
23 },
24 {
25 "name": "data-science",
26 "source": "./plugins/data-science",
27 "description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
28 "version": "2.3.1"
29 },
30 {
31 "name": "git",
32 "source": "./plugins/git",
33 "description": "Git commit messages, merges, setup, and pull request prompts",
34 "version": "2.3.1"
35 },
36 {
37 "name": "github",
38 "source": "./plugins/github",
39 "description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
40 "version": "2.3.1"
41 },
42 {
43 "name": "hve-core-all",
44 "source": "./plugins/hve-core-all",
45 "description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
46 "version": "2.3.1"
47 },
48 {
49 "name": "project-planning",
50 "source": "./plugins/project-planning",
51 "description": "PRDs, BRDs, ADRs, architecture diagrams, and documentation operations",
52 "version": "2.3.1"
53 },
54 {
55 "name": "prompt-engineering",
56 "source": "./plugins/prompt-engineering",
57 "description": "Tools for analyzing, building, and refactoring prompts, agents, and instructions",
58 "version": "2.3.1"
59 },
60 {
61 "name": "rpi",
62 "source": "./plugins/rpi",
63 "description": "Research, Plan, Implement, Review workflow agents and prompts for task-driven development",
64 "version": "2.3.1"
65 },
66 {
67 "name": "security-planning",
68 "source": "./plugins/security-planning",
69 "description": "Security plan creation, incident response, and risk assessment",
70 "version": "2.3.1"
71 }
72 ]
73}