- Adjust .gitignore to track .claude/settings.local.json and .claude/skills/** while keeping other .claude content local. - Add rag-files (knowledge retrieval + .claude/files notes), rag-memories, and mywebpage-update skills with PDF/Excel references. - Fix settings.local.json hooks (SessionStart schema) for Claude Code. - Update CLAUDE.md for rag-files paths and memory/file pool notes. - Remove tracked .claude/plans and sessions placeholders no longer used. Made-with: Cursor
45 lines
1.5 KiB
Markdown
45 lines
1.5 KiB
Markdown
---
|
|
name: mywebpage-update
|
|
description: |
|
|
Guidelines for updating myWebpage (Docusaurus site). Use this skill when
|
|
modifying ANY content under workspace/myWebpage/, including research pages,
|
|
people pages, publications, news, or any Chinese/English content.
|
|
|
|
Trigger: mywebpage, 更新网页, 更新mywebpage, 同步中英文, 添加论文, 添加成员,
|
|
webpage update, website content
|
|
---
|
|
|
|
# myWebpage Update Guidelines
|
|
|
|
## CRITICAL: Always Check These
|
|
|
|
### 1. Chinese-English Sync (MOST COMMON ERROR)
|
|
**ALWAYS update BOTH languages together.**
|
|
|
|
File locations:
|
|
- Chinese: `docs/people/index.md`, `docs/research/*.md`, `docs/publications.md`, etc.
|
|
- English: `i18n/en/docusaurus-plugin-content-docs/current/people/index.md`, etc.
|
|
|
|
**Before finishing ANY edit, verify the corresponding English/Chinese file is also updated.**
|
|
|
|
### 2. Pending Projects
|
|
**NEVER include projects still under review (申请中)**:
|
|
- 中山大学青年科学家培育项目 (2026) — 申请中,不能展示
|
|
|
|
### 3. Subjective Content
|
|
**NEVER include**: 学术评价, 获奖与鉴定, 主观形容词
|
|
|
|
### 4. PDF Link Format
|
|
Use URL encoding for spaces: `%20`
|
|
|
|
### 5. Content Guidelines
|
|
Include: 科学问题, 研究背景, 核心内容, 代表论文 (DOI+PDF), 研究资助
|
|
Exclude: 学术评价, 获奖鉴定, 申请中项目
|
|
|
|
## Quick Checklist
|
|
- [ ] CN/EN synced (checked both languages)
|
|
- [ ] No pending projects
|
|
- [ ] No subjective evaluations
|
|
- [ ] PDF links use %20
|
|
- [ ] DOI+PDF for all papers
|