daily-update

Automate daily wiki maintenance by validating source freshness and regenerating hot.md.

Updated Feb 2, 2016
One-click install
npx skills add https://github.com/zjykzk/blog --skill daily-update-zjykzk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-update
Source: https://github.com/zjykzk/blog/tree/main/.agents/skills/daily-update
Command: npx skills add https://github.com/zjykzk/blog --skill daily-update-zjykzk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the daily wiki maintenance workflow to keep source content fresh, the index accurate, and the hot content ready for contextual prompts, reducing manual overhead and errors.

Core Features & Use Cases

  • Source freshness checks against .manifest.json and filesystem timestamps
  • Index reconciliation and hot.md regeneration to maintain a warm context
  • Per-vault state storage and integration with impl-validator for verification

Quick Start

Run the daily update to perform a full wiki maintenance pass and bring the vault into a consistent state.

Frequently Asked Questions about daily-update

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

FAQPage Schema
How do I automate daily wiki maintenance tasks like index updates and freshness validation?

You can automate daily wiki maintenance by running periodic cron triggers or explicit commands to validate source freshness, update the index, regenerate hot.md, and persist state within a per-vault state directory.

What is source freshness validation in a wiki vault and how does it work?

Source freshness validation checks your wiki content against .manifest.json and filesystem timestamps to ensure source content is current, reducing manual overhead and preventing stale context in your vault.

Can I use cron jobs to schedule automatic wiki index reconciliation?

Yes, daily wiki maintenance supports periodic cron triggers to automatically perform index reconciliation and hot.md regeneration, maintaining a warm context for your wiki vault without manual intervention.

Does wiki maintenance state management work across multiple vaults?

Wiki maintenance state management operates within a vault-scoped state directory, creating per-vault state storage that reads the vault path from environment or config to isolate maintenance state for each vault.

Why does my wiki maintenance validation fail when delegating to impl-validator?

Wiki maintenance validation delegates verification to impl-validator as part of its operational protocol, checking source freshness and index accuracy to bring the vault into a consistent state during the daily update pass.