npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

aem-workflow-skill

v1.3.0

Published

AI coding assistant skill for AEM workflow development - supports Claude Code, GitHub Copilot, Gemini, Cursor, and Windsurf

Downloads

56

Readme

AEM Workflow Development - AI Assistant Skill

AI coding assistant skill for developing custom workflows in Adobe Experience Manager (AEM) as a Cloud Service. Supports: Claude Code | GitHub Copilot | Gemini | Cursor | Windsurf

npm version License: MIT AEM Cloud Service Java 21

Overview

This AI skill provides expert guidance for developing custom workflows in Adobe Experience Manager as a Cloud Service. It works with multiple AI coding assistants and is designed for developers using the latest AEM SDK (2025.x) following cloud-native best practices.

Installation

1. For AI CLI Agents (Recommended)

The easiest way to install the skill for CLI-based assistants (Claude Code, Gemini CLI, etc.) is using npx.

# Install for Claude Code (default)
npx aem-workflow-skill

# Install for Google Gemini CLI (Global)
npx aem-workflow-skill -p gemini --global

# Install for ALL supported platforms at once
npx aem-workflow-skill -p all

Supported CLI Platforms:

  • Claude Code: .claude/skills/aem-workflow.md
  • GitHub Copilot: .github/copilot-instructions.md
  • Google Gemini: GEMINI.md
  • Cursor AI: .cursor/rules/aem-workflow.mdc
  • Windsurf: .windsurf/rules/aem-workflow.md

2. For Claude Desktop (GUI)

If you are using the Claude Desktop application, you can install the skill using the pre-packaged .skill file.

  1. Download: Go to Releases and download aem-workflow-development.skill.
  2. Install:
    • Open Claude Desktop → Settings → Skills.
    • Click "Add Skill" and select the downloaded file.
  3. Verify: The skill should appear as "Active" in your skills list.

3. As a Claude Code Plugin

/plugin marketplace add narendragandhi/aem-workflow-skill

Example Queries

Try these in your AI assistant after installation:

  • "How do I create a custom workflow process step in AEM Cloud Service?"
  • "Show me how to implement a post-processing workflow for assets"
  • "What's the correct way to programmatically start a workflow?"
  • "Show me the correct Granite Workflow API imports"

What's Included

📚 Documentation

  • Expert Guide: Comprehensive workflow development principles.
  • API Reference: Detailed documentation for WorkflowSession, WorkItem, etc.
  • Migration Guide: Moving from deprecated CQ APIs to modern Granite APIs.

💻 Code Templates

  • Basic Process Step: Standard implementation pattern.
  • Asset Processor: Pattern for DAM post-processing.
  • Workflow Starter: Programmatic execution template.

Key Features

🎯 Cloud Service Architecture

Reflects modern AEM as a Cloud Service patterns:

  • Asset Microservices: Focus on post-processing workflows.
  • Java 21: Latest LTS configuration and best practices.
  • Container-Native: Designing for ephemeral, stateless execution.

License

MIT © Narendra Gandhi