Sub-skill of data-analysis: Integration with Workspace-Hub.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill integration-with-workspace-hub --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Integration With Workspace Hub?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-integration-with-workspace-hub-a0ab7046)More formats (shields.io, HTML) on the badges page.
---
name: data-analysis-integration-with-workspace-hub
description: 'Sub-skill of data-analysis: Integration with Workspace-Hub.'
version: 1.0.0
category: data
type: reference
scripts_exempt: true
---
# Integration with Workspace-Hub
## Integration with Workspace-Hub
These skills power data analysis across the workspace-hub ecosystem:
```
workspace-hub/
├── data/
│ ├── pipelines/ # Uses: polars
│ │ ├── etl_pipeline.py
│ │ └── aggregations.py
│ ├── dashboards/ # Uses: streamlit, dash
│ │ ├── streamlit_app/
│ │ └── dash_app/
│ ├── reports/ # Uses: ydata-profiling, great-tables
│ │ ├── quality_reports/
│ │ └── summary_tables/
│ └── eda/ # Uses: autoviz, sweetviz
│ └── exploration/
├── output/
│ ├── reports/
│ └── exports/
└── config/
└── analysis_config.yaml
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!