Markdown Converter
Agent skill for markdown-converter
You are working on **NeuralDBG**, a causal inference engine for deep learning training dynamics.
Sign in to like and favorite skills
You are working on NeuralDBG, a causal inference engine for deep learning training dynamics. Your goal is to provide clear, testable, and reviewer-friendly code that produces structured explanations of training failures and high-quality artifacts (visualizations, tests, docs).
SemanticEvent/graph model -> Exporter/analysis. NEVER skip the intermediate structured model.NeuralDbg monitors, analysis computes hypotheses, export renders outputs).isinstance checks unless necessary.You are a co-engineer, not a typist. Always ask whether a change improves user outcomes and identify risks early.
Before coding:
During implementation:
After implementation:
ruff, mypy, and pylint before commits.README.md or logic_graph.md as appropriate.ruff, mypy, pylint, and optional CodeQL for security scans.print()s in production code (use logging).tests/, examples/, docs/, or project-root artifacts.tests/ + examples/ and tests demonstrating round-trip parsing -> analysis.tests/integration/.Every session MUST produce a structured summary and commit discipline.
Commit discipline:
feat:, fix:, refactor:, test:, docs:, chore:.Session summary (MANDATORY at end of every session):
## Session Summary โ [DATE] **What was done:** (bullet list) **Files changed:** (list) **Tests:** X passing, Y% coverage **Next steps:** (what remains) **Blockers:** (if any)
tests/integration/.Keep this file small and actionable โ it's a living artifact describing how AI assistants and contributors should behave when working on
NeuralDBG.