microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2137-privacy-planner

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

52lines · 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/accessibility/",
7 "agents/accessibility/subagents/",
8 "agents/ado/",
9 "agents/coding-standards/",
10 "agents/data-science/",
11 "agents/design-thinking/",
12 "agents/experimental/",
13 "agents/experimental/subagents/",
14 "agents/github/",
15 "agents/hve-core/",
16 "agents/hve-core/subagents/",
17 "agents/jira/",
18 "agents/project-planning/",
19 "agents/project-planning/subagents/",
20 "agents/rai-planning/",
21 "agents/rai-planning/subagents/",
22 "agents/security/",
23 "agents/security/subagents/"
24 ],
25 "commands": [
26 "commands/ado/",
27 "commands/coding-standards/",
28 "commands/data-science/",
29 "commands/design-thinking/",
30 "commands/experimental/",
31 "commands/github/",
32 "commands/hve-core/",
33 "commands/jira/",
34 "commands/rai-planning/",
35 "commands/security/"
36 ],
37 "skills": [
38 "skills/accessibility/",
39 "skills/coding-standards/",
40 "skills/design-thinking/",
41 "skills/experimental/",
42 "skills/github/",
43 "skills/gitlab/",
44 "skills/hve-core/",
45 "skills/installer/",
46 "skills/jira/",
47 "skills/project-planning/",
48 "skills/rai/",
49 "skills/security/",
50 "skills/shared/"
51 ]
52}