Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
46
Read `@ai/CLAUDE.md` for project intelligence, owner decisions, architecture vision,
Sign in to like and favorite skills
Read
@ai/CLAUDE.md for project intelligence, owner decisions, architecture vision,
grading tiers, TRON dashboard specs, and everything from the spec review sessions.
Read and follow
@ai/AGENTS.md for project philosophy, architecture, code style,
commit conventions, and the full agent contract.
Read
@ai/DEV.md for development workflow, TDD discipline, and definition of done.
make install # Install all dependencies (dev + dashboard + superset) pre-commit install # Install git hooks (required before first commit) uv run pytest # Run Python unit tests pre-commit run --all-files # Run all pre-commit checks make code-check # Lint (ruff) + typecheck (mypy) make robot-dryrun # Validate Robot tests without execution
uv run pytest for Python, make robot-dryrun for Robot Framework.pre-commit run --all-files before committing. Never bypass hooks.<type>: <summary>.RETURN (not [Return]) in Robot Framework keywords.src/rfc/ is the single source of truth for all Python code.robot/ is the single home for all Robot Framework test suites.Copy
.env.example to .env and edit before running integration tests.
Key variables: OLLAMA_ENDPOINT, DEFAULT_MODEL, DATABASE_URL.
See ai/DEV.md § Environment Configuration for the full list.