Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a Dagster-based data engineering boilerplate project called "dagster-boilerplate" that provides a clean foundation for building data pipelines. The project is built with Python and uses PostgreSQL for data storage, with optional OpenAI integration for AI-powered features.
uv pip install -e .uv pip install -e ".[dev]"black .isort .flake8 .mypy .pytestdagster devdagster instance migratedagster asset materialize --select sample_data_assetcp .env.example .envPOSTGRES_HOST, POSTGRES_DB, POSTGRES_USER, POSTGRES_PASSWORDOUTPUT_PATH, MAX_FILE_SIZE_MB, OPENAI_API_KEYsample_data_asset example)sample_data_assetdata/raw/ for input, data/processed/ for outputuv package manager instead of pip