Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
- **Run main script**: `uv run python main.py`
Sign in to like and favorite skills
uv run python main.pyuv run python main.py --actions answer,evaluate,serve --pattern "prompts/*"uv run python main.py --actions serveuv run python api_server.py (runs on port 4000)cd frontend && npm run dev (runs on port 3000)uv syncuv add <package>uv remove <package>uv run pytestuv run pytest --cov=. --cov-report=htmluv run pytest tests/unit/test_main.pyuv run pytest -vuv run pytest -m unituv run pytest -m integrationcd frontend && npm run testcd frontend && npm run test:runcd frontend && npm run test:coveragecd frontend && npm run test:uicd frontend && npm run test:watchuv (not pip)uv run for all Python commandspyproject.toml, use uv.lock for reproducibilityuv manages automatically - no manual venv neededuv run python