Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:05 +08:00
commit 846fe14759
8 changed files with 1617 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "core",
"description": "Essential Elixir development support with hooks and automation",
"version": "1.2.2",
"author": {
"name": "Bradley Golden",
"url": "https://github.com/bradleygolden"
},
"skills": [
"./skills"
],
"hooks": [
"./hooks"
]
}