Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:10 +08:00
commit 62e38f6386
28 changed files with 8679 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "spectacular",
"description": "Spectacular skills/commands library for spec-anchored development and parallel task execution",
"version": "2.1.0-codex.beta3",
"author": {
"name": "Drew Ritter",
"email": "drew@ritter.dev"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}