PHPackages                             webisters/agent-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. webisters/agent-skills

ActiveLibrary

webisters/agent-skills
======================

AI agent skills and rules for Webisters PHP framework projects

00

Since Jul 28Pushed todayCompare

[ Source](https://github.com/webisters/agent-skills)[ Packagist](https://packagist.org/packages/webisters/agent-skills)[ RSS](/packages/webisters-agent-skills/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Webisters Agent Skills
======================

[](#webisters-agent-skills)

AI agent skills and rules for working inside [Webisters PHP framework](https://webisters.com) projects. Drop these files into your project and your AI agent (Claude Code, Cursor, Codex) will understand the framework's conventions, service container, routing, and commands out of the box.

What's included
---------------

[](#whats-included)

```
CLAUDE.md                          # Generic project rules (Claude Code, any agent)
AGENTS.md                          # OpenAI Codex / compatible agents
.claude/agents/
  webisters-new-project.md         # Scaffold new projects with webisters new-*
  webisters-routing.md             # Define and inspect routes
  webisters-database.md            # Configure and query the database service
  webisters-make.md                # Generate controllers, models, views
  webisters-testing.md             # Write and run PHPUnit tests
  webisters-config-env.md          # Config files and .env.php
.cursor/rules/
  webisters.mdc                    # Cursor IDE rules (always-on)

```

Installation
------------

[](#installation)

### Option A - Copy files into your project

[](#option-a---copy-files-into-your-project)

```
composer require webisters/agent-skills
```

Then copy the files you need from `vendor/webisters/agent-skills/` into your project root.

### Option B - Clone and copy manually

[](#option-b---clone-and-copy-manually)

```
git clone https://github.com/webisters/agent-skills
```

Copy `CLAUDE.md`, `AGENTS.md`, `.claude/`, and/or `.cursor/` into your Webisters project root.

### Which files to copy

[](#which-files-to-copy)

Agent / ToolFiles to copyClaude Code CLI or IDE extension`CLAUDE.md` and/or `.claude/agents/*.md`Cursor`.cursor/rules/webisters.mdc`OpenAI Codex`AGENTS.md`Any other agent`CLAUDE.md` (generic, works everywhere)Requirements
------------

[](#requirements)

- A Webisters project created with `webisters new-app` (or `new-api`, `new-one`, `new-site`)
- PHP &gt;= 8.2

License
-------

[](#license)

MIT

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance65

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1361450b81d8000640ce2030f715fbc192a64598a434f4ec6d42972dde2b4b50?d=identicon)[hafizmmoaz](/maintainers/hafizmmoaz)

---

Top Contributors

[![HafizMMoaz](https://avatars.githubusercontent.com/u/103947442?v=4)](https://github.com/HafizMMoaz "HafizMMoaz (1 commits)")

### Embed Badge

![Health badge](/badges/webisters-agent-skills/health.svg)

```
[![Health](https://phpackages.com/badges/webisters-agent-skills/health.svg)](https://phpackages.com/packages/webisters-agent-skills)
```

PHPackages © 2026

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