npx skillsauth add spursgo/real-self-skills proj-initInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
调用此技能时,将 assets\cmake-proj-template 这个目录的内容当作模板进行项目初始化。
development
在实现任何功能或修复bug时使用,必须在编写实现代码之前使用
development
对 C++ Windows 客户端项目进行深度代码审查。涵盖安全性、资源管理、字符串编码、 内部公共库使用合规性、可测试性设计、并发安全、Google C++ 规范、Windows 平台特有问题 及性能等维度。适用于 PR 审查、模块上线前检查、技术债务梳理等场景。
development
深度分析代码库的核心业务流程、前后端API接口交互、数据格式规范以及C++类的功能实现细节。适用于梳理业务逻辑、理解接口契约、生成接口文档时使用。
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.