Help us improve
Share bugs, ideas, or general feedback.
Claude Code plugins for data engineering, business intelligence, and 3D printing workflows
npx claudepluginhub ihistand/claude-pluginsComprehensive toolkit for generating 3D printable STL files for woodworking jigs and fixtures using CadQuery. Includes pre-built scripts for circle cutting jigs, angle wedges, spacing blocks, and custom parametric designs. Optimized for Elegoo Neptune 4 Pro with engineering best practices.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search
Share bugs, ideas, or general feedback.
Claude Code plugins for data engineering, business intelligence, and 3D printing workflows.
Comprehensive toolkit for BigQuery Dataform development with engineering best practices.
Features:
/dataform-test - Test tables in dev environment with safety checks/dataform-deploy - Deploy to production with verification/dataform-new-table - Create tables using TDD workflow (RED-GREEN-REFACTOR)/dataform-etl - Launch ETL agent specialized in Dataform developmentFor full documentation: See dataform-toolkit/README.md
Comprehensive toolkit for generating 3D printable STL files for woodworking jigs and fixtures using CadQuery.
Features:
/stl-generate - Generate custom STL files for any woodworking jig/stl-circle-jig - Quick generation of circle cutting jigs for router work/stl-angle-wedge - Generate angle guide wedges for compound cuts/stl-spacing-block - Create precision spacing blocks for assemblyFor full documentation: See stl-generator-toolkit/README.md
# Add this marketplace to Claude Code
/plugin marketplace add ihistand/claude-plugins
# Or use the full GitHub URL
/plugin marketplace add https://github.com/ihistand/claude-plugins
# Install dataform-toolkit
/plugin install dataform-toolkit@ihistand
# Install stl-generator-toolkit
/plugin install stl-generator-toolkit@ihistand
# Restart Claude Code for changes to take effect
User: I need to create a new customer metrics table in Dataform
Claude: /dataform-new-table
[Guides through TDD workflow: write tests first, then implementation]
User: I need a jig for cutting 300mm diameter circles for lampshade rings
Claude: /stl-circle-jig
[Generates STL file with specified dimensions, ready for 3D printing]
This repository follows the Claude Code plugin development best practices:
.claude-plugin/marketplace.json defines available plugins.claude-plugin/plugin.jsonclaude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace definition
├── dataform-toolkit/ # Dataform development toolkit
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin configuration
│ ├── skills/ # dataform-engineering-fundamentals
│ ├── commands/ # Slash commands
│ └── README.md # Plugin documentation
├── stl-generator-toolkit/ # 3D printing STL generator
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin configuration
│ ├── skills/ # stl-generator
│ ├── commands/ # Slash commands
│ ├── scripts/ # Pre-built Python scripts
│ ├── references/ # CadQuery patterns & printer specs
│ └── README.md # Plugin documentation
└── README.md # This file
Ivan Histand - Sr Data Architect
See individual plugin directories for licensing information.
Contributions are welcome! Please open an issue or pull request for: