LaravelPackages.net
Acme Inc.
Toggle sidebar
zenoadmin/skills

Agent skills for Zeno Admin, Laravel Boost, and the Skills CLI.

29
0
v0.4.2
About zenoadmin/skills

zenoadmin/skills is a Laravel package for agent skills for zeno admin, laravel boost, and the skills cli.. It currently has 0 GitHub stars and 29 downloads on Packagist (latest version v0.4.2). Install it with composer require zenoadmin/skills. Discover more Laravel packages by zenoadmin or browse all Laravel packages to compare alternatives.

Last updated

Zeno Admin Skills

Reusable Agent Skills for building, securing, extending, and installing Zeno Admin projects.

skills.sh

Install

Install the complete collection:

npx skills add zeno-admin/skills

Install one skill:

npx skills add zeno-admin/skills --skill zeno-admin-development

The Skills CLI supports compatible agents such as Codex, Claude Code, Cursor, GitHub Copilot, Gemini CLI, and Windsurf.

Laravel Boost

Install the Composer package, then select zenoadmin/skills when Boost asks which third-party skills to install:

composer require zenoadmin/skills:^0.4 --dev
php artisan boost:install

During development, install the current branch with:

composer require zenoadmin/skills:dev-main --dev

Laravel Boost discovers the mirrored skills under resources/boost/skills; the Skills CLI continues to use skills/.

Skills

| Skill | Use when | | --- | --- | | zeno-admin-development | Adding host admin pages, menus, routes, roles, permissions, and panel UI | | zeno-admin-controller-development | Creating host controllers inside the Zeno admin boundary | | zeno-admin-context | Accessing the current authenticated administrator and authorization context | | zeno-plugin-development | Creating or changing Composer-distributed Zeno business plugins |

Each skill reads the target project's installed versions, repository instructions, and current implementation before choosing an API or pattern. Detailed references load only for the requested scenario.

Update

Skills CLI:

npx skills update

Laravel Boost:

composer update zenoadmin/skills
php artisan boost:update

License

MIT

Comments