add-knowledge

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

16 stars

Best use case

add-knowledge is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using add-knowledge should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/add-knowledge/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/add-knowledge/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/add-knowledge/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How add-knowledge Compares

Feature / Agentadd-knowledgeStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

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.

Related Skills

knowledge-synthesis

16
from diegosouzapw/awesome-omni-skill

知识合成 — 将多来源信息融合为结构化知识,生成摘要、报告和知识图谱

generate-knowledge-base

16
from diegosouzapw/awesome-omni-skill

Generate a product knowledge base from a codebase. Analyzes source code to create an Obsidian vault with architecture docs, API references, domain logic, data models, and infrastructure documentation. Use when the user asks to document a codebase, create a knowledge base, or generate product docs.

enterprise-search-knowledge-synthesis

16
from diegosouzapw/awesome-omni-skill

Combines search results from multiple sources into coherent, deduplicated answers with source attribution. Handles confidence scoring based on freshness and authority, and summarizes large result sets effectively.

acc-psr-autoloading-knowledge

16
from diegosouzapw/awesome-omni-skill

PSR-4 autoloading standard knowledge base for PHP 8.5 projects. Provides quick reference for namespace-to-path mapping, composer.json configuration, directory structure, and common mistakes. Use for autoloading audits and project structure reviews.

acc-layer-arch-knowledge

16
from diegosouzapw/awesome-omni-skill

Layered Architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for traditional N-tier/Layered Architecture audits.

acc-clean-arch-knowledge

16
from diegosouzapw/awesome-omni-skill

Clean Architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Clean Architecture and Hexagonal Architecture audits.

acc-claude-code-knowledge

16
from diegosouzapw/awesome-omni-skill

Knowledge base for Claude Code formats and patterns. Use when creating or improving commands, agents, skills, or hooks.

acc-adr-knowledge

16
from diegosouzapw/awesome-omni-skill

Action-Domain-Responder pattern knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for ADR (web-specific MVC alternative) audits.

ant-design-knowledge-base

16
from diegosouzapw/awesome-omni-skill

Provides comprehensive answers about Ant Design components, documentation, and semantic descriptions using local knowledge base files. Use when asked about Ant Design, React UI components, design system, component semantics, or specific component usage.

acc-grasp-knowledge

16
from diegosouzapw/awesome-omni-skill

GRASP principles knowledge base for PHP 8.5 projects. Provides quick reference for 9 responsibility assignment patterns (Information Expert, Creator, Controller, Low Coupling, High Cohesion, Polymorphism, Pure Fabrication, Indirection, Protected Variations). Use for architecture audits and design decisions.

acc-ddd-knowledge

16
from diegosouzapw/awesome-omni-skill

DDD architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Domain-Driven Design audits.

openai-knowledge

16
from diegosouzapw/awesome-omni-skill

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.