adding-notes

Convert resource URLs into structured Markdown notes with frontmatter and wiki-links.

15|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/alexanderop/second-brain-nuxt --skill adding-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adding-notes
Source: https://github.com/alexanderop/second-brain-nuxt/tree/main/.claude/skills/adding-notes
Command: npx skills add https://github.com/alexanderop/second-brain-nuxt --skill adding-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation and organization of notes in the Second Brain knowledge base by converting resources into well-structured notes with frontmatter, tags, summaries, and wiki-links.

Core Features & Use Cases

  • Frontmatter Template Generation: Use the generate-frontmatter.sh script to auto-detect type from a resource URL.
  • Resource Details & Metadata: For URLs, apply WebFetch to extract title, description, and key content for rich summaries.
  • Wiki-Link Discovery: Connects notes via wiki-links to related content in the knowledge base.
  • Note Saving & Structuring: Save the final note as a kebab-case Markdown file under content/{slug}.md with consistent frontmatter.

Quick Start

  1. Run the frontmatter generator with a URL: .claude/skills/adding-notes/scripts/generate-frontmatter.sh "URL" "type"
  2. For URLs, fetch details using WebFetch to populate title, description, and key content.
  3. Create 3-5 relevant tags, add a concise summary, and add wiki-links to related notes.
  4. Save to a kebab-case slug under content/{slug}.md