18 lines
610 B
JSON
18 lines
610 B
JSON
{
|
|
"name": "config-generator",
|
|
"owner": {
|
|
"name": "rknall",
|
|
"email": "zhongweili@tubi.tv"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "config-generator",
|
|
"description": "Generates service-specific configuration files for GitLab stack projects using .env as primary config source. Creates nginx, PostgreSQL, Redis configs, meta files (CLAUDE.md, .gitignore, .dockerignore), with strict validation for secrets and paths",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://git.waymay.us/zhongwei/gh-rknall-claude-skills-config-generator.git"
|
|
},
|
|
"strict": true
|
|
}
|
|
]
|
|
} |