microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
docs/1249-docusaurus-count

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

40lines · 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.41",
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/design-thinking/",
25 "commands/github/",
26 "commands/hve-core/",
27 "commands/jira/",
28 "commands/rai-planning/",
29 "commands/security/"
30 ],
31 "skills": [
32 "skills/coding-standards/",
33 "skills/experimental/",
34 "skills/gitlab/",
35 "skills/installer/",
36 "skills/jira/",
37 "skills/security/",
38 "skills/shared/"
39 ]
40}