← all publishers

Wade-DevCode

@wade-devcode source repo

46 published skills

  1. Core Discipline · wade-devcode
    写/改任何代码前必读。约束 AI 避免造假 API、过度工程、大范围乱改。
    0 installs
  2. Database Safety · wade-devcode
    写 SQL、改表结构、做数据迁移时使用。防止锁表、丢数据、慢查询。
    0 installs
  3. Security Review · wade-devcode
    审查代码安全性时使用。覆盖注入、认证、越权、敏感数据等常见风险。
    0 installs
  4. Code Review Self · wade-devcode
    提交/交付前自我代码审查时使用。像 reviewer 一样挑自己的刺。
    0 installs
  5. Game Performance · wade-devcode
    优化游戏性能时使用。帧率、GC、Draw Call、对象池、分帧的通用规范。
    0 installs
  6. Input Validation · wade-devcode
    处理外部输入时使用。在边界统一校验,防脏数据与注入。
    0 installs
  7. Legacy Safe Edit · wade-devcode
    Legacy Safe Edit
    0 installs
  8. Secrets Handling · wade-devcode
    处理密钥/凭据/token 时使用。防止泄露进代码、日志、前端。
    0 installs
  9. Concurrency Safety · wade-devcode
    Concurrency Safety
    0 installs
  10. Game Assets Memory · wade-devcode
    Game Assets Memory
    0 installs
  11. Integration Testing · wade-devcode
    Integration Testing
    0 installs
  12. Large Repo Refactor · wade-devcode
    在大型存量代码库做重构时使用。控制影响面,小步推进,不破坏现有行为。
    0 installs
  13. Node Best Practices · wade-devcode
    写 Node.js 后端时使用。异步、错误、依赖与安全的实战规范。
    0 installs
  14. Cocos Creator Bundle · wade-devcode
    Cocos Creator 用 AssetBundle 做分包/远程资源时使用。加载、释放、依赖、缓存。
    0 installs
  15. Requirement Delivery · wade-devcode
    接到新需求、要从需求快速走到可交付时使用。先理清再动手,高效落地。
    0 installs
  16. Shell Scripting Safe · wade-devcode
    写 shell/bash 脚本时使用。防止静默失败与误删。
    0 installs
  17. Systematic Debugging · wade-devcode
    遇到 bug、测试失败、行为异常时使用。先定位根因,再改代码,禁止瞎试。
    0 installs
  18. Test Data Management · wade-devcode
    管理测试数据/fixture 时使用。可复现、隔离、易维护。
    0 installs
  19. Cocos Creator UI List · wade-devcode
    做 Cocos Creator 大量条目列表时使用。虚拟列表、节点复用。
    0 installs
  20. Docker Best Practices · wade-devcode
    写 Dockerfile / 容器化应用时使用。镜像小、构建快、运行安全。
    0 installs
  21. Gameplay Architecture · wade-devcode
    设计游戏玩法代码结构时使用。状态机、解耦、避免 God object。
    0 installs
  22. Performance Profiling · wade-devcode
    优化性能时使用。先测量定位再优化,不凭感觉。
    0 installs
  23. Cocos Creator Drawcall · wade-devcode
    优化 Cocos Creator 渲染性能时使用。合批、图集、动静分离、Label。
    0 installs
  24. Cocos Creator Hotupdate · wade-devcode
    给 Cocos Creator 原生包做热更新时使用。version manifest、增量、校验、回滚。
    0 installs
  25. Frontend Best Practices · wade-devcode
    写 React/Vue 前端代码时使用。组件、状态、性能、可访问性的实战规范。
    0 installs
  26. Cocos Creator Adaptation · wade-devcode
    做 Cocos Creator 多机型/多分辨率适配时使用。Canvas、Widget、安全区。
    0 installs
  27. Cocos Creator Tween Anim · wade-devcode
    写 Cocos Creator 动效/动画时使用。tween、Animation、Spine、性能与清理。
    0 installs
  28. Unreal Cpp · wade-devcode
    写 Unreal C++/蓝图时使用。UObject/GC、反射宏、Tick 性能、蓝图边界。
    0 installs
  29. Rust Safety · wade-devcode
    写 Rust 时使用。所有权、错误处理、unsafe 的正确实践。
    0 installs
  30. Test Driven · wade-devcode
    实现功能或修 bug 前使用。先写会失败的测试,再写实现。
    0 installs
  31. Cocos2dx Lua · wade-devcode
    写 Cocos2d-x Lua 时使用。节点、触摸、动作、调度器、ccui、内存的实战规范。
    0 installs
  32. Game Netcode · wade-devcode
    Game Netcode
    0 installs
  33. Unity Csharp · wade-devcode
    写 Unity C# 时使用。生命周期、协程、GC、性能、序列化的实战规范。
    0 installs
  34. Writing Docs · wade-devcode
    写 README/技术文档时使用。让读者快速上手。
    0 installs
  35. Cocos Creator · wade-devcode
    写 Cocos Creator(TypeScript)时使用。组件、节点、prefab、事件、资源管理规范。
    0 installs
  36. Naming Things · wade-devcode
    Naming Things
    0 installs
  37. Python Idioms · wade-devcode
    写 Python 时使用。地道、安全、可维护的 Python 写法。
    0 installs
  38. Chinese Commit · wade-devcode
    写 git commit 时使用。生成规范的 Conventional Commits(英文 type + 中文主题),主题精炼。
    0 installs
  39. CI CD Pipeline · wade-devcode
    配置 CI/CD 流水线时使用。快、稳、可重复、可回滚。
    0 installs
  40. Domestic Stack · wade-devcode
    写 uniapp / 微信小程序 / SpringBoot 代码时使用。贴合国内主流技术栈的实战规范。
    0 installs
  41. Error Handling · wade-devcode
    处理错误与异常时使用。不吞异常、不裸抛、给出可恢复信息。
    0 installs
  42. Godot Gdscript · wade-devcode
    写 Godot(GDScript/C#)时使用。节点树、signal、场景、性能规范。
    0 installs
  43. Pr Description · wade-devcode
    写 Pull Request 描述时使用。让 reviewer 快速理解与审查。
    0 installs
  44. Game Math · wade-devcode
    Game Math
    0 installs
  45. Go Idioms · wade-devcode
    写 Go 时使用。地道 Go:错误处理、并发、接口的正确姿势。
    0 installs
  46. API Design · wade-devcode
    设计 HTTP/REST 接口时使用。资源命名、状态码、版本、错误响应的规范。
    0 installs