Display memory usage statistics
Display comprehensive memory usage statistics for your As You plugin, including workflows, session memos, archives, detected patterns, and knowledge base items. Use this to monitor your plugin's data accumulation and identify patterns worth promoting to your knowledge base.
/plugin marketplace add h315uk3/as_you/plugin install h315uk3-as-you@h315uk3/as_youDisplay As You plugin memory usage statistics.
Collect and display the following statistics:
commands/ directory using Bash
ls commands/*.md | grep -v -E '(example-command|memo|list-workflows|show-workflow|delete-workflow|help|memory-stats|memory-analyze|create-skill|create-agent)\.md' | wc -l
.claude/as_you/session_notes.local.md exists.claude/as_you/session_archive/*.md using Glob.claude/as_you/pattern_tracker.json exists.patterns.promotion_candidates arrayskills/ directory (directories containing SKILL.md)agents/ directory (.md files)# As You Memory Statistics
## Workflows
- Workflows: 3
## Session Memos
- Current session memos: 5 entries
- Archives: 7 days
## Pattern Detection
- Detected patterns: 12
- Knowledge base promotion candidates: 2
- Top 5 patterns:
1. authentication-bug (8 times)
2. database-connection (6 times)
3. test-execution (5 times)
...
## Knowledge Base (Skills & Agents)
- Skills: 2
- Agents: 4
/as-you:memory-analyze - Analyze patterns/as-you:list-workflows - List workflows/as-you:note-history - View memo history