aspi6246/pinboard
> Digital pinboard for quick project notes, reminders, and ideas. Use this skill when the user wants to jot down a note, reminder, to-do, paper to read, idea, or data issue — including phrases like "pin this", "note to self", "remind me to", "add to pinboard", "I need to remember to", "check out this paper", "look into this later", "jot this down", "don't let me forget", or any quick note the user wants saved for later. Also use when the user says "show my pinboard", "what's on my pinboard", "mark X as done", or "clear my pinboard."
npx skills add https://github.com/aspi6246/Claude-Code-Skills-for-Academics --skill pinboard
A digital pinboard for capturing notes, reminders, and ideas during a
work session without breaking flow. Notes are saved to PINBOARD.md in
the project root.
When the user drops a note (e.g., "remind me to call Marco about the
data", "check out Spina et al 2026 on orphan wells"), do the following:
forms to submit, deadlines
to check, references to find
specifications to try, things to think about
sample construction questions, merge problems to check
PINBOARD.md in the appropriate categorysection. Include a timestamp. Do not ask for confirmation, category,
or priority — just save it and move on.
pinned. Do not repeat the note back. Do not ask follow-up questions.
Example: "Pinned." or "Added to your pinboard."
- [ ] [YYYY-MM-DD] Note text here
If PINBOARD.md does not exist yet, create it with this structure:
# Pinboard
## To-Do
## Papers
## Ideas
## Data Issues
---
## Done
Append the new note under the correct category heading. Do not reorder
or modify existing notes. If the file exists but is missing a category
section, add the section.
When the user says "show my pinboard", "what's on my pinboard",
"any notes?", or similar:
PINBOARD.mdhave been forgotten or are no longer relevant
When presenting, add a note next to old items:
- [ ] [2026-03-15] Call Marco about the merge issue ⚠️ (3 weeks ago)
When the user says "mark X as done", "done with X", "finished X",
or "completed X":
an exact quote)
bottom of the file
- [ ] to - [x] and add the completion date- [x] [2026-03-15] Call Marco about the merge issue ✓ completed 2026-04-07
If multiple items match the user's description, ask which one they mean
before marking done.
When the user says "clear my pinboard", "clean up the pinboard", or
"archive done items":
to the empty template
Always ask for confirmation before clearing.
overwrite
or "improve" their notes
To-Do
probably is — err on the side of pinning it
Take aspi6246/pinboard from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.