# Proj Notes

> Update selected persistent project notes under /clusterfs/mhg-data/yaoshen/codex_notes/projects for dh_benchmark or rhom. Use when the user says proj_notes, asks to add an important detail to project notes, or asks to record project-specific information with date and tags.

- Skill: `alina-shen/proj-notes` (Agent Skill)
- Install (CLI): `npx skillmds@latest add alina-shen/proj-notes`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alina-shen/proj-notes/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Alina-Shen (https://skillmd.com/u/alina-shen)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/alina-shen/proj-notes

---


# Project Notes

Use this skill only when the user explicitly asks to save something important to project notes.

Project note roots:

- `dh_benchmark`: `/clusterfs/mhg-data/yaoshen/codex_notes/projects/dh_benchmark/`
- `rhom`: `/clusterfs/mhg-data/yaoshen/codex_notes/projects/rhom/`

## Workflow

1. Determine the target project from the user request.
   - Accept `dh_benchmark`, `dh benchmark`, `benchmark`, or related DH benchmark wording for `dh_benchmark`.
   - Accept `rhom` for `rhom`.
   - If the project is unclear, ask one concise question before writing.
2. Use the current local date for `YYYY-MM-DD.md` unless the user specifies a date.
3. Require or infer tags.
   - If the user supplies tags, preserve them exactly.
   - If no tags are supplied, add a short `Tags:` line with obvious tags from the content, or `Tags: untagged` if none are obvious.
4. Append a dated entry to the project file. Do not overwrite prior entries.
5. Only record information the user marked as important or explicitly asked to put in project notes.
6. Include absolute paths, command names, job IDs, method names, and decision rationale when they are part of the useful project memory.
7. Keep project notes concise; do not turn them into full daily logs.
8. After writing, report the project, note path, tags, and a short summary.

## Entry Template

```md
## YYYY-MM-DD - short title

Tags: tag1, tag2

- Important fact or decision.
- Relevant path/job ID/command.
- Follow-up, if any.
```

