| name | paperhub-add-note |
| description | Add a markdown note to a PaperHub project |
PaperHub Add Note
Use this skill when the user wants to add a markdown note to a specific project.
What this skill does
- Creates a markdown note file in
projects/<project-slug>/notes/<note-name>.md
- Notes are project-level items (same level as papers, but without BibTeX)
- Notes are NOT included in BibTeX exports
Workflow
- Identify target project and note name/content from user
- Run:
paperhub add-note --workspace <workspace-path> --project <project-slug> --name <note-name> --content "<markdown-content>"
- Return the created note path
Note about brainstorm
If the user wants to create a note from a brainstorm discussion, they should first use the paperhub-brainstorm skill, then use this skill to create the note based on the discussion.
Operational rules
- Note names should be slugified (lowercase, hyphens instead of spaces)
- Content is Markdown
- Notes do not have BibTeX entries and are not extracted by
paperhub-extract-bib