gudang-planet

Develop a Laravel-based multi-module backend with role-based access.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires laravel, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the development process for the Gudang Planet backend using Laravel, enabling efficient feature development, refactoring, and debugging.

Core Features & Use Cases

  • Multi-Module Backend: Supports POS, Operational, and Attendance modules within a single Laravel application.
  • Role-Based Access Control: Implements a robust role-based access system with defined roles and permissions.
  • Operational Management: Facilitates inventory management, transactions, supplier and customer management, stock mutations, marketing, and payroll.
  • Use Case: For developers looking to quickly implement features, refactor code, or debug within the Gudang Planet backend, this Skill provides the necessary tools and guidelines.

Quick Start

Start by initializing the gudang-planet skill to access its features and documentation.

Frequently Asked Questions about gudang-planet

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

FAQPage Schema
How do I structure a multi-module Laravel backend for POS, attendance, and operations?

A multi-module Laravel backend structures distinct POS, Operational, and Attendance modules within a single application. This approach isolates domain logic for inventory, transactions, and payroll while maintaining centralized role-based access control across all modules.

Does this Laravel backend skill require specific PHP extensions or dependencies?

Yes, this Laravel backend skill requires the Laravel framework and relevant PHP extensions installed in your environment. You must configure these dependencies before initializing the skill to access its development guidelines and resources.

How do I implement role-based access control in a Laravel multi-module application?

Role-based access control in a Laravel multi-module application defines specific user permissions across POS, Operational, and Attendance features. It restricts sensitive actions like inventory management, stock mutations, and payroll processing to authorized roles only.

What is the best way to manage inventory and stock mutations in a Laravel backend?

Managing inventory and stock mutations in a Laravel backend requires dedicated Operational modules. This module handles supplier and customer management, tracks stock movements, and processes transactions to maintain accurate operational data.

Can I use this Laravel skill to refactor and debug existing backend APIs?

Yes, you can use this Laravel skill to refactor and debug existing backend APIs. It provides structured guidelines and resources that streamline feature development and troubleshooting for the Gudang Planet application.

When should I use a multi-module Laravel application instead of separate microservices?

A multi-module Laravel application is ideal when consolidating POS, Operational, and Attendance domains into a single codebase. This approach simplifies cross-module data management and payroll processing while utilizing shared role-based access control.