microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
68b04bc3b47266718f1570cf7f2cb7908467f8d4

Branches

Tags

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

Clone

HTTPS

Download ZIP

.github/plugin/marketplace.json

85lines · modecode

1{
2 "name": "hve-core",
3 "metadata": {
4 "description": "HVE Core",
5 "version": "3.1.46",
6 "pluginRoot": "./plugins"
7 },
8 "owner": {
9 "name": "Microsoft"
10 },
11 "plugins": [
12 {
13 "name": "ado",
14 "source": "ado",
15 "description": "Azure DevOps work item management, build monitoring, and pull request creation",
16 "version": "3.1.46"
17 },
18 {
19 "name": "code-review",
20 "source": "code-review",
21 "description": "Pre-PR code review agents for functional correctness, error handling, edge cases, and testing gaps",
22 "version": "3.1.46"
23 },
24 {
25 "name": "coding-standards",
26 "source": "coding-standards",
27 "description": "Language-specific coding instructions for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects",
28 "version": "3.1.46"
29 },
30 {
31 "name": "data-science",
32 "source": "data-science",
33 "description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
34 "version": "3.1.46"
35 },
36 {
37 "name": "design-thinking",
38 "source": "design-thinking",
39 "description": "Design Thinking coaching identity, quality constraints, and methodology instructions for AI-enhanced design thinking across nine methods",
40 "version": "3.1.46"
41 },
42 {
43 "name": "experimental",
44 "source": "experimental",
45 "description": "Experimental and preview artifacts not yet promoted to stable collections",
46 "version": "3.1.46"
47 },
48 {
49 "name": "github",
50 "source": "github",
51 "description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
52 "version": "3.1.46"
53 },
54 {
55 "name": "hve-core",
56 "source": "hve-core",
57 "description": "HVE Core RPI (Research, Plan, Implement, Review) workflow with Git commit, merge, setup, and pull request prompts",
58 "version": "3.1.46"
59 },
60 {
61 "name": "hve-core-all",
62 "source": "hve-core-all",
63 "description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
64 "version": "3.1.46"
65 },
66 {
67 "name": "installer",
68 "source": "installer",
69 "description": "Interactive installer agent for deploying HVE Core artifacts across workspace configurations",
70 "version": "3.1.46"
71 },
72 {
73 "name": "project-planning",
74 "source": "project-planning",
75 "description": "PRDs, BRDs, ADRs, and architecture diagrams",
76 "version": "3.1.46"
77 },
78 {
79 "name": "security-planning",
80 "source": "security-planning",
81 "description": "Security plan creation, incident response, and risk assessment",
82 "version": "3.1.46"
83 }
84 ]
85}