深度上下文收集,防止 AI 幻觉。在任务开始前探索代码库,建立经过验证的事实基础。 Use proactively BEFORE any feature work, code generation, design, or planning. Use when starting a new task, exploring an unfamiliar module, or before creatin...
0
AI 94
github-actions-multi-platform-build
jianyun80232/14/2026
Use when creating or updating GitHub Actions workflows for multi-platform Docker image builds (amd64/arm64) with Buildx, build-push-action, caching, and manifest list merging.
0
AI 91
dockerizing-vpn-clients
jianyun80232/14/2026
Use when containerizing VPN clients into Docker, supporting both GUI (VNC) and CLI (Web management) modes with danted SOCKS5 proxy
0
AI 84
java-api-endpoint
jianyun80232/14/2026
Add RESTful API endpoints to Spring Boot projects following layered architecture conventions. Covers Controller, Facade patterns, pagination, batch operations, and OpenAPI annotations. Use when adding...
Java 业务项目架构原则和编码规范。适用于 Spring Boot + MyBatis-Plus 分层架构项目。在编写/审查/重构 Java 业务代码时主动参考。Use when writing, reviewing, or refactoring Java business code, or when the user mentions architecture, coding standar...