update

Sync company wiki tasks into local per-task files and refresh TASKS.md.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/aliyehiawi/silt-example --skill update-aliyehiawi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update
Source: https://github.com/aliyehiawi/silt-example/tree/main/update
Command: npx skills add https://github.com/aliyehiawi/silt-example --skill update-aliyehiawi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates weekly synchronization of tasks from the company wiki into local per-task files, refreshes the TASKS.md dashboard, triages stale items, and reconciles the journal with a graph-aware file structure. The comprehensive mode adds a chat-based people-discovery sweep to stub new teammates, while ensuring nothing external is stored on disk.

Core Features & Use Cases

  • Default: Sync open tasks from the company wiki into local per-task files under memory/work/companies/{co}/tasks/{active,waiting,done}/, refresh the TASKS.md dashboard, and reconcile the journal.
  • --comprehensive: Default behavior plus a chat-scan to discover new teammates (people-only) for stubbing.
  • Graph & Memory: Maintains Obsidian-style graph conformance and cross-linking while honoring the universal preview rule.

Quick Start

Run the update skill to begin the weekly wiki-to-task sync and memory reconciliation.

Frequently Asked Questions about update

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

FAQPage Schema
How do I sync tasks from a company wiki into local files?

To sync tasks from a company wiki into local files, run the update skill to pull open wiki tasks, generate per-task files with YAML frontmatter, and refresh the TASKS.md dashboard automatically. This process organizes tasks under local memory/work/companies/{co}/tasks/ directories.

How do I reconcile a memory graph and journal with task management files?

Reconciling a memory graph and journal happens during the weekly task sync by enforcing Obsidian-style graph conventions and cross-linking across local task files. This ensures your task management structure remains graph-aware and interconnected.

Can I discover new teammates from chat and add them to my task management system?

Yes, you can discover new teammates by running the comprehensive mode which executes a chat-based people-discovery sweep. This mode stubs new teammate profiles locally while ensuring no external data is stored on disk during the sync.

Does the wiki task sync support a preview and confirm workflow before writing?

Yes, the wiki task sync enforces a universal preview, confirm, and write workflow. Before any local task files or dashboard updates are written to disk, the system presents the changes for explicit confirmation to prevent unintended modifications.

How do I triage stale tasks during a weekly wiki sync?

To triage stale tasks during a weekly wiki sync, the update skill automatically identifies outdated items and reconciles them into active, waiting, or done states. This triage process refreshes the TASKS.md dashboard and maintains accurate local tracking.