Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:34:03 +08:00
commit 0a77775e5d
11 changed files with 4474 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "developer-essentials",
"description": "Essential developer skills including Git workflows, SQL optimization, error handling, code review, E2E testing, authentication, debugging, and monorepo management",
"version": "1.0.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"skills": [
"./skills/git-advanced-workflows",
"./skills/sql-optimization-patterns",
"./skills/error-handling-patterns",
"./skills/code-review-excellence",
"./skills/e2e-testing-patterns",
"./skills/auth-implementation-patterns",
"./skills/debugging-strategies",
"./skills/monorepo-management"
]
}