Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
- Source: `src/nextmeeting/` (CLI entry in `cli.py`).
Sign in to like and favorite skills
src/nextmeeting/ (CLI entry in cli.py).nextmeeting (entrypoint nextmeeting.cli:main).tests/ (create test_*.py files here).packaging/ (AUR, Nix flake, release scripts)..github/workflows/precommit.yml runs lint/format via pre-commit.make sync (uses uv); alternatively uv sync.make run or uv run nextmeeting.make lint (ruff + pylint).make format (ruff format).make test or uv run pytest -sv tests.make coverage (HTML + terminal report).snake_case, classes PascalCase, constants UPPER_SNAKE.ruff format (run via make format or pre-commit). No manual line wrapping required.pytest-cov). Place tests under tests/ as test_*.py.gcalcli.make test. For coverage HTML open htmlcov/index.html after make coverage.feat:, fix:, docs:, refactor:, chore:, scopes like feat(waybar): ...).pre-commit run -a.gcalcli; ensure OAuth is configured before testing.GCALCLI_DEFAULT_CALENDAR may be set to target a calendar; consider --google-domain for workspace URLs.notify-send when available; paths and colors are configurable via CLI flags.direnv is optional; .envrc adds .venv/bin to PATH.