Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:04 +08:00
commit 4e5fb238c1
4 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "build-skill",
"description": "Implement features and changes from implementation plans. Takes a plan file path as input and executes the implementation steps, then reports changes. Use when you have a detailed plan document and need to code it up, or want to implement specifications written in markdown format.",
"version": "1.0.0",
"author": {
"name": "Don Jacobsmeyer",
"email": "hello@donjacobsmeyer.com"
},
"skills": [
"./"
]
}