PHPackages                             ami-praha-a-s/ami-ai-skills - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ami-praha-a-s/ami-ai-skills

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ami-praha-a-s/ami-ai-skills
===========================

Set of shared AI skills for every AI supported project.

v0.0.2(1mo ago)1123↓75%MITJavaScriptPHP ^8.2CI failing

Since Apr 14Pushed 3d agoCompare

[ Source](https://github.com/AMI-Praha-a-s/ami-ai-skills)[ Packagist](https://packagist.org/packages/ami-praha-a-s/ami-ai-skills)[ Docs](https://github.com/ami-praha-a-s/ami-ai-skills)[ GitHub Sponsors](https://github.com/AMI-Praha-a-s)[ RSS](/packages/ami-praha-a-s-ami-ai-skills/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (2)Versions (3)Used By (0)

AMI AI Skills
=============

[](#ami-ai-skills)

[![Latest Version on Packagist](https://camo.githubusercontent.com/63b600c087e834d7b7845bc7b36b4bfa98b5523804b54e435088a43637dcaa7d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616d692d70726168612d612d732f616d692d61692d736b696c6c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ami-praha-a-s/ami-ai-skills)[![Tests](https://camo.githubusercontent.com/397491c4024e4b2624b16dc09f8692d6a44fdf4ec351075680e56295d601cc58/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616d692d70726168612d612d732f616d692d61692d736b696c6c732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ami-praha-a-s/ami-ai-skills/actions/workflows/run-tests.yml)

A collection of AI skills for [Laravel Boost](https://github.com/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
---------------

[](#included-skills)

SkillDescription`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
------------

[](#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
------------

[](#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
-----------------

[](#adding-new-skills)

To add a new skill to this package:

1. Create a directory under `resources/boost/skills/` with a kebab-case name
2. Add a `SKILL.md` file with YAML frontmatter (`name` and `description` required)
3. Write the skill content in Markdown
4. Run `composer test` to 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
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance95

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 69.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

56d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d45ab5a4ad71dfe6e6c93f8b2735aceea7ca59361d6b4b3e5835f46443b3d5b2?d=identicon)[AmiPraha](/maintainers/AmiPraha)

---

Top Contributors

[![desthercz](https://avatars.githubusercontent.com/u/25509616?v=4)](https://github.com/desthercz "desthercz (9 commits)")[![dtomsik](https://avatars.githubusercontent.com/u/27832396?v=4)](https://github.com/dtomsik "dtomsik (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

AMI-Praha-a-sami-ai-skills

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ami-praha-a-s-ami-ai-skills/health.svg)

```
[![Health](https://phpackages.com/badges/ami-praha-a-s-ami-ai-skills/health.svg)](https://phpackages.com/packages/ami-praha-a-s-ami-ai-skills)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
