Elnora-AI

Update Knowledgebase — Development skill for Claude Code

Development community

Save this session's work results into the vault — synthesize what we did, then dispatch the vault-curator agent to file it in the correct folders with frontmatter and links, or update existing tracker.

How to install Update Knowledgebase

Installs to ~/.claude/skills/elnora-ai-knowledge-vault-update-knowledgebase/SKILL.md

Terminal
mkdir -p ~/.claude/skills/elnora-ai-knowledge-vault-update-knowledgebase && curl -fsSL https://raw.githubusercontent.com/Elnora-AI/knowledge-vault/HEAD/commands/update-knowledgebase.md -o ~/.claude/skills/elnora-ai-knowledge-vault-update-knowledgebase/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Update Knowledgebase does


name: update-knowledgebase description: Save this session's work results into the vault — synthesize what we did, then dispatch the vault-curator agent to file it in the correct folders with frontmatter and links, or update existing trackers/READMEs. argument-hint: [optional — focus or scope, e.g. "just the finance work"] allowed-tools: Read, Glob, Grep, Task, AskUserQuestion, Bash

Update the Knowledge Base from this Session

Persist the durable results of the current work session int

Alternatives in Development

Full documentation available on GitHub

View Source Repository