Skills
All skills
Official skills
Leaderboard
Saved
Categories
Coding & Dev Tools
466880
AI & ML
168200
DevOps & Infra
76818
Web & Frontend
59908
Integrations & APIs
59589
Productivity
50367
Browse by task →
All categories →
Plugins
All plugins
Community plugins
Create your own
How plugins work
MCP
Docs
Blog
/
menu-rounded
Skills
Categories
By task
Plugins
MCP
Docs
Blog
My skills
Saved
Sign in
Profile
My skills
Saved
My plugins
Edit profile
Submit a skill
Sign out
← all publishers
Wade-DevCode
@wade-devcode
source repo
Report this profile
Claim this profile
Reason
Impersonating someone
Spam
Malicious content
Something else
Send report
Cancel
46
skills
0
followers
11 hours ago
last updated
46 published skills
Sort
Recently updated
Popularity
Name
Apply
▌
Core Discipline
· wade-devcode
写/改任何代码前必读。约束 AI 避免造假 API、过度工程、大范围乱改。
0
installs
▌
Database Safety
· wade-devcode
写 SQL、改表结构、做数据迁移时使用。防止锁表、丢数据、慢查询。
0
installs
▌
Security Review
· wade-devcode
审查代码安全性时使用。覆盖注入、认证、越权、敏感数据等常见风险。
0
installs
▌
Code Review Self
· wade-devcode
提交/交付前自我代码审查时使用。像 reviewer 一样挑自己的刺。
0
installs
▌
Game Performance
· wade-devcode
优化游戏性能时使用。帧率、GC、Draw Call、对象池、分帧的通用规范。
0
installs
▌
Input Validation
· wade-devcode
处理外部输入时使用。在边界统一校验,防脏数据与注入。
0
installs
▌
Legacy Safe Edit
· wade-devcode
Legacy Safe Edit
0
installs
▌
Secrets Handling
· wade-devcode
处理密钥/凭据/token 时使用。防止泄露进代码、日志、前端。
0
installs
▌
Concurrency Safety
· wade-devcode
Concurrency Safety
0
installs
▌
Game Assets Memory
· wade-devcode
Game Assets Memory
0
installs
▌
Integration Testing
· wade-devcode
Integration Testing
0
installs
▌
Large Repo Refactor
· wade-devcode
在大型存量代码库做重构时使用。控制影响面,小步推进,不破坏现有行为。
0
installs
▌
Node Best Practices
· wade-devcode
写 Node.js 后端时使用。异步、错误、依赖与安全的实战规范。
0
installs
▌
Cocos Creator Bundle
· wade-devcode
Cocos Creator 用 AssetBundle 做分包/远程资源时使用。加载、释放、依赖、缓存。
0
installs
▌
Requirement Delivery
· wade-devcode
接到新需求、要从需求快速走到可交付时使用。先理清再动手,高效落地。
0
installs
▌
Shell Scripting Safe
· wade-devcode
写 shell/bash 脚本时使用。防止静默失败与误删。
0
installs
▌
Systematic Debugging
· wade-devcode
遇到 bug、测试失败、行为异常时使用。先定位根因,再改代码,禁止瞎试。
0
installs
▌
Test Data Management
· wade-devcode
管理测试数据/fixture 时使用。可复现、隔离、易维护。
0
installs
▌
Cocos Creator UI List
· wade-devcode
做 Cocos Creator 大量条目列表时使用。虚拟列表、节点复用。
0
installs
▌
Docker Best Practices
· wade-devcode
写 Dockerfile / 容器化应用时使用。镜像小、构建快、运行安全。
0
installs
▌
Gameplay Architecture
· wade-devcode
设计游戏玩法代码结构时使用。状态机、解耦、避免 God object。
0
installs
▌
Performance Profiling
· wade-devcode
优化性能时使用。先测量定位再优化,不凭感觉。
0
installs
▌
Cocos Creator Drawcall
· wade-devcode
优化 Cocos Creator 渲染性能时使用。合批、图集、动静分离、Label。
0
installs
▌
Cocos Creator Hotupdate
· wade-devcode
给 Cocos Creator 原生包做热更新时使用。version manifest、增量、校验、回滚。
0
installs
▌
Frontend Best Practices
· wade-devcode
写 React/Vue 前端代码时使用。组件、状态、性能、可访问性的实战规范。
0
installs
▌
Cocos Creator Adaptation
· wade-devcode
做 Cocos Creator 多机型/多分辨率适配时使用。Canvas、Widget、安全区。
0
installs
▌
Cocos Creator Tween Anim
· wade-devcode
写 Cocos Creator 动效/动画时使用。tween、Animation、Spine、性能与清理。
0
installs
▌
Unreal Cpp
· wade-devcode
写 Unreal C++/蓝图时使用。UObject/GC、反射宏、Tick 性能、蓝图边界。
0
installs
▌
Rust Safety
· wade-devcode
写 Rust 时使用。所有权、错误处理、unsafe 的正确实践。
0
installs
▌
Test Driven
· wade-devcode
实现功能或修 bug 前使用。先写会失败的测试,再写实现。
0
installs
▌
Cocos2dx Lua
· wade-devcode
写 Cocos2d-x Lua 时使用。节点、触摸、动作、调度器、ccui、内存的实战规范。
0
installs
▌
Game Netcode
· wade-devcode
Game Netcode
0
installs
▌
Unity Csharp
· wade-devcode
写 Unity C# 时使用。生命周期、协程、GC、性能、序列化的实战规范。
0
installs
▌
Writing Docs
· wade-devcode
写 README/技术文档时使用。让读者快速上手。
0
installs
▌
Cocos Creator
· wade-devcode
写 Cocos Creator(TypeScript)时使用。组件、节点、prefab、事件、资源管理规范。
0
installs
▌
Naming Things
· wade-devcode
Naming Things
0
installs
▌
Python Idioms
· wade-devcode
写 Python 时使用。地道、安全、可维护的 Python 写法。
0
installs
▌
Chinese Commit
· wade-devcode
写 git commit 时使用。生成规范的 Conventional Commits(英文 type + 中文主题),主题精炼。
0
installs
▌
CI CD Pipeline
· wade-devcode
配置 CI/CD 流水线时使用。快、稳、可重复、可回滚。
0
installs
▌
Domestic Stack
· wade-devcode
写 uniapp / 微信小程序 / SpringBoot 代码时使用。贴合国内主流技术栈的实战规范。
0
installs
▌
Error Handling
· wade-devcode
处理错误与异常时使用。不吞异常、不裸抛、给出可恢复信息。
0
installs
▌
Godot Gdscript
· wade-devcode
写 Godot(GDScript/C#)时使用。节点树、signal、场景、性能规范。
0
installs
▌
Pr Description
· wade-devcode
写 Pull Request 描述时使用。让 reviewer 快速理解与审查。
0
installs
▌
Game Math
· wade-devcode
Game Math
0
installs
▌
Go Idioms
· wade-devcode
写 Go 时使用。地道 Go:错误处理、并发、接口的正确姿势。
0
installs
▌
API Design
· wade-devcode
设计 HTTP/REST 接口时使用。资源命名、状态码、版本、错误响应的规范。
0
installs