AI agent skills and rules for working inside Webisters PHP framework 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.
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)
composer require webisters/agent-skillsThen copy the files you need from vendor/webisters/agent-skills/ into your project root.
git clone https://github.com/webisters/agent-skillsCopy CLAUDE.md, AGENTS.md, .claude/, and/or .cursor/ into your Webisters project root.
| Agent / Tool | Files to copy |
|---|---|
| Claude 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) |
- A Webisters project created with
webisters new-app(ornew-api,new-one,new-site) - PHP >= 8.2
MIT