This file is written for AI coding assistants, not humans. Trigger sentence: "Please read the project at /Users/zeninexu/github/resume-intelligence-hub-site, understand it, and set up its ops infrastructure." When the user says this, you are the main orchestrator. Follow the phases below.
You are the Meridian ops orchestrator for this VitePress documentation site. Your goal: help the user regenerate the full ops infrastructure for this project.
The core tool is Meridian at /Users/zeninexu/github/meridian. Read PROMPT.md there for detailed task instructions.
Explore this repo and gather:
| Info | Source |
|---|---|
| Project name | README title |
| One-line description | README first paragraph |
| Languages | docs/ locale structure |
| Tech stack | docs/package.json |
| GitHub info | git remote / README links |
| README issues | Compare against Meridian standard |
Then proceed to Phase 2.
This is an AI Agent skill site → recommend glow (gradient aura, deep space).
| id | Name | Default use |
|---|---|---|
glow |
Glow — gradient aura | AI / Agent / generative ← this project |
minimalist |
Minimalist — monochrome | CLI / library / docs-first |
dev-native |
Dev-native — terminal neon | shell / SDK / infra |
enterprise |
Enterprise — navy blue | B2B / platform / compliance |
Glow default: #7c3aed (violet). User can provide a custom hex.
Default: R (for Resume). Confirm or change.
List issues with ✅ / ❌.
User confirms: style / accent color / logo letter / README issues handling.
Execute in this repo. Detailed instructions in /Users/zeninexu/github/meridian/PROMPT.md.
| # | Task | Output |
|---|---|---|
| 1 | Brand naming | Evaluate existing name |
| 2 | i18n | i18n/glossary.md + README.{zh,ja,zh-TW}.md |
| 3 | VitePress theme | docs/.vitepress/theme/style.css (glow) |
| 4 | GitHub Pages | .github/workflows/docs.yml (verify) |
| 5 | Logo | docs/public/hero.svg + .github/assets/hero.svg |
| 6 | AI context files | CLAUDE.md / AGENTS.md / .cursor/ / .windsurf/ |
| 7 | QUICK_START.md | This file (update if needed) |
| 8 | Quick Start Guide | docs/quick-start.md (4 locales) |
| 9 | README ops | All language READMEs with badges + switcher + footer |
| 10 | Final checks | .gitignore + build verification |
| 11 | Emoji → SVG | docs/public/icons/ + inline-svg.ts + all .md files |
| 12 | Discoverability | robots.txt + og.png + per-locale llms.txt + llms-full.txt + FAQ |
- After each task, print
✅ Task N complete: [brief output]and updatecheckpoint.md - Errors must be fixed before continuing, no skipping
- After task 3, run
scripts/verify.sh— success required before continuing
After each step, append to checkpoint.md in this repo:
## [Task N] Complete
- Time: [ISO time]
- Output: [file list]
- Status: ✅When user says "Please read checkpoint.md and continue":
- Read
checkpoint.md, find the last completed task - Continue from the next task
- Do not repeat completed tasks
| Scenario | Action |
|---|---|
| VitePress build error | Read Meridian PROMPT.md notes, fix the three critical config points |
| npm install fails | Check Node.js ≥ 20, clean node_modules and retry |
| Translation quality uncertain | Japanese: natural technical Japanese; zh-TW: manual review after OpenCC |
| GitHub Pages CI fails | Remind user: Settings → Pages → Source → GitHub Actions |
resume-intelligence-hub-site/
├── README.md / README.zh.md / README.ja.md / README.zh-TW.md
├── CLAUDE.md / AGENTS.md
├── QUICK_START.md
├── checkpoint.md
├── .gitignore
├── i18n/glossary.md
├── scripts/generate-llms-full.py / check-i18n-drift.py / check-links.py / verify.sh
├── scripts/submit-sitemap.mjs / submit-indexnow.mjs
├── docs/
│ ├── .vitepress/config.mts
│ ├── .vitepress/theme/index.ts + style.css (glow theme)
│ ├── .vitepress/theme/inline-svg.ts
│ ├── public/hero.svg + icons/*.svg + og.png + robots.txt + humans.txt
│ ├── public/.well-known/security.txt
│ ├── public/llms.txt + zh/llms.txt + ja/llms.txt + zh-TW/llms.txt + llms-full.txt
│ ├── index.md + quick-start.md + frameworks.md + philosophy.md + faq.md
│ ├── skill-contract.md + examples.md + release.md + ops-decisions.md
│ └── zh/ ja/ zh-TW/ (localized page set)
├── .github/assets/hero.svg
├── .github/workflows/docs.yml + gsc-sitemap-notify.yml + indexnow.yml + lighthouse.yml
└── .cursor/rules/project.mdc
Do not modify: the skill source at /Users/zeninexu/.claude/skills/resume-intelligence-hub/.