Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
- Tests: `poetry run pytest -q`
Sign in to like and favorite skills
poetry run pytest -qpoetry run ruff check .poetry run ruff check . --fixpoetry run mypy .rg (ripgrep) is installed in /usr/bin/rg and is available on PATH.poetry env info --pathpoetry run python -c "import sys; print(sys.executable)"poetry run which ruff / poetry run which pytestruff --fix.Run tests
Location & naming
Structure inside a file
Docstring rule
Fixtures
Good examples