We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3fd86 commit c5d4e20Copy full SHA for c5d4e20
1 file changed
package.json
@@ -3,6 +3,14 @@
3
"version": "0.3.0",
4
"description": "A universal skill for file-driven, multi-agent research and development workflows.",
5
"private": true,
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/TheStreamCode/agentic-rd-skill.git"
9
+ },
10
+ "homepage": "https://github.com/TheStreamCode/agentic-rd-skill#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/TheStreamCode/agentic-rd-skill/issues"
13
14
"type": "module",
15
"scripts": {
16
"test": "node scripts/validate-skill.mjs",
0 commit comments