wxjava-module-selector

binarywang/WxJava · Agent Skill

Helps select appropriate WxJava Maven modules, BOM, and examples for various WeChat scenarios, including payments and enterprise accounts.

Jump to install ↓

Install options

The review-first prompt is selected by default. You can switch to a direct command.

Install with Claude or Codex

Copy the prompt, paste it into Claude, Codex, or another assistant, and it will review the skill page and install it.

I'd like to install this Claude Code skill:
https://github.com/binarywang/WxJava/tree/develop/skills/wxjava-module-selector

Please review the SKILL.md file, verify the skill is legitimate, then copy the skill folder into .claude/skills/ of my project.

Review the source files

2 files Download Zip

Read SKILL.md and any companion files before deciding whether to install. Click a file to preview it.

SKILL.md contents

Original author text · read-only

WxJava 模块选择

1. 识别微信产品、服务端框架、是否多账号、是否包含支付或回调;信息不足时只询问必要问题。

2. 读取 模块映射,给出一个主推荐,以及组合模块的理由。

3. 先区分产品边界,再选择核心 SDK;仅当项目确实依赖框架自动配置时才额外推荐 Starter 或 Solon 插件。

4. 优先推荐 BOM;给出准确的 groupIdartifactId、相应 Demo、Wiki 或仓库文档入口。

5. 说明服务端 SDK 的边界:移动端登录、分享等能力仍需微信官方客户端 SDK。

6. 不臆测版本号;建议以 Maven Central 或项目 README 的当前版本为准。

使用“场景 → 模块 → 集成选项 → 下一步”的简短结构。涉及多账号时说明单账号与 multi Starter 的区别;不要在示例中泄露凭据。支付和回调场景必须提醒用户验证通知 URL、验签与幂等处理。