什麼是 cpp?
使用 RAII、智慧指標和 STL 編寫現代 C++。用於 C++ 開發、記憶體安全或效能最佳化。 來源:htlin222/dotfiles。
使用 RAII、智慧指標和 STL 編寫現代 C++。用於 C++ 開發、記憶體安全或效能最佳化。
透過命令列快速安裝 cpp AI 技能到你的開發環境
來源:htlin222/dotfiles。
| Memory leak | Growing memory | Use smart pointers | | Dangling ptr | Crash/UB | Check lifetime | | Buffer overflow | Crash/security | Use std::vector/span | | Data race | Inconsistent state | mutex/atomic |
Input: "Fix memory leak" Action: Replace raw pointers with smart pointers, ensure RAII
Input: "Modernize this C++ code" Action: Apply C++17/20 features, use STL, improve safety
使用 RAII、智慧指標和 STL 編寫現代 C++。用於 C++ 開發、記憶體安全或效能最佳化。 來源:htlin222/dotfiles。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/htlin222/dotfiles --skill cpp使用 RAII、智慧指標和 STL 編寫現代 C++。用於 C++ 開發、記憶體安全或效能最佳化。 來源:htlin222/dotfiles。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/htlin222/dotfiles --skill cpp 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/htlin222/dotfiles