Updated 9 March 2026
AI tools are becoming very helpful for developers. Tools like Claude Code, Cursor, and Windsurf can help write code faster and improve productivity. But to work well with a specific platform like Bagisto, these tools need to understand how Bagisto works.
Bagisto Agent Skills are designed to solve this problem. They give AI tools better knowledge of Bagisto’s structure, development methods, and common tasks. This helps AI agents generate more accurate code and provide better suggestions.
With these skills, developers can easily build packages, create payment or shipping methods, develop themes, and write tests in Bagisto. This makes development faster and reduces repetitive work.
Bagisto Agent Skills help AI tools better understand how Bagisto works. They provide knowledge about Bagisto’s structure, development patterns, and common features. With these skills, AI agents can generate more accurate code and give better suggestions while working on Bagisto projects. This helps developers save time, reduce repetitive tasks, and build features faster.
Currently, Bagisto provides several AI Agent Skills that help developers build features more easily and follow the correct development practices. Each skill focuses on a specific part of Bagisto development and helps AI tools generate better code and suggestions.
Bagisto Agent Skills are designed to work with modern AI-powered development tools. These tools help developers write code faster, understand project structures, and automate common development tasks. By using Bagisto Agent Skills, AI tools gain better knowledge of Bagisto’s architecture, workflows, and best practices.
Currently, these skills support popular AI development tools such as Claude Code, Cursor IDE, and Windsurf. They can also work with any AI agent that supports the Skills CLI. With this support, developers can get smarter code suggestions, generate accurate implementations, and improve their overall development workflow while working on Bagisto projects.
To start using Bagisto Agent Skills, you need to install the skills package in your development environment. The installation process is simple and helps integrate AI-powered tools with your Bagisto project so they can better understand the platform’s structure and features.
By installing these skills, developers can enable AI tools to assist with coding, debugging, and project development more effectively while working with Bagisto.
You can install the Bagisto All Agent Skills using the following command:
|
1 |
npx skills add bagisto/agent-skills |
|
1 |
npx skills add bagisto/agent-skills --skill "package-development" |
2. Shipping Method Development
|
1 |
npx skills add bagisto/agent-skills --skill "shipping-method-development" |
3. Payment Method Development:
|
1 |
npx skills add bagisto/agent-skills --skill "payment-method-development" |
4. Product Type Development
|
1 |
npx skills add bagisto/agent-skills --skill "product-type-development" |
5. Shop Theme Development
|
1 |
npx skills add bagisto/agent-skills --skill "shop-theme-development" |
6. Admin Theme Development:
|
1 |
npx skills add bagisto/agent-skills --skill "admin-theme-development" |
7. Pest Testing
|
1 |
npx skills add bagisto/agent-skills --skill "pest-testing" |
In this section, we will demonstrate how to use the Package Development Skill to generate a custom Blogs package in Bagisto. This example shows how AI agent skills can help developers quickly create a structured package while following Bagisto’s development standards.
If you prefer learning visually, this video will help you quickly follow each step and understand how these skills work in a real development environment
Before generating a package, install the package-development skill so the AI tool understands how Bagisto packages are structured.
|
1 |
npx skills add bagisto/agent-skills --skill "package-development" |
This skill enables AI agents to generate packages using the correct Bagisto architecture and conventions.
Once the skill is installed, you can ask your AI tool (Claude Code, Cursor, or Windsurf) to generate a package.
Example prompt:
|
1 2 3 |
Create a Bagisto package named Blogs. The package should allow admin users to create, update, delete, and manage blog posts. Follow Bagisto package structure and conventions. |
The AI agent will now use the Package Development Skill to generate the correct package structure.
After running the prompt, the AI agent will generate a Blogs package that includes the required folders and files, such as:
Service Provider
Routes
Controllers
Models
Views
Configuration files
This ensures the package follows the standard Bagisto module architecture.
Once the package is generated, review the structure to ensure everything is correctly created.
A typical structure may look like:
|
1 2 3 4 5 6 7 8 |
packages/Webkul/Blogs ├── src │ ├── Config │ ├── Database │ ├── Http │ ├── Models │ └── Providers └── composer.json |
This structure allows the package to integrate properly with the Bagisto ecosystem.
After generating the package:
Register the service provider
Run migrations (if needed)
Clear cache and test the module
This ensures the Blogs package is properly loaded in the Bagisto application.
To make the process easier to understand, we have also created a complete video tutorial demonstrating how to generate a Blogs package using the Package Development Skill.
After generating the Blogs package using the Package Development Skill, the package structure will be automatically created following the Bagisto package architecture. This includes important directories such as configuration files, controllers, models, providers, and other required components.
Below is an example of how the generated Blogs package structure looks in your Bagisto project.



Bagisto Agent Skills make development easier by helping AI tools better understand the Bagisto framework. With these skills, developers can quickly generate structured code, follow proper development practices, and reduce repetitive work.
In this guide, we explored how to install Bagisto Agent Skills, install specific skills, and use the Package Development Skill to generate a custom Blogs package. This approach helps developers save time and maintain a clean and organized project structure.
By combining AI-powered tools with Bagisto Agent Skills, developers can improve productivity and focus more on building features instead of handling repetitive setup tasks. As AI-assisted development continues to grow, these skills will play an important role in making Bagisto development faster and more efficient.
Let us know your thoughts in the comments below. If you’re looking to build something amazing with Laravel, why not consider hiring laravel developers who can bring your vision to life?
You can also check out our Bagisto Extensions.
If you have more details or questions, you can reply to the received confirmation email.
Back to Home
Be the first to comment.