Skip to content

Commit 64f38d1

Browse files
committed
CLID-473: subagent to generate weekly reports
Signed-off-by: Alex Guidi <[email protected]>
1 parent 68bc257 commit 64f38d1

File tree

5 files changed

+941
-0
lines changed

5 files changed

+941
-0
lines changed

.claude-plugin/marketplace.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
"name": "hcp",
7979
"source": "./plugins/hcp",
8080
"description": "Generate HyperShift cluster creation commands via hcp CLI from natural language descriptions"
81+
},
82+
{
83+
"name": "report-writer",
84+
"source": "./plugins/report-writer",
85+
"description": "An agent plugin to generate reports"
8186
}
8287
]
8388
}

docs/data.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,14 @@
534534
}
535535
],
536536
"has_readme": true
537+
},
538+
{
539+
"name": "report-writer",
540+
"description": "An agent plugin to generate reports",
541+
"version": "0.0.1",
542+
"commands": [],
543+
"skills": [],
544+
"has_readme": true
537545
}
538546
]
539547
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "report-writer",
3+
"description": "A agent plugin to generate reports",
4+
"version": "0.0.1",
5+
"author": {
6+
"name": "github.com/aguidirh"
7+
}
8+
}

0 commit comments

Comments
 (0)