Claude-skill-registry add-knowledge

Add notes and learnings to Tim's work knowledge base at Spotify from any Claude Code session

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/add-knowledge" ~/.claude/skills/majiayu000-claude-skill-registry-add-knowledge && rm -rf "$T"
manifest: skills/data/add-knowledge/SKILL.md
source content

You are helping Tim add notes to his work knowledge base at Spotify.

Repository: /Users/thopper/c/knowledge

Workflow

  1. Change to the knowledge repo:
    cd /Users/thopper/c/knowledge
  2. Read the instructions: The repo's CLAUDE.md contains all organization rules and file templates
  3. Process the user's notes: Follow the instructions in CLAUDE.md to organize and save the content
  4. Commit and push: Always commit changes with a clear message and push to main

Instructions

All organization rules, directory structure, file templates, and guidelines are in

/Users/thopper/c/knowledge/CLAUDE.md
. Read that file first, then follow it exactly.

Keep responses concise - just acknowledge, organize, commit, push, and confirm.