microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
docs/1843-getting-started-methods

Branches

Tags

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

Clone

HTTPS

Download ZIP

plugins/hve-core-all/.github/plugin/plugin.json

45lines · modecode

1{
2 "name": "hve-core-all",
3 "description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
4 "version": "3.3.101",
5 "agents": [
6 "agents/ado/",
7 "agents/coding-standards/",
8 "agents/data-science/",
9 "agents/design-thinking/",
10 "agents/experimental/",
11 "agents/experimental/subagents/",
12 "agents/github/",
13 "agents/hve-core/",
14 "agents/hve-core/subagents/",
15 "agents/jira/",
16 "agents/project-planning/",
17 "agents/rai-planning/",
18 "agents/security/",
19 "agents/security/subagents/"
20 ],
21 "commands": [
22 "commands/ado/",
23 "commands/coding-standards/",
24 "commands/data-science/",
25 "commands/design-thinking/",
26 "commands/experimental/",
27 "commands/github/",
28 "commands/hve-core/",
29 "commands/jira/",
30 "commands/rai-planning/",
31 "commands/security/"
32 ],
33 "skills": [
34 "skills/accessibility/",
35 "skills/coding-standards/",
36 "skills/experimental/",
37 "skills/github/",
38 "skills/gitlab/",
39 "skills/installer/",
40 "skills/jira/",
41 "skills/project-planning/",
42 "skills/security/",
43 "skills/shared/"
44 ]
45}