skills/create-topic-note/SKILL.md
Create a topic note grouping related notes under a common theme, with automatic backlinking to source notes. Triggers: 'group these under a topic', 'create topic note for [[A]], [[B]], [[C]]'.
npx skillsauth add nweii/agent-stuff create-topic-noteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a new topic note that groups related notes under a common theme. Synthesizes provided notes into a lightweight hub.
$ARGUMENTS should contain:
If no notes are provided, prompt for them. If no title is given but notes are provided, suggest a title based on the notes' common theme.
Read each note's frontmatter (especially description) and skim content to understand:
Use available tools to discover additional relevant notes not explicitly provided:
query tool or qmd query CLI), use it for semantic search — vec or expand queries that find notes by meaning rather than keywords. The qmd skill documents query types. For keyword search, use obsidian search or the methods below; qmd's lex/BM25 adds nothing beyond what obsidian already provides.related properties for existing connections worth includingIf you find notes that clearly belong under this topic, propose adding them to the group. Ask the user before including notes they didn't explicitly provide.
Create a new file in 03-Records/Topics/ with this structure:
---
aliases:
- {alternative names if useful}
icon:
description: "{1-2 sentence summary synthesized from the grouped notes}"
related: []
tags: [index, {relevant topical tags, drawn from the grouped notes}]
---
{Optional 1-2 sentences of context if needed, otherwise leave blank}
![[Related.base]]
topics tag if not presentFor each note provided, add the new topic note to its related property:
related:
- "[[New Topic Note Title]]"
- ... existing related items
If related doesn't exist, create it. Place new items at the beginning of the list.
related backlinkInput: "Group these under a topic about attention economy critique: [[Platforms engineer compulsive consumption]], [[Optimizing for attention undermines quality experience]], [[Social media commoditizes intrinsic needs]]"
Creates: 03-Records/Topics/Attention economy critique.md with description synthesized from those notes
Updates: Each input note gets "[[Attention economy critique]]" added to its related property
testing
Command-invoked tutoring pass for understanding something deeply: a concept being learned, or work just done in the session. Locates where the learner is, teaches one step per turn, quizzes to verify, and continues until they can explain the material back and apply it. Can produce durable artifacts (a walkthrough of the work, a record of what was learned, a glossary) saved through whatever the environment supports. Best run after substantive work, or when the aim is to learn something.
testing
Search, read, filter, combine, adapt, and save recipes in the Brain vault collection. Use whenever cooking and the collection are relevant — 'what should I make', 'recipes with miso', 'save this one' all imply it.
testing
Socratic teaching pass over the work just done in a session: incremental comprehension stages, a running checklist doc, restate-understanding-first, and AskUserQuestion quizzes. The session doesn't end until the user has demonstrated understanding. Run after Claude has completed substantive work worth deeply understanding.
development
Writing-partner processes that draw out the user's own writing through questioning: guided drafting sessions, fragment mining, shaping raw material into a piece, and phrase tightening. Use for help discovering, developing, and structuring writing (notes, essays, messages, etc).