Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adobe AEM Forms Skills

Validate Skills

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.

Plugins

Plugin Description
adaptive-forms-authoring Analyze requirements, scaffold forms, add rules and functions, manage APIs, and sync with Edge Delivery Services.

Install

Claude Code

# 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

Vercel Skills (npx)

# 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 --list

See each plugin's README for prerequisites, required environment variables, and first-run instructions.

Repository layout

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

Contributing

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/.

License

Apache 2.0 — see LICENSE.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages