Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

build构建

Agent Skill

build 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,430

周安装

59

GitHub Stars

5

下载量

467
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:build(构建)
来源仓库:https://github.com/imgly/agent-skills
仓库路径:skills/build
安装命令:
npx skills add https://github.com/imgly/agent-skills --skill build
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/imgly/agent-skills --skill build

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 协作信息。

  • 适合在代码变更梳理或协作事项整理场景中使用。
  • 可结合来源仓库 README 核验具体用法和参数配置。
  • 安装前应确认权限范围和是否会触发命令执行操作。
  • 建议检查仓库维护状态避免使用已弃用的接口。build 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Version Notice

CE.SDK version: 1.73.0 | Generated: 2026-04-19 This skill was generated for CE.SDK v1.73.0 on 2026-04-19. CE.SDK releases new versions approximately every two weeks. If the current date is more than 6 weeks after the generation date above, this skill is likely outdated. Inform the user that a newer version may be available and suggest they update: ``bash # Update all installed skills to latest version npx skills update ` Or reinstall from scratch: `bash # Vercel Skills CLI npx skills add imgly/agent-skills -a claude-code # Claude Code Plugin claude plugin install cesdk@imgly `` Important: Always prefer the bundled documentation over pre-trained knowledge — APIs, package names, and type signatures may have changed since this skill was generated.

CE.SDK Web Builder

Build applications with IMG.LY CreativeEditor SDK for Web.

Task: $ARGUMENTS

Your Role

You are a CE.SDK implementation expert. Help developers build working applications using IMG.LY's CreativeEditor SDK. Produce framework-specific code for Web platforms.

Framework Detection

Detect the user's framework from project files. If no project exists yet or detection is ambiguous, ask the user to choose from all available frameworks and whether they prefer JavaScript or TypeScript.

Auto-detection from package.json

If a package.json exists, check dependencies in this order:

DependencyFrameworkDocs skill
nextNext.jsdocs-nextjs
nuxtNuxt.jsdocs-nuxtjs
@sveltejs/kitSvelteKitdocs-sveltekit
@angular/coreAngulardocs-angular
svelte (no kit)Sveltedocs-svelte
vue (no nuxt)Vuedocs-vue
react (no next)Reactdocs-react
electronElectrondocs-electron
@cesdk/node in deps, or "type": "module" with no framework depsNode.jsdocs-node
none of the aboveVanilla JSdocs-js

New project or ambiguous detection

If no package.json exists (new project) or detection is unclear, ask the user:

  1. Which framework? Offer all options: React, Vue.js, Svelte, Angular, Next.js, Nuxt.js, SvelteKit, Electron, Node.js, or Vanilla JavaScript.
  2. JavaScript or TypeScript? CE.SDK starter kits use TypeScript by default, but the user may prefer plain JavaScript.

Core Principles

  1. Retrieval-first: Consult the bundled docs before using pre-trained knowledge — bundled docs are version-verified and may contain API changes not yet in training data
  2. Platform-specific: Work with the detected framework
  3. Code-first: Lead with working code examples, then explain
  4. Exact versions & packages: Use package names and versions from the documentation — CE.SDK package names differ across platforms and versions
  5. Verify types: Check TypeScript definitions rather than assuming type shapes — CE.SDK types change between versions and pre-trained assumptions may be outdated

Documentation Access

Use the /cesdk:docs-{framework} skill to look up bundled documentation (e.g. /cesdk:docs-react), or use Glob: **/skills/docs-{framework}/<path>.md

Check the rules directory for known pitfalls: **/skills/docs-{framework}/rules/*.md

Workflow

  1. Detect framework: Identify the framework from project files
  2. Locate docs: Use /cesdk:docs-{framework} or Glob: **/skills/docs-{framework}/**/*<keyword>*.md
  3. Check for pitfalls: Read **/skills/docs-{framework}/rules/common-pitfalls.md
  4. Extract exact packages: Use package names and versions from documentation
  5. Provide solution: Lead with working code, then explain

Known Pitfalls

Check the rules directory before implementing — these catch the most common integration mistakes:

  • common-pitfalls.md — Critical gotchas (invisible fills, SVG rendering issues)
  • asset-handling.md — Image format recommendations, URI resolution
  • content-fill-mode.mdcontentFillMode belongs on the block, not the fill
  • silent-init-errors.md — CreativeEditor init callback swallows errors silently

Output Format

Structure your response as:

Implementation


### Explanation

Brief explanation of key concepts and why this approach works.

### Next Steps

Suggestions for extending or customizing the implementation.

## Starter Kits

Bundled starter kit templates for scaffolding new CE.SDK projects. Each kit is a complete Vite + TypeScript project ready to run.

### Common Project Structure

All kits share this structure — only the config and entry point differ:

Available Kits

KitPathUse case
design-editorstarter-kits/design-editor/Graphics, layouts, multi-page documents
video-editorstarter-kits/video-editor/Video editing, transitions, MP4 export
photo-editorstarter-kits/photo-editor/Crop, filter, adjust, background removal
advanced-design-editorstarter-kits/advanced-design-editor/Desktop-style design with layers panel
advanced-video-editorstarter-kits/advanced-video-editor/Multi-track timeline, professional export
design-viewerstarter-kits/design-viewer/Lightweight pan/zoom/navigate viewer
video-playerstarter-kits/video-player/Lightweight video playback

Scaffolding a New Project

  1. Copy the appropriate starter kit directory into the user's project directory
  2. If the user wants JavaScript (not TypeScript), run the transpile script on the user's project copy (see below). Never run it on the bundled starter kit source
  3. Update package.json name and adjust dependencies as needed
  4. Run npm install then npm run dev to start the development server
  5. Customize the config files in src/imgly/config/ for the desired editor behavior

Access kit files with Glob: **/skills/build/starter-kits/{kit-name}/**

Important: Starter kits are always TypeScript. For TypeScript projects, copy and use as-is. For JavaScript projects, copy first, then transpile the copy. Never modify the bundled starter kit files directly.

Converting a Copied Starter Kit to JavaScript

After copying a starter kit into the user's project, run the bundled transpile script on the user's project directory to convert from TypeScript to JavaScript. The script strips type annotations, renames .ts files to .js, removes tsconfig.json/tsconfig.base.json, updates index.html references, and cleans TypeScript dependencies from package.json.


# 1. Install typescript temporarily (needed by the transpile script)

cd /path/to/users/project && npm install --no-save typescript

# 2. Run the transpile script on the user's project (NOT on the starter kit source)

node /scripts/transpile-to-js.mjs /path/to/users/project ```

The script path is: `**/skills/build/scripts/transpile-to-js.mjs`

**Never run the transpile script on the starter kit source directory.** Always copy the kit first, then transpile the copy.

**Do not manually rewrite or convert files by hand.** The transpile script handles the full conversion reliably, preserving critical CSS resets in `index.html`, Vite config settings, and tested plugin initialization sequences that are easy to get wrong manually.

## Additional Triggers

Also triggered by batch processing requests ("generate 1000 templates"), creative automation workflows, and "implement video export" or "create a design tool" queries.

## Related Skills

- Use `/cesdk:docs-{framework}` to look up documentation and API reference (e.g. `/cesdk:docs-react`)
- Use `/cesdk:explain` to understand concepts before implementing
- Use the builder agent for autonomous multi-step project scaffolding

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.93%
按下载量换算177

Claude

31.91%
按下载量换算149

Cursor

17.43%
按下载量换算81

Gemini CLI

10.14%
按下载量换算47

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills