Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:53:00 +08:00
commit c961db41d7
20 changed files with 2110 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "prp",
"description": "A plugin to help you plan and execute in one shot",
"version": "1.0.1",
"author": {
"name": "rajat piplewar"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}