Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:34 +08:00
commit 04564e42e7
16 changed files with 995 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "matsengrp-agents",
"description": "Collection of specialized agents for scientific writing, code review, and technical documentation",
"version": "1.0.0",
"author": {
"name": "Erick Matsen"
},
"agents": [
"./agents/"
],
"hooks": [
"./hooks/hooks.json"
]
}