Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This project uses a generator-driven color-space catalog and Azure-centric deployment. Follow the notes below when making changes as an AI coding assistant.
Sign in to like and favorite skills
This project uses a generator-driven color-space catalog and Azure-centric deployment. Follow the notes below when making changes as an AI coding assistant.
npm run generate:color-spaces after modifying scripts/generate-color-spaces.mjs or colour_rgb_colourspaces.json. The generated file (src/data/generatedColorSpaces.ts) is committed.app/api/request-color-space still works without Azure credentials (it must fail gracefully and log locally).npm ci in CI contexts to preserve lockfile integrity.colour_rgb_colourspaces.json originates from the Python colour-science package. If you need new entries not covered there, add them in the generator’s missingProfiles section with reason tags.scripts/generate-color-spaces.mjs. Keep tone curve labels user-friendly (e.g. ARRI LogC4) and regenerate the dataset after edits..github/workflows/deploy.yml) runs lint + test before deploying via Azure Static Web Apps. Keep build output at .next and retain skip_app_build: true unless you refactor the workflow.npm run lintnpm run testnpm run buildIf any step fails, fix the root cause before responding.
README.md.