Initial commit
This commit is contained in:
19
.claude-plugin/plugin.json
Normal file
19
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user