knowledge/skills/memory_progressive_disclosure/SKILL.md
--- title: "Memory Progressive Disclosure" version: "2.0" domain: agent-patterns category: reference stack: mcp, python confidence: 0.90 access_tier: L1 tags: [memory, progressive-disclosure, engram, mcp, optimization] date: 2026-02-22 --- # Memory Progressive Disclosure ## Pattern 3-layer search protocol that minimizes token waste when querying persistent memory. ## Problem > **Note**: Full content available to MidOS PRO subscribers. See https://midos.dev/pricing
npx skillsauth add midosresearch/midos knowledge/skills/memory_progressive_disclosureInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
3-layer search protocol that minimizes token waste when querying persistent memory.
Note: Full content available to MidOS PRO subscribers. See https://midos.dev/pricing
tools
High-density industrial mold counting and inventory tracking using YOLOv8/v11.
development
--- name: typescript_mastery version: 1.0.0 type: foundational category: web_development tags: - typescript - javascript - type-systems - generics - web-development created: 2026-02-10 phase: phase_1_foundation priority: critical demand_metric: "#1 GitHub language 2026 (2.6M monthly contributors)" acquisition_method: research_synthesis sources: 40+ --- # TypeScript Mastery > **Note**: Full content available to MidOS PRO subscribers. See https://midos.dev/pricing
development
# 🐘 PostgreSQL Mastery: Stored Procedures & Attribution ## 1. The "Gold Standard" Stored Procedure Structure ```sql CREATE OR REPLACE PROCEDURE sp_refresh_attribution_daily() LANGUAGE plpgsql AS $$ BEGIN -- 1. Truncate Staging TRUNCATE TABLE stg_daily_traffic; -- 2. Ingest New Data (Idempotent) INSERT INTO fact_attribution (user_id, source, medium, timestamp) SELECT > **Note**: Full content available to MidOS PRO subscribers. See https://midos.dev/pricing
development
--- name: react_patterns_hooks version: 1.0.0 type: foundational category: web_development tags: - react - react19 - hooks - typescript - server-components - performance created: 2026-02-10 phase: phase_1_foundation priority: critical demand_metric: "20% of front-end developer jobs 2026" acquisition_method: research_synthesis sources: 30+ prerequisites: - typescript_mastery --- > **Note**: Full content available to MidOS PRO subscribers. See https://midos.dev/pricing