Files
gh-ihistand-claude-plugins-…/.claude-plugin/plugin.json
2025-11-29 18:48:10 +08:00

16 lines
521 B
JSON

{
"name": "dataform-toolkit",
"description": "Comprehensive toolkit for BigQuery Dataform development with engineering best practices. Enforces TDD workflow, proper ref() usage, comprehensive documentation, and safe development patterns. Includes quick-access commands for common ETL workflows.",
"version": "1.0.0",
"author": {
"name": "Ivan Histand",
"email": "ihistand@rotoplas.com",
"url": "https://github.com/ihistand"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}