← Browse

@treylom/zettelkasten-note

B

Create atomic, interconnected notes following Zettelkasten methodology

skillclaude

Install

agr install @treylom/zettelkasten-note --target claude

Writes 1 file into .claude/skills/, pinned to git-11e32c5b.

  • .claude/skills/zettelkasten-note/SKILL.md

Document


name: zettelkasten-note description: Create atomic, interconnected notes following Zettelkasten methodology

Zettelkasten Note Creation

Create atomic, self-contained, interconnected notes


Core Principles

1. Atomicity

  • One idea per note
  • If you can split it, split it
  • Note should be about ONE concept

2. Self-Contained

  • Note must be understandable without context
  • Include enough background information
  • Reader shouldn't need to read other notes first

3. Connectivity

  • Link to related notes with [[wikilinks]]
  • Explain the relationship in the link
  • Build a knowledge network

Note Structure

---
tags: [{domain}, {topic}, {type}]
created: {YYYY-MM-DD}
source: {url_or_reference}
type: zettelkasten
---

# {Concept Name}

> {One-sentence definition or summary}

## Explanation

{2-3 paragraphs explaining the concept}
{Include examples if helpful}

## Key Characteristics

- Characteristic 1
- Characteristic 2
- Characteristic 3

## Connections

- [[Related Concept A]] - {how they relate}
- [[Related Concept B]] - {how they relate}
- [[Contrasting Concept]] - {how they differ}

## Examples

{Concrete examples or applications}

## Source

- {Original source with link}

Folder Organization

Vault/
├── Zettelkasten/
│   ├── AI-Research/
│   ├── Programming/
│   └── Productivity/
├── Research/
│   └── Papers/
├── Threads/
└── Inbox/

Naming Convention

{Topic} - {Specific Concept}.md

Examples:

  • MCP - Protocol Overview.md
  • Zettelkasten - Atomicity Principle.md
  • Claude Code - Hooks System.md

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-11e32c5b06c62026-07-31