tams-frontend-expert

Document TammerStore frontend architecture using Blade, Bootstrap 5, jQuery, Vue 3, Vuex, Axios, and Laravel Mix.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tammerofficial/tams --skill tams-frontend-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tams-frontend-expert
Source: https://github.com/tammerofficial/tams/tree/main/.cursor/skills/tams-frontend-expert
Command: npx skills add https://github.com/tammerofficial/tams --skill tams-frontend-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and document the TammerStore frontend architecture and tech stack.

Core Features & Use Cases

  • Admin blade templates with Blade, Bootstrap 5, and jQuery for the backend UI
  • Vue 3 storefront with Vuex state management and Axios API integration
  • Build and asset pipeline using Laravel Mix and modern frontend tools

Quick Start

Review the Admin blade templates and the Vue 3 storefront codebase to map the architecture.

Frequently Asked Questions about tams-frontend-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a frontend architecture using Vue 3, Vuex, and Laravel Mix for an e-commerce platform?

Structure the frontend architecture by separating the Vue 3 storefront with Vuex for state management and Axios for API integration, while using Laravel Mix to compile assets and build the admin UI with Blade and Bootstrap 5.

What is the best way to integrate a Vue 3 storefront with a Blade and Bootstrap 5 admin panel?

Integrate the Vue 3 storefront by using Axios for API communication with the backend, while maintaining the admin panel separately using Blade templates, Bootstrap 5, and jQuery, all compiled through Laravel Mix.

How do I audit admin Blade templates to map the existing frontend architecture and tech stack?

Audit admin Blade templates by reviewing the codebase to identify Bootstrap 5 and jQuery usage, documenting how the backend UI interconnects with the Vue 3 storefront and Laravel Mix build pipeline.

Does Laravel Mix work with Vue 3 and Vuex for building a storefront asset pipeline?

Yes, Laravel Mix works with Vue 3 and Vuex to compile the storefront asset pipeline, bundling modern JavaScript modules and dependencies alongside traditional Blade and jQuery resources.

Why use jQuery and Bootstrap 5 for admin templates instead of Vue 3 in a full-stack Laravel application?

Use jQuery and Bootstrap 5 for admin templates to leverage traditional Blade rendering for backend UI tasks, while reserving Vue 3 and Vuex for the interactive storefront requiring complex state management.

Can I use Axios with Vuex for state management in a Vue 3 storefront built with Laravel Mix?

Yes, you can use Axios with Vuex in a Vue 3 storefront to handle API integration and state management, with Laravel Mix compiling the modules into the final asset bundle.