Initial commit
This commit is contained in:
16
.claude-plugin/plugin.json
Normal file
16
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "byteforge-skills",
|
||||
"description": "Collection of development setup skills including PostgreSQL database setup, Python PyPI package publishing, Flask REST API with OpenAPI/Swagger documentation, Flask Docker deployment, and Mazza-specific Grafana Loki logging configuration",
|
||||
"version": "0.0.0-2025.11.28",
|
||||
"author": {
|
||||
"name": "Jason Byteforge",
|
||||
"email": "jason@byteforge.dev"
|
||||
},
|
||||
"skills": [
|
||||
"./skills/postgres-setup",
|
||||
"./skills/python-pypi-setup",
|
||||
"./skills/flask-smorest-api",
|
||||
"./skills/flask-docker-deployment",
|
||||
"./skills/mz-configure-loki-logging"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user