Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This document provides the minimal guidelines for participating in development and maintenance of this repository. The content will be updated as needed.
Sign in to like and favorite skills
This document provides the minimal guidelines for participating in development and maintenance of this repository. The content will be updated as needed.
crawler.py: Logic to list, download, and extract BigQuery JDBC drivers.download_history.txt: Record of URLs that have already been fetched.pyproject.toml / uv.lock: Dependencies and tool settings (Python 3.12, ruff, etc.).downloads/: Output destination for downloaded artifacts (created automatically as needed).python crawler.pypython -m py_compile crawler.pyruff check . / ruff format .
uv run ruff check . (when using uv)pyproject.toml).snake_case, classes use PascalCase, and constants use UPPER_SNAKE_CASE.structlog for logging. HTTP client is httpx (synchronous, with follow_redirects=True).tests/ as test_*.py is recommended.pytest -q.feat: switch to httpx) when possible.ruff check . reports no warnings. Do not include unnecessary diffs (artifacts/caches).HTTP(S)_PROXY appropriately.downloads/ is writable. After unzipping, JAR files are saved with a prefixed name.