storage-router

Route content to monday.com, GitHub, local files, or MEMORY.md before saving.

5|1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/netanel-abergel/pa-skills --skill storage-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: storage-router
Source: https://github.com/netanel-abergel/pa-skills/tree/main/skills/storage-router
Command: npx skills add https://github.com/netanel-abergel/pa-skills --skill storage-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents scattered, inconsistent saving by deciding the correct destination for any piece of information before it is persisted, ensuring owner access, privacy, and long-term recall without clutter.

Core Features & Use Cases

  • Destination decision table: Maps content types (research, meeting notes, tasks, preferences, runtime state) to monday.com, GitHub, local files, or MEMORY.md.
  • Memory hygiene & promotion: Recommends daily notes first for new observations and Dreaming-based promotion to MEMORY.md for repeated or curated items.
  • Security-first rules: Explicitly prevents saving credentials and sensitive runtime state to shared platforms and documents how to load agent-specific IDs from a local .context file.
  • Platform mapping: Provides a monday.com workspace map and rule-of-thumb guidance to keep owner-accessible items searchable and agent state private.

Quick Start

Route this meeting note or research summary and ask whether it should be saved to monday.com, a daily memory note, MEMORY.md, GitHub, or local storage and why.

Frequently Asked Questions about storage-router

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

FAQPage Schema
How do I automatically route meeting notes and tasks to the right storage platform?

Content routing maps information types like meeting notes and tasks to predefined destinations such as monday.com or GitHub before saving, ensuring owner access and long-term recall without clutter.

What is the best way to keep credentials safe when saving agent state to shared workspaces?

Security-first routing rules explicitly prevent saving credentials and sensitive runtime state to shared platforms, directing them to local files instead to protect sensitive information.

How does daily-note-first memory management work before promoting content to MEMORY.md?

Daily-note-first flow recommends saving new observations to daily notes initially, then uses Dreaming-based promotion to move repeated or curated items into MEMORY.md for permanent recall.

Can I load agent IDs from a local .context file for storage routing in monday.com?

Yes, the routing process loads agent-specific IDs from a local .context file or a monday.com structure index to map content correctly within your workspace.

Does this storage routing approach support GitHub private repos for research summaries?

Yes, the destination decision table explicitly includes GitHub private repos as a valid storage target for content types like research summaries and preference rules.

When should I not use monday.com for saving runtime state and agent preferences?

You should avoid monday.com for sensitive runtime state and private agent preferences, as routing rules keep agent state private and prevent clutter in shared workspaces.