← ClaudeAtlas

suxiaoqiang-clilisted

Use suxiaoqiang-cli (sxq) to sync, edit, preview, release, manage allowlisted project plugins, install private plugin skills, and query Superun Cloud databases or logs from the terminal. Use when the user mentions sxq, suxiaoqiang-cli, a Superun sessionId, project plugin management, db query/logs/migrations, or explicitly requests a maintainer release of the CLI, npm package, plugin skill, or documentation. 当用户提到 sxq、suxiaoqiang-cli、Superun sessionId、项目插件、 私有插件技能、数据库查询/日志/迁移,或明确要求发布 CLI、npm 包、插件 skill 或文档时使用。
AiGuangInc/suxiaoqiang-cli · ★ 5 · Web & Frontend · score 72
Install: claude install-skill AiGuangInc/suxiaoqiang-cli
# suxiaoqiang-cli (sxq) `sxq` syncs a Superun project (identified by a `sessionId`) with a local directory, drives the preview pipeline, and opens the browser for production release confirmation. In Claude Code and Codex environments, use non-interactive flags only after the user has authorized the exact operation. In particular, never add `-y` to `sxq push` before reviewing its add/modify/delete plan. ## Prerequisites - `sxq login` requires a browser and must be done by the user. If any command reports "Not logged in / 未登录" or "credential expired / 凭证无效", ask the user to run `sxq login` themselves — do not attempt it. Exception: if the user hands you a token, run `sxq login --token <token>` (it validates the token and keeps the previous credential on failure). Never ask the user to paste a token proactively. - A project directory is bound via `.sxq/config.json` (created by `sxq link`). Check for it before assuming a directory is linked. ## Core workflow ```bash sxq link <sessionId> -y # bind current dir to a project (verifies ownership; needs login) sxq pull # pull remote files (incremental, three-way merge) # ... edit files locally ... sxq push -m "<summary>" # review add/modify/delete plan, then confirm the push sxq preview # update the frontend preview; equivalent to sxq preview front sxq preview ef # update only the Edge Function preview sxq deploy # open the linked project's release