Agent Plugins Marketplace
All plugins

cesdk-android

v1.81.0

IMG.LY CreativeEditor SDK skills for Kotlin and Jetpack Compose on Android

CodexClaude Code3 Skills

By IMG.LY GmbHLicense: MIT7 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add cesdk-android@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/imgly/agent-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cesdk-android/.

Plugin files

plugins/cesdk-android/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/build/SKILL.md
├── skills/docs/SKILL.md
└── skills/explain/SKILL.md

Included Skills3

buildskills/build/SKILL.md

Build CE.SDK Android features and scaffold runnable Compose applications for CE.SDK Android projects using Kotlin and Jetpack Compose. Use it for first-party CreativeEditor SDK guidance, Gradle setup, Compose integration, direct engine workflows, and bundled Android references. Prefer the bundled Dokka digests and guides, then resolved project symbols. Do not use it for Web, Swift, Flutter, or React Native. Example: Context: A developer wants a new Android editor user: "Create a Compose photo editor with CE.SDK." assistant: "I will start from the bundled photo kit, prepare its shared scaffold, and verify the Gradle build." Example: Context: An app needs a custom engine workflow user: "Add a custom export flow to my Android app." assistant: "I will verify the Kotlin APIs and keep engine work on the engine dispatcher."

docsskills/docs/SKILL.md

Look up Android guides and Kotlin API signatures for CE.SDK Android projects using Kotlin and Jetpack Compose. Use it for first-party CreativeEditor SDK guidance, Gradle setup, Compose integration, direct engine workflows, and bundled Android references. Prefer the bundled Dokka digests and guides, then resolved project symbols. Do not use it for Web, Swift, Flutter, or React Native. Example: Context: An Android developer needs an engine method signature user: "What does BlockApi.create return in Kotlin?" assistant: "I will check the bundled Android API digest for the exact declaration." Example: Context: A Compose project needs editor setup guidance user: "How do I configure the CE.SDK Editor composable?" assistant: "I will use the Android configuration guide and API digests."

explainskills/explain/SKILL.md

Explain CE.SDK Android concepts, Compose architecture, and engine workflows for CE.SDK Android projects using Kotlin and Jetpack Compose. Use it for first-party CreativeEditor SDK guidance, Gradle setup, Compose integration, direct engine workflows, and bundled Android references. Prefer the bundled Dokka digests and guides, then resolved project symbols. Do not use it for Web, Swift, Flutter, or React Native. Example: Context: A developer is learning the Android engine model user: "Explain the CE.SDK block hierarchy in Kotlin." assistant: "I will explain the model with Kotlin examples grounded in the Android API digests." Example: Context: A Compose developer needs lifecycle guidance user: "How does EditorConfiguration.remember work?" assistant: "I will explain its one-time builder semantics and Editor scope requirement."

Plugin manifests2

plugins/cesdk-android/.codex-plugin/plugin.json
{
  "author": {
    "name": "IMG.LY GmbH",
    "url": "https://img.ly"
  },
  "description": "IMG.LY CreativeEditor SDK skills for Kotlin and Jetpack Compose on Android",
  "homepage": "https://img.ly/docs/cesdk",
  "interface": {
    "capabilities": [
      "CE.SDK documentation",
      "Feature implementation",
      "SDK integration"
    ],
    "category": "Developer Tools",
    "defaultPrompt": [
      "Build a CE.SDK Android (Kotlin) feature.",
      "Explain a CE.SDK Android (Kotlin) API or workflow.",
      "Find the relevant CE.SDK Android (Kotlin) documentation."
    ],
    "developerName": "IMG.LY GmbH",
    "displayName": "CE.SDK Android (Kotlin)",
    "longDescription": "CE.SDK documentation and implementation skills for Kotlin and Jetpack Compose on Android.",
    "shortDescription": "Build and understand CE.SDK Android (Kotlin) projects.",
    "websiteURL": "https://img.ly/docs/cesdk"
  },
  "keywords": [
    "cesdk",
    "creative-editor",
    "android",
    "kotlin",
    "jetpack-compose",
    "gradle",
    "sdk"
  ],
  "license": "MIT",
  "name": "cesdk-android",
  "repository": "https://github.com/imgly/agent-skills",
  "skills": "./skills/",
  "version": "1.81.0"
}
plugins/cesdk-android/.claude-plugin/plugin.json
{
  "author": {
    "name": "IMG.LY GmbH",
    "url": "https://img.ly"
  },
  "description": "IMG.LY CreativeEditor SDK skills for Kotlin and Jetpack Compose on Android",
  "homepage": "https://img.ly/docs/cesdk",
  "license": "MIT",
  "name": "cesdk-android",
  "version": "1.81.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cesdk-android on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cesdk-android)