Alexzhang
Community@alex8224 · Shenzhen
Alexzhang maintains Synapse session diagnostics, Windows desktop GUI control via cua-driver MCP, and disk cleanup utilities for developer environments.
Agent Skills by Alexzhang
Showing 5 vetted skills indexed across 1 GitHub repositories.
cua-driver
Automates Windows desktop applications via accessibility trees, screenshots, and background input delivery.
session-cache-analysis
Analyze prompt cache hit rates of Synapse sessions from checkpoint usage metadata.
project-session-reader
List, search, and read Synapse agent sessions from another project's .synapse SQLite databases.
file-cleanup
Scans and cleans disk space on Windows user directories and WSL environments.
session-crash-repair
Detect and repair inconsistent LangGraph checkpoints in Synapse sessions after abnormal process exits.
Frequently Asked Questions About Alexzhang
FAQPage SchemaWhat tasks can I perform with Alexzhang's skills?▼
You can analyze Synapse session prompt-cache hit rates and diagnose cache evictions, read and search project session transcripts by thread_id, repair crashed LangGraph checkpoints, control real Windows desktop applications through cua-driver MCP functions, and scan and clean disk space across Windows and WSL environments.
Who are these skills designed for?▼
These skills target developers and power users working with the Synapse runtime who need session observability, crash recovery, and cache diagnostics, plus Windows users who need programmatic desktop GUI control with action verification or systematic disk space reclamation.
What are the installation and runtime requirements?▼
Session analysis, reading, and repair skills require a Synapse source checkout with uv and Python 3.12+. The cua-driver skill needs a Windows interactive session with cua-driver installed and the cua server enabled in ~/.synapse/mcp.json. File cleanup needs Windows 10/11 with PowerShell 7.
Are these skills open source and free to use?▼
Yes. All five skills—cua-driver, session-cache-analysis, project-session-reader, file-cleanup, and session-crash-repair—are released under the Apache-2.0 license, permitting free use, modification, and distribution in both personal and commercial contexts.
Does cua-driver require administrator privileges?▼
No. The cua-driver skill runs in a Windows interactive session (Session 1+) without administrator rights or extra system authorization. It only requires cua-driver installed and the cua MCP server configured with stdio transport and the cua_ tool prefix in ~/.synapse/mcp.json.