microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
chore/sync-action-version-comments

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

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