home / skills / tdhopper / dotfiles2.0 / add-knowledge
This skill helps you add notes to Tim's Spotify knowledge base from Claude Code sessions by organizing and committing updates.
npx playbooks add skill tdhopper/dotfiles2.0 --skill add-knowledgeReview the files below or copy the command above to add this skill to your agents.
---
name: add-knowledge
description: Add notes and learnings to Tim's work knowledge base at Spotify from any Claude Code session
---
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.
This skill adds notes and learnings from Claude Code sessions into Tim's work knowledge base at Spotify. It automates organizing content, applying repository templates and rules, and committing changes to the main branch. The goal is fast, consistent updates that keep the knowledge repo clean and discoverable.
The skill changes into the knowledge repository, reads the repository’s CLAUDE.md to learn organization rules and templates, and then formats the session notes to match those rules. It creates or updates files in the proper directories, writes clear commit messages, and pushes changes to main. Each update is validated against the repo’s templates and guidelines before committing.
Do I need to manually run any scripts?
No; the skill performs the repository change, formatting, commit, and push steps after you provide the session notes.
What if CLAUDE.md changes?
The skill reads CLAUDE.md each time before organizing content, so it adapts to updated rules and templates.