By revosai
End-to-end RevOS data-engineering workflow as Agent Skills: connect sources, load sample data, explore the BigQuery lakehouse, author dbt silver/gold transformations, define Cube.dev semantic models, and query or visualize them.
Create a RevOS Connection YAML that syncs data from a Source into the org's data warehouse. Use whenever the user asks to: add a connection, set up a sync, ingest a table, pipe data from a source, configure streams, pick which tables to ingest, or wire up a Source. The skill picks a sensible stream subset (especially important for databases — most projects don't want every table) and confirms the choice before writing YAML.
Create first-class Cube.dev cube definitions from existing RevOS dbt gold models. Use when asked to: build a semantic layer, create cubes, generate Cube definitions from dbt, define cube files, or create a semantic model from gold models.
Create new dbt transformations (silver/gold models) in the RevOS dbt project. Use when asked to create a dbt model, build a transformation, add a new layer model, declare a raw source, or register a new raw table. Bronze is source-declarations only — no SQL files. Covers dbt project conventions, sources, materialization, schema.yml, and validation commands.
Inspect the RevOS BigQuery lakehouse: list datasets and tables, introspect table schemas and column types, preview sample rows, assess data layers (bronze/silver/gold), and check data completeness and null rates. Required companion skill for create-dbt-transformations and create-cubes — load before generating dbt models or cube definitions to introspect warehouse columns and types. Use when asked to: explore the lakehouse, list BigQuery tables, inspect a table schema, preview data, check raw source tables, assess data quality, check null rates, understand available data, or perform BigQuery schema introspection.
Populate a BigQuery dataset with sample data from public datasets using bq cp. Use when asked to: load sample data, populate the lakehouse, add demo data, seed the dataset, get started with sample tables, or when the user needs data to explore.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Public, version-controlled home of the RevOS data-engineering Agent Skills.
| Skill | What it does |
|---|---|
create-connections | Author a RevOS Connection YAML to sync a Source into the warehouse. |
load-sample-data | Populate a BigQuery dataset with sample data via bq cp. |
explore-lakehouse | Inspect the BigQuery lakehouse — datasets, schemas, sample rows, null rates. |
create-dbt-transformations | Build dbt silver/gold models and declare raw sources. |
create-cubes | Generate Cube.dev cube definitions from dbt gold models. |
query-semantic-model | Run a Cube.js query and render the result inline as a table / chart. |
visualize-semantic-model | Render a model-graph.png of the cube relationships. |
/plugin marketplace add revosai/skills
/plugin install revos-data-engineering@revos-skills
npx skills)skills.sh (the open npx skills tool) installs straight from
this GitHub repo — no marketplace registration needed.
# See what's in this repo
npx skills add revosai/skills --list
# Install everything into the current project (.claude/skills/)
npx skills add revosai/skills
# Install just the skills you want
npx skills add revosai/skills --skill explore-lakehouse --skill create-cubes
# Install globally (~/.claude/skills/) for a specific agent, non-interactive
npx skills add revosai/skills -g -a claude-code -y
-a targets a specific agent (claude-code, cursor, opencode, …), -g
installs into your user dir instead of the project, and -y skips prompts for
CI/scripts.
Each skill is a self-contained folder under skills/ with a SKILL.md
(plus optional references/ and scripts/). Copy a skill folder into the
directory your agent watches — e.g. .claude/skills/<name>/ (project) or
~/.claude/skills/<name>/ (global).
.
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace manifest
└── skills/
└── <skill-name>/
├── SKILL.md # YAML frontmatter (name, description) + instructions
├── references/ # optional, loaded on demand
└── scripts/ # optional executables
npx claudepluginhub revosai/skills --plugin data-engineeringComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques