create-frontend-controller
Creates a frontend controller action in Magento 2 for the storefront. Use when building custom frontend pages, AJAX endpoints, form submission handlers, or API-like endpoints for JavaScript.
Installation
SKILL.md
Description This skill guides you through creating a frontend controller action in Adobe Commerce/Magento 2 (Mage-OS). Frontend controllers handle HTTP requests and return responses for the storefront area.
Use HTTP Method-Specific Interfaces Always implement HTTP method-specific action interfaces:
Use Strict Types Always declare strict types at the top of controller files:
Creates a frontend controller action in Magento 2 for the storefront. Use when building custom frontend pages, AJAX endpoints, form submission handlers, or API-like endpoints for JavaScript. Source: proxiblue/claude-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/proxiblue/claude-skills --skill create-frontend-controller- Source
- proxiblue/claude-skills
- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is create-frontend-controller?
Creates a frontend controller action in Magento 2 for the storefront. Use when building custom frontend pages, AJAX endpoints, form submission handlers, or API-like endpoints for JavaScript. Source: proxiblue/claude-skills.
How do I install create-frontend-controller?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/proxiblue/claude-skills --skill create-frontend-controller Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/proxiblue/claude-skills
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-01