Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
When working on this codebase:
Sign in to like and favorite skills
When working on this codebase:
uv instead of pip or python -m venvuv venv to create/verify virtual environments (it's idempotent - safe to run multiple times)uv sync to install dependencies from pyproject.tomluv run to execute Python scripts (no activation needed)make install, make run, etc.) when available# Setup new environment uv venv && uv sync # Run tests uv run pytest # Run the example uv run example.py # Or use make targets make install make run make test
pyproject.tomluv.lock (committed to repo).venv/ (gitignored)data/ (gitignored)polars for performance and consistencydef test_foo(tmp_path): not class TestFooBe extremely concise. Sacrifice grammar for the sake of concision.