← all publishers

full-stack-skills

@full-stack-skills source repo

586 published skills · page 5 of 6

  1. Stitch UI Design Spec Element Plus · full-stack-skills bundle
    Element Plus design spec for Stitch. Outputs hard-constraints prefix or selector JSON and assembled prompt.
    0
    installs
  2. Stitch MCP Generate Screen From Text · full-stack-skills bundle
    Generates high-fidelity UI screens or wireframes from text descriptions. The core Text-to-UI engine.
    0
    installs
  3. Sa Token · full-stack-skills bundle
    Sa-Token 轻量级 Java 权限认证框架核心技能。覆盖登录认证、权限/角色认证、注解鉴权、路由拦截鉴权、Session 会话、踢人下线、Token 有效期策略、框架配置、Token 风格与提交前缀、前后端分离、记住我模式、同端互斥登录、NotLoginException 场景值处理。 StpUtil 是核心门面工具类,提供 login/checkLogin/logout/isLogin/getLoginId/getTokenValue 等全套鉴权 API。 当用户需要 Java Web 项目集成权限认证、使用 StpUtil 进行登录/权限校验、配置路由拦截器或注解鉴权时使用。 不涉及二级认证/封禁/多账号/SSO/OAuth2/微服务/API安全/JWT/Redis 等高级功能,请使用对应专项技能。
    0
    installs
  4. Okhttp3 5 X · full-stack-skills bundle
    OkHttp 5.x HTTP client for Java/JVM 8+ and Android 5+. Use when making HTTP/HTTPS requests, building REST API clients, implementing connection pooling, response caching, request/response interceptors, certificate pinning, event monitoring, WebSocket connections, SSE consumption, or configuring TLS/cipher suites. Covers OkHttp 5.4.0 with HTTP/2, transparent GZIP, Fast Fallback (Happy Eyeballs), MockWebServer for testing, and GraalVM Native Image support.
    0
    installs
  5. Maven Search · full-stack-skills bundle
    Provides comprehensive guidance for searching and retrieving Maven components from Maven Central Repository (https://repo1.maven.org/maven2/). This skill enables searching by groupId, artifactId, version, and other coordinates, retrieving component metadata (POM files, JARs, sources, Javadoc), querying version history, and analyzing dependencies. Use when the user needs to find, verify, or retrieve Maven dependencies, check component versions, analyze dependency trees, or work with Maven coordinates.
    0
    installs
  6. Sa Token Sso · full-stack-skills bundle
    Sa-Token SSO 单点登录专项技能。覆盖三种SSO模式完整方案:模式一(同域+同Redis/Cookie共享)、模式二(跨域+同Redis/URL重定向)、模式三(跨域+跨Redis/Http ticket)。 SSO-Server认证中心搭建、SSO-Client接入、单点注销、自定义登录页面、前后端分离SSO(H5方案)、消息推送、匿名Client、域名校验、NoSdk非Java接入、自定义API路由、平台中心跳转。 当用户需要多系统统一登录/注销、搭建单点登录认证中心、跨域SSO集成时使用。 基础登录认证请先使用 sa-token 技能。
    0
    installs
  7. Easy4j Deploy · full-stack-skills bundle
    easy4j 组织标准发布流程与多分支 Maven 发布规范。适用于 io.github.easy4j 仓库(如 openclaw-java-sdk、okhttp3-extension 及其他 easy-4-java 组织组件)的以下场景:(1) SDK 三分支正式版发布(标准流程:创建 tag → 发布 Maven Central → bump SNAPSHOT,支持子智能体并行编排),(1b) xxx-spring-boot-starter 十分支发布(依赖 SDK 先转正式版 + tag + Central + bump),(2) 发布阿里云私有库 SNAPSHOT,(3) 三分支(feature/1.0.x JDK 8、feature/2.0.x JDK 17、feature/3.0.x JDK 21)源码同步,(4) 发布前 CVE 扫描与依赖升级(Jackson BOM 版本控制规则、JDK 依赖天花板),(5) 发布故障排查(409 冲突、Central 拒绝 SNAPSHOT 依赖、argLine 问题)。触发词:发布、上线、deploy、release、发版、发布正式版、同步分支、版本号升级。
    0
    installs
  8. Easyexcel Fill · full-stack-skills bundle
    基于 Alibaba EasyExcel(com.alibaba:easyexcel:4.0.3)的 Excel 模板填充技能。覆盖简单对象填充、列表填充({.}+forceNewRow)、横向多列组合填充(FillWrapper+WriteDirectionEnum.HORIZONTAL)、复杂填充(含合计行/统计行/先 fill 后 write)、Spring Boot 集成、模板设计规范、转义字符、03版/07版差异、性能优化(分次 fill、文件缓存)。当用户需要把 Java 对象或 Map 数据按预制 .xlsx 模板(变量语法 {var}、{.}、{prefix.})填充生成报表(工资条/合同/对账单/发票/财务报表/统计表/汇总表)时使用此技能,不适用于不基于模板的"程序生成 Excel"场景(改用 easyexcel-write)。
    0
    installs
  9. Easyexcel Read · full-stack-skills bundle
    基于 Alibaba EasyExcel(com.alibaba:easyexcel:4.0.3)的 Excel 数据读取技能。覆盖监听器模式(ReadListener/AnalysisEventListener/PageReadListener)、同步读取(doReadSync)、多 Sheet 读取、@ExcelProperty(index/name)匹配、多行表头(headRowNumber)、日期数字自定义转换器(@DateTimeFormat/@NumberFormat/Converter)、监听器异常处理(onException + ExcelDataConvertException)、额外信息读取(批注/超链接/合并单元格,extraRead + CellExtra)、公式和单元格类型(CellData<T>)、不创建对象的读(ReadListener<Map<Integer,String>>)、Web 上传读取(MultipartFile→InputStream)。当用户需要解析 Excel(导入数据/批量入库/对账文件/用户上传/Excel 转对象/Excel 转 Map)时使用此技能,不适用于按预制模板填充(改用 easyexcel-fill)、不适用于程序化生成 Excel(改用 easyexcel-write)。
    0
    installs
  10. Guava Patterns · full-stack-skills bundle
    Google Guava 最佳实践模式。从官方 wiki 提炼,覆盖 Immutable集合的 of/copyOf/builder 三模式与防御性拷贝规则、Cache 选择决策(LoadingCache vs Cache vs Caffeine)、Joiner/Splitter 不可变流水线、CharMatcher 替代正则、Preconditions 格式化消息校验、CaseFormat 命名互转。 纠正 LLM 误用:手写不可变集合、ConcurrentHashMap 替代 Cache、不知 CharMatcher。
    0
    installs
  11. Kafka Patterns · full-stack-skills bundle
    Apache Kafka 消息队列技能。覆盖生产者 acks=all/1/0 选择决策、幂等性(enable.idempotence + acks=all)配置、消费者手动提交 offset(enable.auto.commit=false)、DLT死信处理(@RetryableTopic/@DltHandler)、@KafkaListener + 异常处理器(DefaultErrorHandler)、顺序消息(同一Key发同一分区)、事务消息。 纠正 LLM:acks=0 丢消息、auto.commit 漏消息、不处理重复消费、不配置 DLT。
    0
    installs
  12. Sa Token Micro · full-stack-skills bundle
    Sa-Token 微服务鉴权技能。覆盖 Same-Token 内部服务外网隔离机制、SpringCloud Gateway 网关统一鉴权(Reactor响应式)、Feign/Dubbo/gRPC 内部RPC调用鉴权、分布式Session会话方案(Redis Session中心/JWT无状态)、Reactor/WebFlux框架集成、SpringBoot3/4依赖适配。 当用户需要微服务架构下的服务间认证、网关Token转发与校验、内部服务外网隔离、分布式会话共享时使用。 基础登录认证请先使用 sa-token 技能。
    0
    installs
  13. Seata Patterns · full-stack-skills bundle
    Seata 分布式事务技能。覆盖 AT/TCC/SAGA/XA 四模式选择决策树、AT模式 undo_log 表必备、TCC 模式 useTCCFence 解决幂等/悬挂/空回滚、SAGA 状态机长流程、全局事务超时配置(@GlobalTransactional timeoutMills)、读隔离增强(@GlobalLock + FOR UPDATE)。 纠正 LLM:不知道 AT/TCC/SAGA选哪个、不建 undo_log 表、TCC Confirm非幂等、不看门狗处理。
    0
    installs
  14. Unirest Java 3 · full-stack-skills bundle
    Unirest-Java 3.x HTTP client library for Java 8+. Use when making HTTP requests (GET/POST/PUT/DELETE), building REST API clients, handling JSON responses, file uploads/downloads, async requests, mocking HTTP calls for testing, configuring proxies, or caching responses. Covers Unirest 3.x (Apache HttpClient based, default GSON included, kong.unirest package) with object mapping, request/response interceptors, and migration guidance.
    0
    installs
  15. Unirest Java 4 · full-stack-skills bundle
    Unirest-Java 4.x HTTP client library for Java 11+. Use when making HTTP requests (GET/POST/PUT/DELETE), building REST API clients, handling JSON responses, file uploads/downloads, async requests, Server-Sent Events (SSE), mocking HTTP calls for testing, configuring proxies, or caching responses. Covers Unirest 4.x (requires Java 11+, modular dependencies, kong.unirest.core package) with GSON/Jackson object mapping, request/response interceptors, and migration from Unirest 3.x.
    0
    installs
  16. Easyexcel Write · full-stack-skills bundle
    基于 Alibaba EasyExcel(com.alibaba:easyexcel:4.0.3)的 Excel 数据写入技能。覆盖最简写入(3 种写法)、复杂表头(多级)、@ExcelProperty/@ExcelIgnore/@DateTimeFormat/@NumberFormat 注解、includeColumn/excludeColumn 选择列、@ColumnWidth/@ContentRowHeight 样式注解、@HeadStyle/@ContentStyle 自定义样式、合并单元格(@ContentLoopMerge/LoopMergeStrategy)、图片导出(File/InputStream/URL/byte[])、超链接/批注/公式/富文本(WriteCellData)、动态表头、自动列宽、自定义拦截器(CellWriteHandler/SheetWriteHandler/RowWriteHandler)、分页分批写入、Web 下载直接写 OutputStream、03/07 版兼容。当用户需要程序化生成 Excel(无预制模板)导出订单/用户/财务/库存/报表/对账单/审批单等结构化数据时使用此技能,不适用于按预制模板填充(改用 easyexcel-fill)、不适用于读取 Excel(改用 easyexcel-read)。
    0
    installs
  17. Hutool Patterns · full-stack-skills bundle
    Hutool 中文 Java 工具库技能。覆盖与 Guava/Apache Commons 的功能选择矩阵、字符串/集合/日期/文件/HTTP 最常用方法速查、HttpUtil vs OkHttp 选型、BeanUtil vs MapStruct 职责划分。 当用户在 Java 项目中需要中文场景的工具方法(拼音/身份证/手机号校验)、HTTP请求、文件操作、加解密时使用。避免 LLM 自造轮子而不用 Hutool。
    0
    installs
  18. Lombok Patterns · full-stack-skills bundle
    Lombok 注解使用规则技能。覆盖 @Data/@Builder/@Slf4j 组合规则、@EqualsAndHashCode(callSuper=true)继承陷阱、与Jackson/@Builder/@Jacksonized组合、与MyBatis无参构造器冲突解决、@Value不可变对象、@With对象复制、@SuperBuilder继承Builder。 纠正 LLM 最常见的 Lombok 误用:不写 callSuper、不加 @Jacksonized、Builder 与继承冲突、@Builder.Default 默认值丢失。
    0
    installs
  19. Sa Token Oauth2 · full-stack-skills bundle
    Sa-Token OAuth2.0 服务端技能。覆盖四种授权模式:授权码模式(Authorization Code)、隐式模式(Implicit)、密码模式(Password)、客户端凭证模式(Client Credentials)。 完整 OAuth2-Server 搭建、SaOAuth2DataLoader 数据加载器、Scope 权限自定义与分级、OIDC 协议、OpenId/UnionId、自定义 grant_type、自定义登录授权页、注解校验 Access-Token、与登录会话互通、Scope level 等级控制、自定义API路由。 当用户需要搭建OAuth2.0认证服务器、开发开放平台、实现第三方应用授权时使用。 基础登录认证请先使用 sa-token 技能。
    0
    installs
  20. Commons Patterns · full-stack-skills bundle
    Apache Commons 最佳实践模式。从官方文档提炼,覆盖 Commons Lang3(StringUtils千面判空/isEmpty vs isBlank/Validate抛NullPointerException迁移)、Commons IO(IOUtils.toString大文件陷阱/FileUtils.lineIterator逐行读模式/FilenameUtils.normalize路径规范化)、Commons Collections4(CollectionUtils.union/intersection/subtract集合运算)。 纠正 LLM 误用:混淆 StringUtils.isBlank vs isEmpty、IOUtils.toString 读大文件OOM、不知道 LineIterator 逐行读模式、用 lang 而非 lang3 包名。
    0
    installs
  21. Jackson Patterns · full-stack-skills bundle
    Jackson JSON 序列化技能。覆盖日期格式配置(非ISO-8601)、Null序列化规则(数组→[]/字符串→""/数字→null)、@JsonView分层、ObjectMapper单例规则、TypeReference泛型反序列化、@JsonProperty/@JsonFormat/@JsonIgnore注解原则、与Spring Boot集成。 当用户处理JSON序列化/反序列化、配置ObjectMapper、解决日期格式或null处理问题时使用。
    0
    installs
  22. Java Conventions · full-stack-skills bundle
    统一 Java 项目编码规范与注释规范(SLF4J+Lombok 日志、Bean Lombok 注解选择、判空 Objects/Optional、工具类优先级 Spring→Apache Commons→Hutool→Guava、复杂逻辑用设计模式/简单逻辑不拆分、Controller/Service/ServiceImpl/Mapper 注释一致性)。当需要“按 Java 规范重构/Review/补全注释/统一日志/统一工具类使用/补全 JavaDoc”时使用。
    0
    installs
  23. Mybatis Patterns · full-stack-skills bundle
    MyBatis 核心 ORM 技能。覆盖 XML vs 注解 SQL选择、ResultMap复用(extends)、关联查询(association/collection join vs 嵌套select/N+1决策)、分页插件配置、#和$的SQL注入防护、动态SQL(if/where/set/foreach/choose)最佳实践、columnPrefix解决同表多次JOIN。 当用户编写 MyBatis Mapper XML、处理关联查询、配置分页、防范SQL注入时使用。
    0
    installs
  24. Xxl Job Patterns · full-stack-skills bundle
    XXL-JOB 最佳实践模式。基于 hiwepy/xxljob-spring-boot-starter 定制封装,覆盖 @XxlJobCron 注解替代原生 @XxlJob(代码即配置/cron写在代码里/启动时自动注册到admin)、XxlJobTemplate 编程式任务管理(CRUD/启停/触发/session自动续期)、执行器自动配置(Unirest SSL/端口兜底/Nacos适配)、Micrometer指标集成、v2/v3双版本兼容。 纠正 LLM 误用:用 @Scheduled 替代分布式调度、不知道 XxlJobTemplate 的编程式管理、不知道 @XxlJobCron 的 selfStarting 自动注册模式。
    0
    installs
  25. Caffeine Patterns · full-stack-skills bundle
    Caffeine JVM 本地缓存技能。覆盖本地缓存 vs 远程缓存(Redis)选择决策树、expireAfterWrite vs expireAfterAccess vs refreshAfterWrite 三种过期策略对比与组合规则(refresh < expire)、CacheLoader加载与reload异步刷新模式、Spring Cache @Cacheable集成、maximumSize驱逐策略、recordStats缓存统计。 纠正 LLM:用 ConcurrentHashMap+手动过期、所有缓存走Redis、refreshAfterWrite > expireAfterWrite导致永远不刷新、CacheLoader返回null导致缓存穿透。
    0
    installs
  26. Sa Token Advanced · full-stack-skills bundle
    Sa-Token 高级安全特性技能。覆盖二级认证(safe-auth二次验证)、账号封禁(全封禁/分类封禁/阶梯封禁)、模拟他人与身份切换、多账号认证(StpUserUtil/StpKit)、全局侦听器(登录/注销/踢人/封禁/续签事件)、全局过滤器(SaServletFilter/SaReactorFilter)、密码加密(MD5/SHA1/SHA256/AES/RSA/BCrypt/TOTP)、会话查询(终端列表/全局搜索Token)、Http Basic/Digest认证、防火墙(IP黑白名单/频率限制)、自定义鉴权注解、路由鉴权动态化、反向代理URI修复、异步Mock上下文、数据架构Redis键值设计。 当用户需要实现敏感操作二次验证、账号分级封禁、模拟用户操作、多套账号体系(User/Admin分离)、全局事件监听、密码加密工具时使用。 基础登录认证请使用 sa-token 技能。
    0
    installs
  27. Java Code Comments · full-stack-skills bundle
    Provides comprehensive guidance for adding Java code comments following industry standards and best practices. This skill helps add class-level comments, method-level comments, and field-level comments to Java code. Use when the user wants to add comments to Java code, needs to document Java classes/methods/fields, wants to improve code documentation, or needs to generate JavaDoc comments. This skill covers Controller, Service, ServiceImpl, Mapper, Model, Entity, BO (Business Object), DTO, VO, and other common Java component types. The skill follows a systematic workflow: scan codebase, identify components, create todo list, and add comments in order (class comments → method comments → field comments).
    0
    installs
  28. Mapstruct Patterns · full-stack-skills bundle
    MapStruct 最佳实践模式。从官方 Reference Guide 提炼,覆盖 Mapper 三种定义方式(接口/抽象类/default方法)、Spring 注入策略(CONSTRUCTOR推荐/SETTER解决循环依赖)、嵌套映射模式(显式子方法 > dot notation 一次性配置)、@Qualifier > @Named 的安全选择、Lombok 集成规则、@MappingComposition 谨慎使用。 纠正 LLM 最常见的错误:用反射 BeanUtils 而非编译期 MapStruct、嵌套映射全写在一个方法、不知 SETTER 解决循环依赖。
    0
    installs
  29. Sa Token Integration · full-stack-skills bundle
    Sa-Token 集成扩展技能。覆盖 JWT 集成(Simple/Mixin/Stateless三种模式对比表)、Redis持久化(JDK序列化/JSON序列化)、Alone-Redis独立Redis(鉴权缓存与业务缓存隔离)、AOP注解鉴权(Service层使用注解)、SpEL表达式注解(@SaCheckEL)、Quick-Login快速登录(零代码登录页)、JSON序列化扩展(Jackson/Fastjson/Fastjson2/Snack3)、模板引擎集成(Thymeleaf/Freemarker标签方言)、RPC集成(Dubbo/Dubbo3/gRPC上下文传播)。 当用户需要集成JWT实现无状态认证、配置Redis分布式会话、缓存隔离、Service层注解鉴权、快速搭建登录页面时使用。 基础登录认证请先使用 sa-token 技能。
    0
    installs
  30. Mybatis Plus Patterns · full-stack-skills bundle
    MyBatis-Plus 增强 ORM 技能。覆盖 LambdaQueryWrapper vs QueryWrapper选择(始终Lambda)、分页插件(PaginationInnerInterceptor)配置、乐观锁(@Version + OptimisticLockerInnerInterceptor)、逻辑删除(@TableLogic 全局/局部配置)、自动填充(@TableField fill + MetaObjectHandler)、ActiveRecord vs Mapper模式选择、防全表更新(BlockAttackInnerInterceptor)、通用PageQuery抽取。 当用户使用 MyBatis-Plus 进行数据库操作、配置分页乐观锁、选择查询方式时使用。 与 mybatis 技能互补:mybatis 侧重XML/ResultMap/SQL写法,mybatis-plus 侧重增强功能。
    0
    installs
  31. Sa Token API Security · full-stack-skills bundle
    Sa-Token API 安全防御技能。覆盖 API 参数签名(sa-token-sign)防篡改防重放(timestamp+nonce+sign四步演进)、API Key(sa-token-apikey)部分授权与Scope控制(可吊销/可限权)、临时Token(SaTempUtil内嵌核心包)短效链接邀请。 API签名支持多应用(多secret-key)模式和多种摘要算法(md5/sha256/sha512)。API Key支持多账号体系、数据库持久化模式。临时Token支持前缀裁剪、反向查询、JWT集成。 基础登录认证请先使用 sa-token 技能。
    0
    installs
  32. Junit Mockito Patterns · full-stack-skills bundle
    JUnit5 + Mockito 测试框架技能。覆盖 JUnit5 @ExtendWith替代@RunWith、Mockito @Mock/@InjectMocks规则、测试隔离原则(FIRST)、@SpringBootTest何时用何时不用(@WebMvcTest/@DataJpaTest切片测试)、BDDMockito given/willReturn风格、ArgumentCaptor参数捕获、verify行为验证、@ParameterizedTest参数化测试。 当用户编写 Java 单元测试/集成测试、Mock外部依赖时需要此技能。
    0
    installs
  33. Mybatis Plus Generator · full-stack-skills bundle
    Provides comprehensive guidance for generating MyBatis-Plus code including Entity, Mapper, Service, ServiceImpl, Controller, DTO, VO, BO and other related objects from database tables. Use ONLY when the user explicitly mentions MyBatis-Plus, mybatis-plus-generator, or wants to generate code using MyBatis-Plus framework. This skill automatically generates standard CRUD methods and custom methods based on user requirements for MyBatis-Plus projects. Supports MVC and DDD architectures, Java and Kotlin languages. Do NOT trigger for generic code generation, JPA/Hibernate, or other ORM frameworks.
    0
    installs
  34. Java Component Patterns · full-stack-skills bundle
    Java 组件(SDK/工具库,非 Spring Boot starter)封装规范。无 parent 独立 POM 结构、licenses/scm/developers 元数据三段、三段式 properties(基础/Dependency versions/Plugin versions 自然排序)、Jackson BOM 统一版本管理、maven.compiler.release 的 API 安全用法、多 JDK 分支模型(feature/{line} → JDK 8/17/21)、组件间同线依赖、tag 发布与 SNAPSHOT 滚动、JaCoCo 90% 门禁、pom.xml 4 空格缩进格式化。 纠正 LLM:给独立组件加 spring-boot-starter-parent、java.version 写 8(应写 1.8)、properties 不分类不排序、漏 licenses/scm/developers 导致 Central 被拒、跨线依赖内部组件(1.0.x 依赖 2.0.x)、忘记无 parent 需自管全部插件版本、Jackson 依赖在 dm 中放无 version 条目遮蔽 BOM、License URL 用 http(应用 https)。 触发词:组件封装、SDK 开发、无 parent pom、独立库、java component、多 JDK 分支、xxx-java-sdk 模板、jackson-bom、Jackson 版本管理。
    0
    installs
  35. Java Development Manual · full-stack-skills bundle
    Java开发手册规约集合,基于阿里巴巴Java开发手册(嵩山版)。 涵盖7大维度:编程规约、异常日志、单元测试、安全规约、MySQL数据库、工程结构、设计规约。 当用户需要:(1) 编写或审查Java代码 (2) 检查命名/代码规范 (3) 处理异常和日志 (4) 编写单元测试 (5) 安全编码 (6) 数据库设计 (7) 工程架构设计时使用此skill。 触发词:Java规范、阿里规约、代码规范、开发手册、编程规约、异常处理、单元测试、安全、MySQL、工程结构、设计模式。
    0
    installs
  36. Redis Redisson Patterns · full-stack-skills bundle
    Redis + Redisson 缓存与分布式锁技能。覆盖缓存Key命名规范、过期时间设置原则、RedisTemplate序列化选择(JSON vs JDK vs String)、Redisson分布式锁三大模式(watchDog/tryLock 有leaseTime/无leaseTime 决策)、缓存穿透(布隆/空值缓存)/击穿(互斥锁)/雪崩(随机TTL)防护、Caffeine vs Redis选择决策。 纠正 LLM:不设过期时间、StringRedisTemplate和RedisTemplate混用、Redisson锁不 try-finally unlock、看门狗在指定 leaseTime 时不生效。
    0
    installs
  37. Spring Boot Starter Patterns · full-stack-skills bundle
    Spring Boot Starter 开发规范(组织无关)。标准 POM 结构(元素顺序铁律、properties 三段式分类+自然排序、licenses/scm/developers 元数据三段、完整 build/profiles)、十分支版本矩阵(2.3.x~4.1.x ↔ Spring Boot 2.3.12~4.1.0 ↔ JDK 8/17/21)、十 tag 发布工作流(tag → Maven Central → SNAPSHOT 月度滚动)、JDK 兼容规则、JaCoCo 90% 覆盖率门禁。 纠正 LLM:properties 不分类不排序、漏 licenses/scm/developers 导致 Central 发布被拒、java.version 写 1.8 触发编译失败、surefire argLine 丢 ${argLine} 导致 JaCoCo 失效、把 okhttp 等通用库当默认依赖复制。 触发词:starter 开发、pom 标准化、分支版本矩阵、tag 发布、版本滚动、多 Spring Boot 版本适配、新建 xxx-spring-boot-starter。
    0
    installs
  38. Tauri · full-stack-skills bundle
    Comprehensive index for Tauri framework development, including Rust backend, frontend integration, and full plugin ecosystem. Acts as a router to specialized sub-skills with local examples and templates.
    0
    installs
  39. Tauri Ipc · full-stack-skills bundle
    Guidance for Tauri v2 IPC with frontend invoke calls, Rust commands, and type-safe bindings.
    0
    installs
  40. Tauri Build · full-stack-skills bundle
    Guidance for Tauri v2 production builds, signing, and distribution artifacts.
    0
    installs
  41. Tauri Setup · full-stack-skills bundle
    Guidance for Tauri v2 prerequisites and environment setup across macOS, Windows, Linux, and mobile Android iOS targets.
    0
    installs
  42. Tauri Config · full-stack-skills bundle
    Guidance for Tauri v2 tauri.conf.json structure, lifecycle management, and CSP configuration.
    0
    installs
  43. Tauri Mobile · full-stack-skills bundle
    Guidance for Tauri v2 mobile development setup, debugging, and bundle identifiers.
    0
    installs
  44. Tauri Window · full-stack-skills bundle
    Guidance for Tauri v2 window creation, configuration, lifecycle management, and custom titlebar UI.
    0
    installs
  45. Tauri App CLI · full-stack-skills bundle
    Guidance for Tauri v2 CLI plugin with argument schema and app command routing.
    0
    installs
  46. Tauri App Nfc · full-stack-skills bundle
    Guidance for Tauri v2 NFC plugin with session handling and data validation.
    0
    installs
  47. Tauri App SQL · full-stack-skills bundle
    Guidance for Tauri v2 SQL plugin setup, migrations, and safe query access.
    0
    installs
  48. Tauri Concept · full-stack-skills bundle
    Guidance for Tauri v2 architecture concepts, process model, and IPC isolation patterns.
    0
    installs
  49. Tauri App Wasm · full-stack-skills bundle
    Guidance for running Rust-compiled WASM in the Tauri v2 frontend.
    0
    installs
  50. Tauri Scaffold · full-stack-skills bundle
    Guidance for Tauri v2 project scaffolding with create-tauri-app, project structure, and frontend static export configuration.
    0
    installs
  51. Tauri Security · full-stack-skills bundle
    Guidance for Tauri v2 capabilities, scope configuration, and ACL-based permission control.
    0
    installs
  52. Tauri App Shell · full-stack-skills bundle
    Guidance for Tauri v2 shell plugin with secure command execution and open behavior.
    0
    installs
  53. Tauri App Store · full-stack-skills bundle
    Guidance for Tauri v2 store plugin with key-value persistence and lazy loading.
    0
    installs
  54. Tauri App Dialog · full-stack-skills bundle
    Guidance for Tauri v2 dialog plugin with native dialogs and unified API design.
    0
    installs
  55. Tauri App Opener · full-stack-skills bundle
    Guidance for Tauri v2 opener plugin with safe external links and file handling.
    0
    installs
  56. Tauri App Upload · full-stack-skills bundle
    Guidance for Tauri v2 upload plugin with file transfer, progress reporting, and headers.
    0
    installs
  57. Tauri App Creator · full-stack-skills bundle
    Guidance for creating Tauri v2 projects using official create-tauri-app workflows and minimal run verification.
    0
    installs
  58. Tauri App Develop · full-stack-skills bundle
    Guidance for Tauri v2 daily development workflow, debugging, resources, sidecar usage, and testing strategies.
    0
    installs
  59. Tauri App Haptics · full-stack-skills bundle
    Guidance for Tauri v2 haptics plugin with feedback patterns and graceful fallback.
    0
    installs
  60. Tauri App Logging · full-stack-skills bundle
    Guidance for Tauri v2 logging plugin with levels, filtering, and safe diagnostics.
    0
    installs
  61. Tauri App Os Info · full-stack-skills bundle
    Guidance for Tauri v2 os-info plugin with safe system diagnostics and reporting.
    0
    installs
  62. Tauri App Process · full-stack-skills bundle
    Guidance for Tauri v2 process plugin with controlled process information exposure.
    0
    installs
  63. Tauri App Updater · full-stack-skills bundle
    Guidance for Tauri v2 updater plugin with OTA updates and signing keys.
    0
    installs
  64. Tauri App Planning · full-stack-skills bundle
    Comprehensive project planning, requirements analysis, and architectural orchestration for Tauri 2.0 applications.
    0
    installs
  65. Tauri App Autostart · full-stack-skills bundle
    Guidance for Tauri v2 autostart setup with platform differences and rollback.
    0
    installs
  66. Tauri App Biometric · full-stack-skills bundle
    Guidance for Tauri v2 biometric plugin with authentication flow and fallback strategy.
    0
    installs
  67. Tauri App Clipboard · full-stack-skills bundle
    Guidance for Tauri v2 clipboard plugin with safe copy, paste, and monitoring flows.
    0
    installs
  68. Tauri App Localhost · full-stack-skills bundle
    Guidance for Tauri v2 localhost plugin with local service access and minimal exposure.
    0
    installs
  69. Tauri App Websocket · full-stack-skills bundle
    Guidance for Tauri v2 websocket plugin with Rust-managed connections and lifecycle handling.
    0
    installs
  70. Tauri App Positioner · full-stack-skills bundle
    Guidance for Tauri v2 positioner plugin with multi-display alignment strategies.
    0
    installs
  71. Tauri App Stronghold · full-stack-skills bundle
    Guidance for Tauri v2 stronghold plugin with encrypted storage and sensitive data handling.
    0
    installs
  72. Tauri App File System · full-stack-skills bundle
    Guidance for Tauri v2 file-system plugin with scoped access and safe file operations.
    0
    installs
  73. Tauri App Geolocation · full-stack-skills bundle
    Guidance for Tauri v2 geolocation plugin with permission handling and privacy controls.
    0
    installs
  74. Tauri App HTTP Client · full-stack-skills bundle
    Guidance for Tauri v2 http-client plugin with allowlisted requests and secure transport.
    0
    installs
  75. Tauri App System Tray · full-stack-skills bundle
    Guidance for Tauri v2 system tray interactions and platform behavior differences.
    0
    installs
  76. Tauri App Window Menu · full-stack-skills bundle
    Guidance for Tauri v2 window menu definition, event handling, and shortcuts.
    0
    installs
  77. Tauri App Deep Linking · full-stack-skills bundle
    Guidance for Tauri v2 deep-linking plugin with URL schemes and safe routing.
    0
    installs
  78. Tauri App Notification · full-stack-skills bundle
    Guidance for Tauri v2 notification plugin with permission flow and click handling.
    0
    installs
  79. Tauri App Splashscreen · full-stack-skills bundle
    Guidance for Tauri v2 splashscreen setup and lifecycle control to avoid white screens.
    0
    installs
  80. Tauri App Window State · full-stack-skills bundle
    Guidance for Tauri v2 window-state plugin to persist window size and position.
    0
    installs
  81. Tauri Framework Upgrade · full-stack-skills bundle
    Guidance for upgrading to stable Tauri v2 from v1 or v2 beta with migration checks.
    0
    installs
  82. Tauri App Sidecar Nodejs · full-stack-skills bundle
    Guidance for Tauri v2 sidecar Node.js integration with lifecycle and packaging.
    0
    installs
  83. Tauri Framework Security · full-stack-skills bundle
    Guidance for Tauri v2 security model, baseline hardening, and runtime authority controls.
    0
    installs
  84. Tauri App Barcode Scanner · full-stack-skills bundle
    Guidance for Tauri v2 barcode scanner plugin with permissions and scan lifecycle.
    0
    installs
  85. Tauri App Global Shortcut · full-stack-skills bundle
    Guidance for Tauri v2 global-shortcut plugin with conflict handling and release.
    0
    installs
  86. Tauri App Persisted Scope · full-stack-skills bundle
    Guidance for Tauri v2 persisted-scope plugin with expiration and revocation flows.
    0
    installs
  87. Tauri App Single Instance · full-stack-skills bundle
    Guidance for Tauri v2 single-instance behavior and second-launch argument handling.
    0
    installs
  88. Tauri App Frontend Selection · full-stack-skills bundle
    Guidance for selecting and configuring frontend frameworks for Tauri v2 with static export compatibility.
    0
    installs
  89. Tauri App Plugin Permissions · full-stack-skills bundle
    Guidance for Tauri v2 plugin permission authoring, capability generation, and platform differences.
    0
    installs
  90. Tui Nvue · full-stack-skills
    Generate pixel-precise ASCII TUI for Nvue (u-nvue) with strict output blocks (TUI_RENDER, COMPONENT_SPEC, PENCIL_SPEC, PENCIL_BATCH_DESIGN) suitable for Pencil MCP drawing workflows.
    0
    installs
  91. Tui Rate · full-stack-skills
    Generate pixel-precise ASCII TUI for Rate u-rate with strict output blocks TUI_RENDER COMPONENT_SPEC PENCIL_SPEC PENCIL_BATCH_DESIGN suitable for Pencil MCP drawing workflows.
    0
    installs
  92. Tui Read · full-stack-skills
    Generate pixel-precise ASCII TUI for Read (u-read) with strict output blocks (TUI_RENDER, COMPONENT_SPEC, PENCIL_SPEC, PENCIL_BATCH_DESIGN) suitable for Pencil MCP drawing workflows.
    0
    installs
  93. Tui Tabs · full-stack-skills
    Generate pixel-precise ASCII TUI for Tabs u-tabs with strict output blocks TUI_RENDER COMPONENT_SPEC PENCIL_SPEC PENCIL_BATCH_DESIGN suitable for Pencil MCP drawing workflows.
    0
    installs
  94. Tui Text · full-stack-skills
    Generate pixel-precise ASCII TUI for Text u-text with strict output blocks TUI_RENDER COMPONENT_SPEC PENCIL_SPEC PENCIL_BATCH_DESIGN suitable for Pencil MCP drawing workflows.
    0
    installs
  95. Tui Badge · full-stack-skills
    Generate pixel-precise ASCII TUI for Badge u-badge with strict output blocks TUI_RENDER COMPONENT_SPEC PENCIL_SPEC PENCIL_BATCH_DESIGN suitable for Pencil MCP drawing workflows.
    0
    installs
  96. Tui Color · full-stack-skills
    Generate pixel-precise ASCII TUI for Color u-color with strict output blocks TUI_RENDER COMPONENT_SPEC PENCIL_SPEC PENCIL_BATCH_DESIGN suitable for Pencil MCP drawing workflows.
    0
    installs
  97. Tui Empty · full-stack-skills
    Generate pixel-precise ASCII TUI for Empty u-empty with strict output blocks TUI_RENDER COMPONENT_SPEC PENCIL_SPEC PENCIL_BATCH_DESIGN suitable for Pencil MCP drawing workflows.
    0
    installs
  98. Tui Field · full-stack-skills
    Generate pixel-precise ASCII TUI for Field u-field with strict output blocks TUI_RENDER COMPONENT_SPEC PENCIL_SPEC PENCIL_BATCH_DESIGN suitable for Pencil MCP drawing workflows.
    0
    installs
  99. Tui Image · full-stack-skills
    Generate pixel-precise ASCII TUI for Image u-image with strict output blocks TUI_RENDER COMPONENT_SPEC PENCIL_SPEC PENCIL_BATCH_DESIGN suitable for Pencil MCP drawing workflows.
    0
    installs
  100. Tui Input · full-stack-skills
    Generate pixel-precise ASCII TUI for Input u-input with strict output blocks TUI_RENDER COMPONENT_SPEC PENCIL_SPEC PENCIL_BATCH_DESIGN suitable for Pencil MCP drawing workflows.
    0
    installs