github.com/adobe/skills
Skill | Added | Review |
|---|---|---|
auth Authenticate with AEM Edge Delivery Services using Adobe IMS OAuth. Opens browser for Adobe ID login and captures token. Works for admin.hlx.page, admin.da.live, and Config Service APIs. | 66 Impact — No eval scenarios have been run Securityby Risky Do not use without reviewing Reviewed: Version: e23271f | |
content-distribution AEM as a Cloud Service content distribution and replication. Covers programmatic publishing using the Replication API and distribution event monitoring using Sling Distribution events. | 48 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e23271f | |
appbuilder-cicd-pipeline Set up CI/CD pipelines for Adobe App Builder projects. Generates GitHub Actions workflows using adobe/aio-cli-setup-action@3 and adobe/aio-apps-action@3.3.0, plus patterns for Azure DevOps and GitLab CI. Handles OAuth S2S secrets injection, multi-workspace promotion (stage → prod), deploy gating with manifest validation. Use this skill whenever the user mentions CI/CD for App Builder, GitHub Actions for aio deploy, automated deployment pipelines, continuous integration, continuous delivery, deploy automation, multi-environment promotion, aio app add ci, or wants to automate their App Builder build and release process. Also trigger when users mention deploy workflows, release pipelines, or GitHub secrets for App Builder. | 67 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e23271f | |
adobe-resize-photos-and-videos Resize photos and videos to exact pixel dimensions or aspect ratios using Adobe tools. Use this skill whenever a user wants to resize, scale, or change the dimensions of an image or video file — including phrases like "resize this to 1920x1080", "make this 4K", "scale to 800x600", "change the aspect ratio to 16:9", "resize my video", "make the image smaller", "crop to square", "fit this to a specific size", "resize for print", "resize for web", "make it 300 DPI ready", "change canvas size", "resize a batch of photos", or any request specifying target dimensions (W×H, ratio, or named size like "4K", "HD", "A4"). Also triggers for: "make this fit a specific size", "resize to [any dimension]", "I need this at [WxH]", "scale my video down", "change resolution", "downscale", "upscale". NOT for social media platform sets (use adobe-create-social-variations for that). Uses image_crop_and_resize for photos, video_resize for videos. | 72 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: e23271f | |
generate-import-html Generate structured HTML from authoring analysis for AEM Edge Delivery Services. Creates section structure, applies block tables, handles metadata, and manages images folder. | 62 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: e23271f | |
building-blocks Guide for implementing code changes in AEM Edge Delivery Services. Handles block development (new or modified), core functionality changes (scripts.js, styles, delayed.js, etc.), or both. Use this skill for all implementation work guided by the content-driven-development workflow. | 63 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e23271f | |
development Generate comprehensive technical documentation for developers taking over an AEM Edge Delivery Services project. Analyzes codebase structure, custom implementations, design tokens, and produces a complete developer guide. | 53 Impact — No eval scenarios have been run Securityby Risky Do not use without reviewing Reviewed: Version: e23271f | |
extract Crawl an existing website (capped, multi-page) and seed stardust/current/ with PRODUCT.md, DESIGN.md, DESIGN.json, a per-page inventory, and the consolidated brand surface. | 52 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: e23271f | |
stardust Redesign an existing website to make it better. Multi-page, incremental, reasoned in the open. Built on top of impeccable. | 45 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e23271f | |
technical-advisory Provide advisory guidance for the Adobe Dispatcher Apache HTTP Server module and related HTTPD configuration in AEM 6.5 / AMS workflows only, with public-doc citations and AMS-specific MCP verification plans. Use for conceptual questions such as `statfileslevel`, filter rules, URL decomposition, cache invalidation behavior, rewrite behavior, and security headers. | 65 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e23271f | |
troubleshoot-replication Diagnose and fix common AEM 6.5 LTS replication issues including blocked queues, connectivity failures, and content distribution problems | 50 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: e23271f | |
appbuilder-project-init Initialize an Adobe App Builder project end-to-end without Developer Console UI clicks. Creates the Console project and workspace, subscribes APIs (including those needing a product profile), maps user intent to the right template, runs non-interactive `aio app init`, and guides post-init customization. Use whenever the user mentions creating an App Builder app, scaffolding a project, `aio app init`, setting up an Experience Cloud extension, adding actions or web assets, creating a Console project or workspace, adding APIs, or bootstrapping App Builder — even if they don't say "App Builder". Also for SPA templates, AEM extensions, API Mesh, Asset Compute workers, and MCP server projects. Also handles debugging init failures — template not found, `aio app init` hangs or times out, Node version mismatches, npm install failures, post-init build errors, `aio login` issues, `aio app run` showing nothing, or `aio console project create` / `workspace create` / `workspace api add` errors. | 72 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: e23271f | |
migrate Apply DESIGN, canon, and modules to every page in the inventory, producing a deployable static HTML site. Three render branches (approved page, template-applied sibling, unique render). Per-page, incremental, idempotent, content-preserving by default. | 48 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: e23271f | |
preview-import Preview and verify imported content in local AEM Edge Delivery Services dev server. Validates rendering, compares with original page, and troubleshoots common issues. | 58 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e23271f | |
prepare-migration Orchestrate the migrate-prep cascade — extract --prep → direct --prep → prototype --prep → assets prep — with confirmation gates between phases. Builds the data structure migrate consumes. | 61 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: e23271f | |
block-collection-and-party The Block Collection and Block Party are repositories for existing AEM blocks, build tools, code snippets, integration patterns, plugins, and more. Use this skill anytime you are developing something and want to find a reference to use as a starting point. | 55 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: e23271f | |
da-auth Obtains a valid Adobe IMS access token for the DA (Document Authoring) API. Use this skill as a prerequisite step whenever another skill needs to call admin.da.live — for example, before pushing HTML content, listing documents, or triggering a DA preview. Do NOT use this skill if you already have a valid DA_TOKEN in scope from a previous step in the same session. | 72 Impact — No eval scenarios have been run Securityby Risky Do not use without reviewing Reviewed: Version: e23271f | |
testing-blocks Guide for testing code changes in AEM Edge Delivery projects including blocks, scripts, and styles. Use this skill after making code changes and before opening a pull request to validate functionality. Covers unit testing for utilities and logic, browser testing with Playwright, linting, and guidance on what to test and how | 70 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: e23271f | |
handover Generate project handover documentation for AEM Edge Delivery Services projects. Creates comprehensive guides for content authors, developers, and administrators. Use for "handover docs", "project documentation", "generate handover", "create guides". | 59 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: e23271f | |
aem-workflow Single entry point for all AEM 6.5 LTS Workflow skills. Covers workflow model design, custom process step and participant chooser development, launcher configuration, workflow triggering, and production support including debugging stuck/failed workflows, triaging incidents with JMX, Splunk, direct log access, thread pool analysis, and Sling Job diagnostics for the Granite Workflow Engine. | 69 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e23271f | |
direct Set a redesign direction for an existing website. Analyzes the user's intent, picks a palette and visual direction, and writes the target spec (PRODUCT.md, DESIGN.md, DESIGN.json) plus a reasoning trace at stardust/direction.md. Use when the user asks to redesign a site, refresh the design, set a new design direction, define a redesign target, or invokes /stardust:direct. | 56 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e23271f | |
appbuilder-ui-scaffolder Generate React Spectrum UI components for Adobe Experience Cloud Shell SPAs and AEM UI Extensions. Provides patterns for pages, forms, data tables, dialogs, and navigation using @adobe/react-spectrum. Guides ExC Shell integration with @adobe/exc-app including runtime.done(), IMS token passthrough, and shell theming. Guides AEM UI Extension development with @adobe/uix-guest for Content Fragment Console, CF Editor, Universal Editor, and Assets View surfaces. Trigger on: building App Builder UI, React Spectrum components, ExC Shell pages, forms, data tables, dialogs, modals, navigation, theming, web-src, Spectrum design system, @adobe/exc-app, AEM extension, AEM UI extension, Content Fragment Console, Universal Editor extension, uix-guest, @adobe/uix-guest, extension points for AEM, customizing AEM surfaces. | 67 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e23271f | |
adobe-batch-edit-photos Apply consistent photo adjustments across a set of images so they look like they were edited together. Use this skill whenever the user says "make my photos look cohesive", "give all these the same style", "apply a warm and golden feel to all of these", "make this cinematic", "match the look across my photos", "edit all my travel photos the same way", "batch edit these", "make these consistent", "fix my phone photos", or uploads a folder of photos and wants a unified, polished result. Also triggers for requests like "apply a preset to all of these", "make these look professional", or "they were shot in mixed lighting — can you fix them all". Outputs direct final image URLs plus an in-chat preview grid and optional Firefly Board link. Access: 🔐 Signed-In required | Gen AI: ❌ | 68 Impact — No eval scenarios have been run Securityby Risky Do not use without reviewing Reviewed: Version: e23271f | |
workflow-orchestrator Orchestrate complete lifecycle work for the Adobe Dispatcher Apache HTTP Server module and related HTTPD configuration in AEM 6.5 LTS, from design and implementation through validation, release readiness, and incident troubleshooting. | 56 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e23271f | |
adobe-create-social-variations Resize, crop, or export any image or video into platform-ready social media assets using Adobe Creative Cloud tools. Use this skill when a user wants to prepare a photo, image, or video for one or more social platforms — Instagram, TikTok, LinkedIn, Facebook, YouTube, Snapchat, Pinterest, Threads, or X/Twitter. Triggers on: "prepare my image for Instagram", "resize for TikTok", "get this ready to post", "make versions for all platforms", "social media sizes", "crop for stories", "export for LinkedIn", "resize my video for social", "make social media assets", or any request to adapt a photo or video for specific platforms. Handles subject-aware cropping, AI canvas expansion, test previews before full runs, and same-ratio video resizing. | 72 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e23271f |