{"id":51905116,"url":"https://github.com/bholmesdev/llm-knowledge-base-skills","last_synced_at":"2026-07-26T20:30:35.378Z","repository":{"id":369934344,"uuid":"1279578393","full_name":"bholmesdev/llm-knowledge-base-skills","owner":"bholmesdev","description":"Agent skills that turn raw markdown notes into a self-updating LLM knowledge base","archived":false,"fork":false,"pushed_at":"2026-07-07T13:00:11.000Z","size":30,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-07T15:04:44.690Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bholmesdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-24T20:25:06.000Z","updated_at":"2026-07-07T14:45:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bholmesdev/llm-knowledge-base-skills","commit_stats":null,"previous_names":["bholmesdev/llm-knowledge-base-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bholmesdev/llm-knowledge-base-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bholmesdev%2Fllm-knowledge-base-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bholmesdev%2Fllm-knowledge-base-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bholmesdev%2Fllm-knowledge-base-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bholmesdev%2Fllm-knowledge-base-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bholmesdev","download_url":"https://codeload.github.com/bholmesdev/llm-knowledge-base-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bholmesdev%2Fllm-knowledge-base-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35928365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-26T02:00:06.503Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-26T20:30:34.678Z","updated_at":"2026-07-26T20:30:35.369Z","avatar_url":"https://github.com/bholmesdev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLM knowledge base skills\n\nAgent skills that turn a directory of raw markdown notes into a self-updating knowledge base: tagged and backlinked notes, plus persistent wikis following [Andrej Karpathy's llm-wiki pattern](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f).\n\nYou write things down; agents on a schedule handle the organizing.\n\n## Install\n\n```sh\nnpx skills add bholmesdev/llm-knowledge-base-skills\n```\n\n## The skills\n\n| Skill | What it does |\n| --- | --- |\n| [enrich-note](skills/enrich-note/SKILL.md) | Enrich one note with topic tags (from a shared [tag registry](skills/enrich-note/references/tags.md)), source attribution, and links to related notes. |\n| [enrich-notes-loop](skills/enrich-notes-loop/SKILL.md) | Run enrich-note across every un-enriched note in the vault, unattended. Uses an `enrichedAt` frontmatter stamp to skip finished notes. |\n| [refresh-wiki](skills/refresh-wiki/SKILL.md) | Maintain every llm-wiki under `wikis/`: ingest new source notes, update entity/concept pages, and lint for stale claims and orphan pages. |\n| [enrich-notes-loop-cloud](skills/enrich-notes-loop-cloud/SKILL.md) | enrich-notes-loop wrapped for scheduled cloud runs: sync an Obsidian vault down, enrich, sync back up. |\n| [refresh-wiki-cloud](skills/refresh-wiki-cloud/SKILL.md) | refresh-wiki wrapped the same way for scheduled cloud runs. |\n| [setup-oz-automations](skills/setup-oz-automations/SKILL.md) | Walks your agent through creating the [Oz](https://oz.dev) environment and schedules that run the cloud skills. |\n\n## Expected vault layout\n\n```\nyour-vault/\n├── raw/       # raw, unfiltered notes — agents read these, never rewrite them\n├── wikis/     # generated wikis — agents own this layer\n└── tags.md    # the tag registry — seeded by enrich-note on first run\n```\n\nTweak the skills to taste if your layout differs.\n\n## Visualizations\n\nTwo self-contained HTML apps that build views of your vault in real time. Drop them in the same directory as your notes and open the vault in [Hubble](https://hubble.md), which injects the file-reading runtime they use:\n\n| File | What it shows |\n| --- | --- |\n| [notes-burndown.html](visualizations/notes-burndown.html) | A GitHub-style activity graph of your notes in `raw/`, with per-day tooltips. |\n| [thought-constellation.html](visualizations/thought-constellation.html) | Your notes as a night sky: stars clustered by frontmatter tag (a payoff of enrich-note), related notes linked, click a star to read the note. |\n\n## Running in the cloud\n\nThe `-cloud` variants are built for scheduled runners like [Oz](https://oz.dev). They assume the environment setup has synced your vault to `~/vault` with [Obsidian's headless CLI](https://obsidian.md/help/headless). Run the setup-oz-automations skill with your agent to create the environment and schedules — it pulls the skills straight from this repo, so there's nothing to push. Want to tweak the skills? Fork this repo and point the setup skill at your fork instead.\n\n## Read the full walkthrough\n\nThese skills are [from my post on building a self-updating LLM knowledge base.](https://bholmes.dev/blog/llm-knowledge-bases/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbholmesdev%2Fllm-knowledge-base-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbholmesdev%2Fllm-knowledge-base-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbholmesdev%2Fllm-knowledge-base-skills/lists"}