View memory statistics and analyze patterns
Displays memory statistics and analyzes patterns for promotion to skills or agents.
/plugin marketplace add h315uk3/as_you/plugin install as-you@as-youDisplay memory statistics and analyze patterns.
Collect Statistics
Get current directory and execute statistics collection:
pwd
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/commands/memory_stats.py"
Display Dashboard
Format and display:
# As You Memory Dashboard
## Current Session
- Notes: X entries
- Archives: X days
## Pattern Analysis
- Detected patterns: X
- Promotion candidates: X
## Knowledge Base
- Skills: X
- Agents: X
Present Options using AskUserQuestion:
Execute Based on Selection
If "View promotion candidates":
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/commands/promotion_analyzer.py"If "Analyze patterns":
subagent_type: "as-you:memory-analyzer"
prompt: "Analyze pattern_tracker.json and provide detailed promotion recommendations. Working directory: {pwd} (use absolute paths)"
description: "Analyze memory patterns"
If "Detect similar patterns":
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/commands/similarity_detector.py"python3 "${CLAUDE_PLUGIN_ROOT}/scripts/hooks/pattern_merger.py"If "Review knowledge base":
{pwd}/.claude/as_you/skill-usage-stats.json using absolute path (where {pwd} is from step 1)If "Exit":
/as-you:promote - Promote pattern to skill/agent/as-you:notes - View session notes