A collection of AI agent plugins for building, editing, and integrating AEM Forms through conversation — install the plugins you need and let your agent do the rest.
| Plugin | Description |
|---|---|
adaptive-forms-authoring |
Analyze requirements, scaffold forms, add rules and functions, manage APIs, and sync with Edge Delivery Services. |
# 1. Register the marketplace (once per machine)
/plugin marketplace add adobe-rnd/forms-skills
# 2. Install a plugin
/plugin install adaptive-forms-authoring@forms-skills# Install all skills in a plugin
npx skills add adobe-rnd/forms-skills --path plugins/adaptive-forms-authoring --all
# Install a single skill
npx skills add adobe-rnd/forms-skills --path plugins/adaptive-forms-authoring --skill create-form
# List available skills
npx skills add adobe-rnd/forms-skills --path plugins/adaptive-forms-authoring --listSee each plugin's README for prerequisites, required environment variables, and first-run instructions.
forms-skills/
├── .claude-plugin/marketplace.json # marketplace registry
├── plugins/
│ └── <plugin-name>/ # one directory per plugin
│ ├── .claude-plugin/plugin.json
│ ├── README.md
│ ├── skills/
│ ├── agents/
│ └── hooks/
├── docs/skill-architecture/ # architectural references and templates
├── CONTRIBUTING.md
└── README.md
See CONTRIBUTING.md for the contributor workflow, skill authoring conventions, and quality checks. Architectural patterns for building new plugins and skill trees are in docs/skill-architecture/.
Apache 2.0 — see LICENSE.