-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 798 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "copilot-skill-builder",
"version": "1.0.0",
"description": "Agent Skill — Create and maintain Agent Skills for Copilot CLI, with bundled customization builder agent and markdown instructions",
"keywords": [
"agent-skill",
"copilot",
"copilot-cli",
"github-copilot",
"skills"
],
"homepage": "https://github.com/trsdn/github-copilot-cli",
"repository": {
"type": "git",
"url": "git+https://github.com/trsdn/github-copilot-cli.git",
"directory": "packages/copilot-skill-builder"
},
"bugs": {
"url": "https://github.com/trsdn/github-copilot-cli/issues"
},
"author": "Torsten Mahr",
"license": "MIT",
"files": [
"skills",
"configs",
"README.md",
"LICENSE"
],
"skillpm": {
"configPrefix": "copilot"
}
}