Files
42marketplaces/sync/gh-rknall-claude-skills-stack-validator.json
2025-11-30 09:08:53 +08:00

18 lines
585 B
JSON

{
"name": "stack-validator",
"owner": {
"name": "rknall",
"email": "zhongweili@tubi.tv"
},
"plugins": [
{
"name": "stack-validator",
"description": "Validates GitLab stack projects before deployment, ensuring proper architecture patterns, directory structure, secrets management, .env configuration, and Docker best practices. Detects issues and provides actionable guidance",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-rknall-claude-skills-stack-validator.git"
},
"strict": true
}
]
}