This is your complete reference for building Bagisto packages from scratch. It covers the full stack: using the package generator to scaffold structure, setting up service providers and Composer autoloading, creating migrations and the contract/model/proxy pattern Bagisto uses with Concord, building repositories for data access, and wiring up routes, controllers, views, DataGrid tables, admin menus, ACL permissions, and system config. The skill breaks into focused sections (core, data, ui, features) so you can jump straight to what you need. If you're extending Bagisto with custom modules or trying to understand how its package architecture actually works, this walks through both the quick generator commands and the manual setup steps when you need more control.
npx skills add https://github.com/bagisto/agent-skills --skill package-development