Agent skill
Migrating to Vendure Dashboard
Migrates Vendure Admin UI extensions (legacy Angular-based) to the new React Dashboard.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/migrating-to-vendure-dashboard
SKILL.md
Vendure Dashboard Migration
Instructions
- If not explicitly stated by the user, find out which plugin they want to migrate.
- Read and understand the overall rules for migration
- ./01-general.md
- ./01a-common-tasks.md
- Check the tsconfig setup . This may or may not already be set up.
- ./01b-tsconfig-setup.md
- Identify each part of the Admin UI extensions that needs to be
migrated, and use the data from the appropriate sections to guide
the migration:
- ./02-forms.md
- ./03-custom-field-inputs.md
- ./04-list-pages.md
- ./05-detail-pages.md
- ./06-adding-nav-menu-items.md
- ./07-action-bar-items.md
- ./08-custom-detail-components.md
- ./09-page-tabs.md
- ./10-widgets.md
- Ensure you have followed the instructions marked "Important" for each section
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?