start

Initialize tasks, memory, and a graph-aware dashboard from existing task lists.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize the task and memory systems, then open the unified dashboard. This skill bootstraps working memory from your existing task list, scaffolds the work/life memory tree, and decodes shorthand (nicknames, acronyms, project codenames) you use in your todos.

Core Features & Use Cases

  • Bootstraps the productivity + journal system by creating a graph-aware file structure with a dashboard view.
  • Enforces the vault's Obsidian-style graph convention: YAML frontmatter, wiki-links, and a regenerating Linked from footer via a transform script.
  • Applies the universal preview rule for all memory and task writes, with a stepwise workflow (preview → confirm → write) and scaffolding that runs without per-file prompts.

Quick Start

Run the start command to bootstrap memory, tasks, and the dashboard.

Frequently Asked Questions about start

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

FAQPage Schema
How do I bootstrap a task-management system and dashboard from an existing task list?▼

To bootstrap a task-management system, this Skill initializes your tasks, memory, and dashboard by scaffolding a work/life memory tree directly from your existing task list.

How does memory bootstrapping decode shorthand and acronyms in my todos?▼

Memory bootstrapping decodes shorthand by parsing nicknames, acronyms, and project codenames found in your todos, mapping them into a structured memory tree using consistent frontmatter.

Do I need consistent frontmatter and wiki-links to set up the dashboard?▼

Yes, setting up the dashboard requires consistent YAML frontmatter and wiki-links. The Skill enforces this Obsidian-style graph convention to generate a regenerating Linked from footer.

Can I scaffold the work/life memory tree without per-file prompts?▼

Yes, you can scaffold the work/life memory tree without per-file prompts. The system applies a universal preview rule, executing stepwise preview, confirm, and write workflows automatically.

What is the universal preview rule for memory-management and task writes?▼

The universal preview rule for memory-management enforces a stepwise workflow where you preview, confirm, and then write tasks or memory updates to ensure safe file modifications.