Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
- **notebooks/**: Jupyter notebooks for each workshop phase (Notebook 00–03). Follow numerical order when extending.
Sign in to like and favorite skills
generate_email_traces.py, email_annotation_app.py) used by notebooks. Keep helper modules here.annotation_schema.sql).make ruff-check: Run Ruff linting on Python files (excludes notebooks).make ruff-fix: Auto-fix lint issues where possible.make format / make format-check: Apply or verify Ruff formatter.python tools/generate_email_traces.py --emails ... --prompt ...: Regenerate traces for a prompt/model combination.python tools/email_annotation_app.py: Launch annotation UI at http://localhost:5000.snake_case for functions/files, PascalCase for classes).00-, 01-, etc.) and keep cells lightweight.email_summary_prompt_v2.txt) and pass via --prompt.make ruff-check before commits.tests/ and align with pytest discovery (test_*.py).Add judge bootstrap helper, Refine prompt template). Reference run_id/prompt version when relevant.