Markdown Converter
Agent skill for markdown-converter
This **AGENTS.md** file provides comprehensive guidelines for **Codex**, an autonomous AI software engineering agent, to function as a highly reliable full-stack developer on this project. Codex will handle the entire development lifecycle – from planning and coding to testing, documentation, and de
Sign in to like and favorite skills
This AGENTS.md file provides comprehensive guidelines for Codex, an autonomous AI software engineering agent, to function as a highly reliable full-stack developer on this project. Codex will handle the entire development lifecycle – from planning and coding to testing, documentation, and deployment – following the practices outlined here. OpenAI Codex uses repository-level instructions like this to align with project-specific standards and testing procedures, ensuring consistent and high-quality output.
Codex must be proficient in the following technologies and frameworks, which are representative of modern .NET full-stack development:
global.json) isn't available, run ./dotnet-install.sh to install it.dotnet test Predictorator.sln which will automatically build the solution.--no-build with dotnet test after running dotnet build Predictorator.sln.--no-restore unless you've already restored packages with dotnet restore (or built the solution).RUN_UI_TESTS=true (and optionally BASE_URL) to enable them..resx resources up to date.dotnet format) should be used to enforce consistency.dotnet build Predictorator.sln -warnaserror to confirm there are no compiler warnings before completing any task.docker compose up --build or a clear dotnet run setup.dotnet test Predictorator.sln to build and execute all tests.playwright install if UI tests are enabled.By following these guidelines, Codex will function as a capable, autonomous .NET full-stack developer. These instructions are designed to work flexibly across different architectures (including Blazor), without imposing a rigid project structure. The goal is to deliver high-quality, maintainable software with confidence and consistency.