wiki-update

Automates end-of-session vault maintenance by updating session logs and regenerating the vault index.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HelloWorldSungin/ark-skills --skill wiki-update-helloworldsungin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-update
Source: https://github.com/HelloWorldSungin/ark-skills/tree/main/skills/wiki-update
Command: npx skills add https://github.com/HelloWorldSungin/ark-skills --skill wiki-update-helloworldsungin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

End-of-session vault maintenance is manual and error-prone, requiring users to log sessions, propagate insights to epics and stories, and refresh the vault index. This Skill automates that lifecycle to ensure knowledge stays linked, discoverable, and up-to-date.

Core Features & Use Cases

  • Automates end-of-session vault maintenance by creating or updating Session-Logs, linking epics/stories in TaskNotes, and regenerating the vault index.
  • Promotes knowledge from sessions into compiled-insights or architecture pages, and updates related TaskNotes to reflect progress.
  • Supports transactional safeguards, with a gating step tied to the index regen script to ensure changes are applied atomically.

Quick Start

Run the wiki-update process at the end of a session to create or update the session log, promote insights to the vault, and regenerate the index.

Frequently Asked Questions about wiki-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-of-session vault maintenance and index regeneration?

End-of-session vault maintenance is automated by creating or updating session logs, linking epics and stories in TaskNotes, promoting knowledge to compiled insights, and regenerating the vault index transactionally. This ensures metadata stays linked, discoverable, and up-to-date without manual cleanup.

What is the best way to promote session insights to compiled-insights pages in a knowledge vault?

Promoting session insights to compiled-insights pages is handled automatically during the vault update flow. The process extracts knowledge from the current session log, propagates updates to related architecture pages and TaskNotes, and ensures frontmatter-driven metadata cleanup before regenerating the index.

Does wiki-update work with my Ark vault and TaskNotes setup?

Yes, wiki-update is designed specifically for Ark vaults using TaskNotes. It requires this environment to execute its transactional flow, which links epics and stories, promotes knowledge, and regenerates the vault index atomically.

How do I link epics and stories in TaskNotes after a work session?

Linking epics and stories in TaskNotes is automated as part of the end-of-session wrap-up. The update process reads your session activity, updates the relevant TaskNotes to reflect progress, and ensures all metadata relationships are maintained before refreshing the vault index.

Why does my vault index regeneration fail or leave metadata inconsistent?

Vault index regeneration can fail or leave metadata inconsistent if performed manually without transactional safeguards. The wiki-update process applies a gating step tied to the index regen script, ensuring that frontmatter cleanup, knowledge promotion, and index updates are applied atomically to prevent partial failures.

When do I need to run a transactional vault update flow?

A transactional vault update flow is needed at the end of any work session where new insights, TaskNotes progress, or epic and story updates must be persisted. Running it ensures your vault index reflects the latest state and that all knowledge links remain discoverable.