Display As You plugin help and usage guide
External memory plugin that learns your patterns and becomes more personalized over time. Use it to save session notes, reusable workflows, and automatically detect frequent patterns to create skills and agents.
/plugin marketplace add h315uk3/as_you/plugin install h315uk3-as-you@h315uk3/as_youExternal Memory Plugin that Becomes More Personalized the More You Use It
Temporary memos valid only during the current session
Commands:
/as-you:note "content" - Add memo (with timestamp)/as-you:note-show - Display current memos/as-you:note-clear - Clear memos/as-you:note-history - Display history for the past 7 daysFeatures:
Save repeatedly executed work procedures
Commands:
/as-you:save-workflow "name" - Save new workflow/as-you:update-workflow "name" - Update existing workflow/as-you:list-workflows - List all (sorted by last update)/as-you:show-workflow "name" - Show details/as-you:delete-workflow "name" - Delete (with confirmation)Use Cases: Deployment procedures, test execution, routine tasks, etc.
Specialized knowledge automatically generated from frequent patterns
Analysis & Promotion:
/as-you:memory-analyze - Analyze patterns and suggest knowledge base creation/as-you:promote-to-skill - Promote frequent pattern to Skill/as-you:promote-to-agent - Promote frequent task to Agent/as-you:show-scores - Display pattern scores and rankingsManual Creation:
/as-you:create-skill "name" - Create skill (AI-assisted/manual)/as-you:create-agent "name" - Create agent (AI-assisted/manual)Pattern Management:
/as-you:detect-similar-patterns - Detect and display similar patterns/as-you:merge-patterns - Merge similar patterns interactively/as-you:review-long-term-memory - Review skill/agent usage and suggest maintenanceAutomation:
/as-you:memory-stats - Display memory usage statistics/as-you:note "Investigating authentication bug"
/as-you:note "User.findById() returning null"
/as-you:save-workflow "deploy-staging"
/as-you:memory-analyze
.claude/
āāā as_you/
āāā session_notes.local.md # Current session memos
āāā pattern_tracker.json # Pattern tracking (TF-IDF, scores)
āāā session_archive/ # Archives (7-day retention)
āāā 2026-01-05.md
āāā 2026-01-04.md
plugins/as_you/
āāā commands/ # Workflows and commands
āāā skills/ # Knowledge base (Skills)
āāā agents/ # Knowledge base (Agents)
Fully Local Operation: No internet connection required, no external APIs
Personal Optimization: Adapts to your development style the more you use it
Progressive Learning:
Data-Driven: Uses TF-IDF, co-occurrence analysis, and time decay scoring
For details, run each command.