microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/docs-update-scripts-linting-readme

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

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