Official Oxy skills for data analytics with Claude Code - semantic layers, workflows, ETL, and data apps
npx claudepluginhub oxy-hq/skillsComplete Oxy toolkit for Claude Code and Cursor: build semantic layers, create workflows, ETL pipelines, data apps, draft eval tests, diagnose and repair failures, and validate configurations
AI-powered assistance for building Oxy analytics projects. Includes skills for semantic layer development, workflow creation, ETL pipelines, and data app building.
Available for Claude Code (plugin) and Cursor (project rules).
# Install from marketplace
/plugin marketplace add oxy-hq/skills
/plugin install oxy-skills@oxy-hq
# Or use locally
claude --plugin-dir /path/to/oxy-template
Copy the project rules into your Oxy project:
# From this repo
./cursor/install.sh /path/to/your-oxy-project
# Or manually copy
cp cursor/rules/*.mdc /path/to/your-oxy-project/.cursor/rules/
See cursor/README.md for full setup instructions.
oxy-semantic-layer Builds semantic layer files (views and topics) for natural language analytics.
.databases/*.view.yml files with entities, dimensions, and measures*.topic.yml files to organize viewsoxy buildoxy-workflow-builder Creates data workflows, SQL queries, and AI agents following Oxy patterns.
*.workflow.yml and *.agent.yml filesoxy runoxy-etl-builder Builds ETL pipelines using DLT (data-load-tools) for loading data into warehouses.
etl/sources/, etl/runners/, and transform filesoxy-app-builder
Creates data apps (*.app.yml) - interactive dashboards combining tasks and visualizations.
oxy-test-drafter
Bootstraps and refines .test.yml eval files for Oxy agents and workflows.
oxy test --output-json and parses multi-run JSON tracesexpected strings| Command | Description |
|---|---|
/oxy:validate | Validate all Oxy configuration files |
/oxy:build | Build semantic layer and embeddings |
/oxy:sync | Sync database metadata and schemas |
/oxy:test | Run evaluation tests on agents/workflows |
config-validator Autonomous validator that checks Oxy YAML files for syntax errors, schema violations, and reference issues.
.claude-plugin/
├── plugin.json # Plugin manifest
└── marketplace.json # Marketplace metadata
skills/
├── oxy-semantic-layer/
│ ├── SKILL.md # Skill instructions for Claude
│ ├── README.md # User-facing documentation
│ ├── QUICK-REFERENCE.md
│ └── *.yml # Templates
├── oxy-workflow-builder/
│ ├── SKILL.md # Workflow skill instructions
│ ├── README.md # User documentation
│ ├── QUICK-REFERENCE.md
│ └── *-template.* # SQL, workflow, agent templates
├── oxy-etl-builder/
│ ├── SKILL.md # ETL skill instructions
│ ├── README.md # User documentation
│ ├── QUICK-REFERENCE.md
│ ├── playbook-*.md # Source-specific guides
│ ├── etl-style-guide.md
│ ├── warehouse-modeling.md
│ └── templates/ # Code templates
├── oxy-app-builder/
│ ├── SKILL.md # App builder skill instructions
│ ├── README.md # User documentation
│ ├── QUICK-REFERENCE.md
│ ├── templates/ # App templates
│ └── examples/ # Example prompts
└── oxy-test-drafter/
├── SKILL.md # Test drafter skill instructions
└── README.md # User documentation
commands/
├── validate.md
├── build.md
├── sync.md
└── test.md
agents/
└── config-validator.md # Autonomous agent instructions
cursor/ # Cursor IDE support
├── rules/
│ ├── oxy-core.mdc # Always-on core conventions
│ ├── oxy-semantic-layer.mdc
│ ├── oxy-workflow-builder.mdc
│ ├── oxy-etl-builder.mdc
│ └── oxy-app-builder.mdc
├── install.sh # Copy rules into a project
└── README.md # Cursor setup guide
oxy --version)config.ymlClaude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories