zenoadmin / skills
Agent skills for Zeno Admin, Laravel Boost, and the Skills CLI.
Package info
Language:JavaScript
pkg:composer/zenoadmin/skills
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Reusable Agent Skills for building, securing, extending, and installing Zeno Admin projects.
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