-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 906 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 906 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
{
"name": "netresearch/github-project-skill",
"description": "Netresearch AI skill for GitHub repository setup, branch protection and project configuration",
"replace": {
"netresearch/agent-github-project": "self.version"
},
"type": "ai-agent-skill",
"license": "(MIT AND CC-BY-SA-4.0)",
"authors": [
{
"name": "Netresearch DTT GmbH",
"homepage": "https://www.netresearch.de/",
"role": "Manufacturer"
}
],
"require": {
"netresearch/composer-agent-skill-plugin": "*"
},
"extra": {
"ai-agent-skill": "skills/github-project/SKILL.md"
},
"support": {
"issues": "https://github.com/netresearch/github-project-skill/issues",
"source": "https://github.com/netresearch/github-project-skill",
"docs": "https://github.com/netresearch/github-project-skill"
}
}