memory-organization

Audit Datus persistent data stores and generate a remediation plan.

1.5k|222|Updated Jul 4, 2025
One-click install
npx skills add https://github.com/Datus-ai/Datus-agent --skill memory-organization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-organization
Source: https://github.com/Datus-ai/Datus-agent/tree/main/datus/resources/skills/memory-organization
Command: npx skills add https://github.com/Datus-ai/Datus-agent --skill memory-organization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Datus projects often accumulate messy persistent stores (semantic models, metrics, reference SQL, knowledge bases, agent memory, AGENTS.md files, and custom skills) with misclassified items, duplicate entries, conflicting facts, and stale or erroneous content that breaks agent accuracy and data consistency.

Core Features & Use Cases

  • Full Store Inventory: Enumerates all contents of every persistent store in the project to build a complete baseline of existing data.
  • Rule-Based Classification Audit: Cross-checks all items against the storage-classify skill's decision tree to spot misclassifications, duplicates, conflicts, and stale entries.
  • Safe Remediation Workflow: Generates a clear, user-confirmable remediation plan before executing any fixes, with guardrails to prevent destructive changes without approval.
  • Use Case: A data team using Datus can run this skill to clean up their knowledge base, removing duplicate metric definitions and misclassified SQL snippets to ensure the agent generates accurate, consistent responses for analysts.

Quick Start

Invoke the memory-organization skill to audit all persistent data stores in your Datus project and receive a remediation plan for any classification, duplication, or consistency issues detected.

Frequently Asked Questions about memory-organization

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

FAQPage Schema
How do I audit persistent data stores for misclassified entries and duplicates?

You can audit persistent data stores by enumerating all contents and cross-checking them against a classification decision tree. This identifies duplicates, misclassifications, and stale entries to ensure consistency across semantic models and knowledge bases.

What causes duplicate metric definitions and misclassified SQL snippets in a knowledge base?

Duplicate metric definitions and misclassified SQL snippets occur when persistent stores accumulate content without strict classification enforcement. Running a rule-based audit cross-checks items against a decision tree to detect and resolve these inconsistencies.

How do I clean up agent memory and semantic models without manual content authoring?

Cleaning up agent memory and semantic models without manual authoring requires an automated remediation workflow. The system generates a user-confirmable action plan to execute approved fixes for duplicates and misclassifications safely.

Can I fix conflicting facts and erroneous entries in AGENTS.md files automatically?

You can fix conflicting facts and erroneous entries in AGENTS.md files through an automated remediation workflow. The system generates a clear action plan and executes approved fixes with guardrails to prevent destructive changes.

Does the data store cleanup process require approval before executing fixes?

Yes, the data store cleanup process requires explicit user approval before executing any fixes. It generates a clear, user-confirmable remediation plan with guardrails to prevent destructive changes to your persistent stores.

What is the best way to reorganize stale reference SQL and knowledge base entries?

Reorganizing stale reference SQL and knowledge base entries is best handled by a rule-based classification audit. This identifies stale or erroneous content and produces an actionable remediation plan to enforce storage alignment.