General
PromptBeginner5 minmarkdown
Untitled Skill
193
Process a single note - add structure, tags, and related topics without moving it.
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
Process a single note - add structure, tags, and related topics without moving it.
filename: The note file to process (in inbox/ or full path)Find the note:
inbox/Read and analyze:
Add structure:
Frontmatter (add at top if missing, merge if exists):
---
title: [Inferred or existing title]
date: [Original date or today]
processed: [Today's date]
tags:
- [relevant tags using hierarchy from CLAUDE.md]
aliases: []
---
Content improvements:
> [!info] callout to clearly mark AI-added content[[wikilinks]] to concepts that could link to other notesFooter:
---
## Related
- [[Related Topic 1]]
- [[Related Topic 2]]
**Suggested destination:** `folder-name/`
Show result:
Save changes:
/organize to move)/process-note my-idea.md
/process-note inbox/meeting-notes.md
/process-note # (will prompt for file selection)