Cocos Creator 2.x 项目编译技能 - 自动触发脚本编译并验证效果
Scanned 9/4/2026
Install to Claude Code
npx -y skills add NeverSight/skills_feed --skill cocos-build --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cocos Build?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/neversight-cocos-build)More formats (shields.io, HTML) on the badges page.
---
name: cocos-build
description: Cocos Creator 2.x 项目编译技能 - 自动触发脚本编译并验证效果
---
# cocos-build
用于 Cocos Creator 2.x 项目的开发工作流自动化。
## 前提条件
- Cocos Creator 编辑器必须正在运行(监听 localhost:7456)
## 使用场景
1. 修改或创建 TypeScript/JavaScript 脚本后需要编译
2. 创建新组件后需要生成 .meta 文件
3. 需要验证代码修改在预览中的效果
## 编译指令
修改任何 `assets/` 目录下的脚本文件后,执行以下命令触发编译:
```bash
curl.exe http://localhost:7456/update-db
```
成功返回:`Changes submitted`
## 完整工作流
1. **修改代码** - 编辑 `assets/` 下的 `.ts` 文件
2. **触发编译** - 调用 `curl.exe http://localhost:7456/update-db`
3. **验证效果** - 使用 frontend-tester agent 截图预览页面 `http://localhost:7456/`
4. **确认结果** - 检查 Label、Sprite 等组件显示是否符合预期
## 新建组件
创建新的 TypeScript 组件时:
1. 在 `assets/` 目录下创建 `.ts` 文件
2. 执行编译命令
3. Creator 自动生成对应的 `.meta` 文件(包含 uuid)
## 预览验证
使用 frontend-tester agent 截图验证:
```
task(subagent_type="frontend-tester")
```
预览地址:`http://localhost:7456/`
## 注意事项
- Windows 环境必须使用 `curl.exe` 而非 `curl`(PowerShell 别名问题)
- 编译前确保 Creator 编辑器处于打开状态Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.