zenoadmin/skills

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

Maintainers

Package info

github.com/zeno-admin/skills

Language:JavaScript

pkg:composer/zenoadmin/skills

Transparency log

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.4.0 2026-08-30 17:27 UTC

This package is auto-updated.

Last update: 2026-08-30 17:32:05 UTC


README

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 Developing ordinary project-level Zeno Admin business features
zeno-admin-controller-development Creating project-level admin HTTP controllers and responses
zeno-admin-context Accessing the current authenticated administrator and authorization context
zeno-plugin-development Creating or changing Composer-distributed Zeno Admin 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