Results for “diversity-preservation”
19 skillsdata
Persists app data on Android using Room, SQLite, SharedPreferences, DataStore, and encryption.
54 · bundle
caching
Implements multi-level caching with strategies for invalidation, stampede prevention, and performance monitoring.
1
memory-tiering
Multi-tiered memory management (HOT/WARM/COLD) for context compaction. Invoke ONLY for explicit compaction events: post-`/compact` cleanup, MEMORY.md tier promotion, archive batch, or "trim my context". NOT for general recall (use deep-recall) or routine memory writes (use storage-router). Triggers: "compact memory", "promote to durable", "archive old context", "tier this".
6
memory-promote
Promote project-specific memories into strict, small global memory only when they are cross-project, stable, useful, safe, and worth the global context cost. Load when the user says make this global, remember across projects, save this globally, or promote this learning.
3 · bundle
retention-schedule
Designs and implements data retention schedules compliant with GDPR Article 5(1)(e) storage limitation principle. Maps data categories to retention periods with legal basis justification, regulatory minimum holding periods, and automated review triggers for schedule maintenance. Activate for retention policy, storage limitation, data lifecycle, retention period queries.
228 · bundle
ios-persistence
Implement local persistence with SwiftData, Core Data, and secure storage. Use when setting up SwiftData models, Core Data stacks, or local persistence in iOS.
542 · bundle
memory
Persist decisions, preferences, and project state across sessions using structured memory types
1 · bundle
session-memory
Stores verified cross-session facts, decisions, preferences, and open questions without secrets, speculation, or monitoring.
0
durable-objects
Build stateful, coordinated applications on Cloudflare's edge using Durable Objects with SQLite storage, RPC methods, alarms, and WebSockets.
2.1k · bundle
paw-cra-multi-platform-export
Convert master assets into platform-variant exports with safe-zone enforcement. Use when the user requests to 'export for all platforms', 'resize assets for platforms', or 'multi-platform export'.
85 · bundle
remember
Save information to persistent memory for cross-session recall. Stores preferences, conventions, decisions, and context.
3
emu-generative-pretraining-in-multimodality-arxiv-2307-05222
Emu: Generative Pretraining in Multimodality
6
convex-retention
Manage Convex table retention policies, TTL fields, cleanup crons, and schema classification for ClawHub.
9.1k
implementing-ransomware-backup-strategy
Designs and implements a ransomware-resilient backup strategy following the 3-2-1-1-0 methodology, including asset classification, immutable storage configuration, credential isolation, and automated restore testing.
24.6k · bundle
tiledbvcf
Store, query, and export genomic variant data (VCF/BCF) using TileDB's sparse array technology for scalable population genomics workflows.
30.2k
reading-plan
Design reading plans with retention strategies. TRIGGERS - Use when user needs help with reading-plan related tasks.
3
tome
Converting repository changes into detailed learning documents. Use when turning diffs into teaching materials, recording design decisions, or creating onboarding materials for new members.
65 · bundle
nestjs-database
Implement data access patterns, Scaling, Migrations, and ORM selection in NestJS. Use when implementing TypeORM/Prisma repositories, migrations, or database patterns in NestJS.
542 · bundle
context-hygiene
Keep sessions focused and efficient — prune stale outputs, preserve active state, recommend compaction
1 · bundle