A comprehensive collection of data science, analysis, and engineering skills and scripts.
Project description
Claude Data Skills 🐍📊
A professional-grade collection of data science, analysis, and engineering skills and scripts for AI-assisted development.
Overview
claude-data-skills is a comprehensive library designed to enhance AI-assisted data workflows. It provides a structured collection of "skills"—reusable, idiomatic patterns and scripts for everything from advanced standard library usage to complex machine learning pipelines and professional development workflows.
Key Features
- 🚀 Professional Python Core: Unified expert guide for PEP-8, Pydantic, Pytest, and high-performance parallelism.
- 📊 Data Analysis Pro: Consolidated power-user guide for NumPy, Pandas, and Polars. Unified strategy for scaling from KB to 100GB+.
- ⚡ Superpowers Workflow: Integrated skills for brainstorming, TDD, systematic debugging, and plan execution.
- 🛡️ Data Safety First: Built-in guardrails to prevent accidental data loss or corruption during autonomous execution.
- 📈 Visualization Pro: Expert guide for Plotly (interactive), Dash (dashboards), and Seaborn (static stats).
- 🗄️ Database Pro: Unified access for SQL (Postgres), SQLAlchemy (ORM), Elasticsearch, and S3.
- 📁 Document Processing Pro: Consolidated expert guide for PDF, Word (DOCX), Excel (XLSX), and PowerPoint (PPTX).
- 🔬 Scientific Research Suite: Unified guide for the entire scientific lifecycle: brainstorming, writing (IMRAD), and peer review.
- 🔄 Legacy Migration Suite: Specialized patterns for migrating C#, MATLAB, and Python 2 code to modern Python (3.9+).
Installation
Install the package directly from PyPI:
pip install claude-data-skills
Quick Start
Post-Installation Setup
After installing the package, run the following command to copy the necessary skills files to your user's Claude home directory (~/.claude/skills):
setup-claude-skills
Using the CLI
The package includes several built-in commands. For example, to run the standard library demonstration:
stdlib-demo
Importing Skills
You can import advanced utility patterns directly into your own scripts:
from skills.python_dev.python_stdlib_pro.scripts.stdlib_demo import test_pathlib
# Run a verified pathlib pattern
test_pathlib()
Core Principles
- Resource Aware: Every intensive task starts with hardware resource validation.
- LLM Optimized: Scripts are dense, idiomatic, and contain strict guardrails for local/open-source LLMs.
- Atomic Operations: Prevents file corruption by using temp-and-replace patterns for all writes.
Project Structure
skills/
├── core-workflow/ # Brainstorming, TDD, Debugging, Plans
├── data-analysis/ # Data Analysis Pro (NumPy, Pandas, Polars), Geopandas
├── data-sources/ # Database Pro (Postgres, SQLAlchemy, ES, S3)
├── machine-learning/ # ML-Classical, ML-Deep-Learning, PyMC
├── python-dev/ # Python Core Pro, Legacy Migration Suite, Logic Recovery
├── scientific-workflow/ # Scientific Research Suite
└── unstructured-data/ # Document Processing Pro, Binary Data Parsing
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Created and maintained by Yoni Kremer.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file claude_data_skills-3.2.1.tar.gz.
File metadata
- Download URL: claude_data_skills-3.2.1.tar.gz
- Upload date:
- Size: 953.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad410c081eb00db0e190bdef30f060df0c9711b154024494db6d4b9a8c473a4c
|
|
| MD5 |
4a773af11fc94e908bc0b7d27edf0fcd
|
|
| BLAKE2b-256 |
ad9e87deac9e2943de65192ed2d71e0eac9d07a5b8c02f389301ca263676ca0b
|
File details
Details for the file claude_data_skills-3.2.1-py3-none-any.whl.
File metadata
- Download URL: claude_data_skills-3.2.1-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
619ec00600b1e481418a1c9b18f83b288ac58d802092b3bb2c0ccdb17758fd29
|
|
| MD5 |
71217f27326c3d0fe6bcff1946670ac7
|
|
| BLAKE2b-256 |
6cac4361adb133ae1aacefadc78863c20c3d1d6485076bf4bc6718d5dccee68d
|