Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:27:45 +08:00
commit a004b820d4
8 changed files with 2268 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "byteforge-skills",
"description": "Collection of Claude Code skills by @jmazzahacks that codify best practices and reusable patterns for software development",
"version": "1.0.0",
"author": {
"name": "Jason Byteforge",
"github": "jmazzahacks"
},
"skills": [
"./skills"
]
}