hex-reference-architecture

Solid

Implement Hex reference architecture with best-practice project layout. Use when designing new Hex integrations, reviewing project structure, or establishing architecture standards for Hex applications. Trigger with phrases like "hex architecture", "hex best practices", "hex project structure", "how to organize hex", "hex layout".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
84
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Hex Reference Architecture ## Architecture ``` ┌────────────────────────────────────────┐ │ Orchestration Layer │ │ (Airflow, Dagster, GitHub Actions, │ │ Cron, Custom API) │ ├────────────────────────────────────────┤ │ Hex API Client │ │ (Run, Poll, Cancel, List) │ ├────────────────────────────────────────┤ │ Hex Platform │ │ ┌──────────┐ ┌───────────────────┐ │ │ │ Projects │ │ Data Connections │ │ │ │ (SQL, │ │ (Snowflake, │ │ │ │ Python, │ │ BigQuery, │ │ │ │ R) │ │ Postgres, etc.) │ │ │ └──────────┘ └───────────────────┘ │ └────────────────────────────────────────┘ ``` ## Project Structure ``` hex-orchestrator/ ├── src/hex/ │ ├── client.ts # API client │ ├── orchestrator.ts # Pipeline runner │ ├── scheduler.ts # Cron-based triggers │ └── types.ts # TypeScript interfaces ├── src/notify/ │ └── slack.ts # Completion notifications ├── tests/ ├── config/ │ └── pipelines.json # Pipeline definitions └── .env.example ``` ## Integration Patterns | Pattern | When | Tool | |---------|------|------| | CI-triggered refresh | On deploy | GitHub Actions | | Scheduled pipeline | Daily/weekly reports | Cron, Airflow | | On-demand run | User-triggered analysis | API endpoint | | Orchestrated pipeline | Multi-step ETL | Airflow, Dagster | ## Resources - [Hex API](https://learn.hex....

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

hex-sdk-patterns

Apply production-ready Hex SDK patterns for TypeScript and Python. Use when implementing Hex integrations, refactoring SDK usage, or establishing team coding standards for Hex. Trigger with phrases like "hex SDK patterns", "hex best practices", "hex code patterns", "idiomatic hex".

2,266 Updated today
jeremylongshore
AI & Automation Solid

hootsuite-reference-architecture

Implement Hootsuite reference architecture with best-practice project layout. Use when designing new Hootsuite integrations, reviewing project structure, or establishing architecture standards for Hootsuite applications. Trigger with phrases like "hootsuite architecture", "hootsuite best practices", "hootsuite project structure", "how to organize hootsuite", "hootsuite layout".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hex-hello-world

Create a minimal working Hex example. Use when starting a new Hex integration, testing your setup, or learning basic Hex API patterns. Trigger with phrases like "hex hello world", "hex example", "hex quick start", "simple hex code".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hex-ci-integration

Configure Hex CI/CD integration with GitHub Actions and testing. Use when setting up automated testing, configuring CI pipelines, or integrating Hex tests into your build process. Trigger with phrases like "hex CI", "hex GitHub Actions", "hex automated tests", "CI hex".

2,266 Updated today
jeremylongshore
AI & Automation Solid

hex-performance-tuning

Optimize Hex API performance with caching, batching, and connection pooling. Use when experiencing slow API responses, implementing caching strategies, or optimizing request throughput for Hex integrations. Trigger with phrases like "hex performance", "optimize hex", "hex latency", "hex caching", "hex slow", "hex batch".

2,266 Updated today
jeremylongshore