12 lines
469 B
JSON
12 lines
469 B
JSON
{
|
|
"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": [
|
|
"./"
|
|
]
|
|
} |