Back to Discover

agent-marketplace

skill

vaadin

View on GitHub
1 starsSynced Aug 12, 2026

Install to Claude Code

/plugin marketplace add vaadin/agent-marketplace

README

Vaadin Agent Marketplace

This repository publishes Vaadin's agent plugin marketplace for Claude Code and Codex.

The marketplace contains one plugin:

  • vaadin-skills - Vaadin 25 development skills and MCP tools for Java/Flow, layouts, components, forms, testing, data access, and reactive state management.

The plugin implementation lives in vaadin/agent-skills. This repository only contains the marketplace metadata that lets Claude Code and Codex discover and install that plugin.

Claude Code

Install

In Claude Code, add the Vaadin marketplace:

/plugin marketplace add vaadin/agent-marketplace

Then install the plugin:

/plugin install vaadin-skills@vaadin-marketplace

You can also browse and install it from /plugin by opening the marketplace browser and selecting vaadin-skills.

Use

The skills and MCP tools activate automatically when you ask Claude Code for help with Vaadin development. Example prompts:

  • "Create a responsive master-detail view in Vaadin Flow"
  • "Add Binder validation to this form"
  • "Write UI unit tests for this view"
  • "Look up the current Vaadin documentation for Grid lazy loading"

Update

Refresh the marketplace catalog:

/plugin marketplace update vaadin-marketplace

Then update or reinstall vaadin-skills from the plugin manager if a newer version is available.

Codex

Install

Add the Vaadin marketplace:

codex plugin marketplace add vaadin/agent-marketplace --ref main

Then install the plugin:

codex plugin add vaadin-skills@vaadin-marketplace

To inspect the available plugin before installing:

codex plugin list --marketplace vaadin-marketplace --available

Use

Start Codex in a Vaadin project and ask for help with Vaadin development. Codex will load the relevant Vaadin skills and MCP tools from the installed plugin when the task matches their descriptions.

Example prompts:

  • "Modernize this Vaadin layout for Flow 25"
  • "Create a Lit wrapper for this Web Component"
  • "Debug this Binder validation issue"
  • "Use Vaadin docs to check the recommended Grid API"

Update

Refresh Git-backed marketplace snapshots:

codex plugin marketplace upgrade

Then reinstall or update vaadin-skills if needed.

Local Marketplace Testing

From a local checkout of this repository, add the marketplace by path:

claude plugin marketplace add ./
codex plugin marketplace add .

Install the plugin from the local marketplace:

claude plugin install vaadin-skills@vaadin-marketplace
codex plugin add vaadin-skills@vaadin-marketplace

Metadata

Update plugin instructions, skills, MCP definitions, and plugin manifests in vaadin/agent-skills. Update this repository only when the marketplace catalog itself changes.

Rendered live from vaadin/agent-marketplace's GitHub README — not stored, always reflects the source repo.

1 Plugin

NameDescriptionCategorySource
vaadin-skillsSkills and tools for building Vaadin 25 applications with Java/Flow — layouts, components, forms, testing, data, and reactive state managementhttps://github.com/vaadin/agent-skills.git

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.