Alexzhang avatar

Alexzhang

Community

@alex8224 · Shenzhen

24Followers
|
103Public Repos
|
5Published Skills

Alexzhang maintains Synapse session diagnostics, Windows desktop GUI control via cua-driver MCP, and disk cleanup utilities for developer environments.

Skills Distribution
DomainDeveloper To...Session Diagnostic.. (40%)Desktop GUI Control (25%)Disk Space Managem.. (20%)Prompt Cache Analy.. (15%)

Agent Skills by Alexzhang

Showing 5 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Alexzhang

FAQPage Schema
What 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.