scaffold
Copy platform-modules template and rebrand all files for the venture
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Copy platform-modules template and rebrand all files for the venture
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Token-only design polish for landing: accent scale check, optional font / radius overrides in design.ts
Fill packages/landing/src/content/site.ts from brief.md. The landing template already ships to the venture via platform-modules in bootstrap Step 1 — this skill only populates content.
Frontend development task
Apply color palette, typography, logo, and visual branding from brief
Remove sample entities and UI not present in the brief
Generate dashboard page with Recent blocks for each entity from brief
| name | scaffold |
| description | Copy platform-modules template and rebrand all files for the venture |
| agent | _builder |
| argument-hint | <venture-name> |
../platform-modules/ → ../<venture-name>/ (excluding node_modules, .git)package.json — name, descriptionreineira.json — name, description, type: "venture"packages/backend/package.json — name to @<venture-name>/backendpackages/app/package.json — name to @<venture-name>/appCLAUDE.md — update title, description, venture name throughoutREADME.md — update title, descriptionpackages/app/index.html — <title> tag with venture display namepackages/app/src/App.tsx — add defaultPreload: 'intent' to createRouter() config
(prevents screen flicker on tab navigation)pnpm install in the new directoryrsync -a --exclude='node_modules' --exclude='.git' ../platform-modules/ ../<venture-name>/
Then use Edit tool to find-and-replace all branding references.
@<venture-name>/ prefixpnpm install succeeds