Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:26 +08:00
commit 71330f5583
76 changed files with 15081 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "cipherpowers",
"description": "Comprehensive development toolkit with skills, commands, and documentation standards",
"version": "0.1.0",
"author": {
"name": "Toby Hede",
"email": "toby@cipherstash.com",
"url": "cipherstash.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}