Prompt file imported from modryn-studio/modryn-studio-v2 (
.github/prompts/assets.prompt.md). Copyright stays with the author.
Generate Brand Assets
Run the asset generator to produce all favicons, icons, OG image, and README banner from your logomark.
Steps
-
Check that
public/brand/logomark.pngexists. If it doesn't, stop and tell the user:"Drop your logomark at
public/brand/logomark.png(1024×1024, transparent background) and re-run/assets." -
Check that ImageMagick is installed by running
magick --version. If it's not found, stop and tell the user:"ImageMagick is required. Install it from https://imagemagick.org then re-run
/assets." -
Run the asset generator:
.\scripts\generate-assets.ps1 -
If the script succeeds, report which files were generated.
-
Write
README.md— overwrite the entire file with the project README following the## README Standardformat from.github/copilot-instructions.md:- Banner image line:
 - H1: product name only
- Tagline: one sentence — what the user gets, outcome-focused, no buzzwords
- Live link:
→ [domain](url)— read URL fromsrc/config/site.ts ---divider- Stack line: read
package.jsondependencies for the core tech list - Nothing else
- Banner image line:
-
Commit the generated assets and README:
git add public/ src/app/apple-icon.png README.md git commit -m "assets: generate favicons, icons, banner, and README"
Rules
- Never push — commit only.
- If the script errors, show the full output and stop.
- Do not modify any source files — this command only runs the generator and commits the output.