ami-praha-a-s/ami-ai-skills
Composer 安装命令:
composer require ami-praha-a-s/ami-ai-skills
包简介
Set of shared AI skills for every AI supported project.
README 文档
README
A collection of AI skills for Laravel Boost. When installed in a Laravel project alongside Boost, these skills are automatically discovered and made available to AI coding agents (Claude Code, Cursor, Copilot, etc.).
Included Skills
| Skill | Description |
|---|---|
create-ai-skill |
Teaches AI agents how to create new Laravel Boost AI skills with correct directory structure, frontmatter, and content patterns. |
create-ai-guideline |
Teaches AI agents how to create new Laravel Boost AI guidelines with correct format, discovery mechanism, and best practices. |
design-guide |
Manages the project's design guide -- creates it via codebase analysis and collaborative brainstorming if missing, consults it during frontend work, and keeps it updated as the design evolves. |
Installation
composer require ami-praha-a-s/ami-ai-skills --dev
Then run Boost install (or update) to discover and activate the skills:
php artisan boost:install
When prompted, select ami-praha-a-s/ami-ai-skills from the third-party packages list.
How It Works
Laravel Boost uses convention-based discovery. This package places skill files at:
resources/boost/skills/{skill-name}/SKILL.md
Boost scans all installed Composer packages for this directory structure and makes any discovered skills available during boost:install or boost:update. No ServiceProvider or PHP registration code is needed.
Adding New Skills
To add a new skill to this package:
- Create a directory under
resources/boost/skills/with a kebab-case name - Add a
SKILL.mdfile with YAML frontmatter (nameanddescriptionrequired) - Write the skill content in Markdown
- Run
composer testto validate the skill format
resources/boost/skills/my-new-skill/
SKILL.md
The automated tests verify that all skills have valid frontmatter and correct structure.
Testing
composer test
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 155
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-14