PHPackages                             x3p0-dev/x3p0-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. x3p0-dev/x3p0-skills

ActiveClaude-skill[Utility &amp; Helpers](/categories/utility)

x3p0-dev/x3p0-skills
====================

Shared AI skills for WordPress themes and plugins.

69↓88.9%PHP

Since Jun 11Pushed 1mo agoCompare

[ Source](https://github.com/x3p0-dev/x3p0-skills)[ Packagist](https://packagist.org/packages/x3p0-dev/x3p0-skills)[ RSS](/packages/x3p0-dev-x3p0-skills/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

X3P0 Skills
===========

[](#x3p0-skills)

Shared AI skills for WordPress themes and plugins, distributed as a Composer package and installed via a post-install script.

---

Requirements
------------

[](#requirements)

- PHP 8.1+
- Composer

---

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

[](#installation)

Add the package to your project's `require-dev` and configure the installer in your `composer.json`:

```
{
	"scripts": {
		"post-install-cmd": [
			"@x3p0-skills"
		],
		"post-update-cmd": [
			"@x3p0-skills"
		],
		"x3p0-skills": "X3P0\\Skills\\Installer::install"
	},
	"require-dev": {
		"x3p0-dev/x3p0-skills": "dev-master"
	},
	"extra": {
		"x3p0": {
			"skills": {
				"path": ".claude/skills"
			}
		}
	}
}
```

Then run:

```
composer require --dev x3p0-dev/x3p0-skills
```

Skills are installed into `.claude/skills/` by default. The `path` key under `extra.x3p0.skills` is optional — omit it to use the default.

---

Skills
------

[](#skills)

### General

[](#general)

SkillDescription`x3p0-code-style-js`JavaScript coding standards and style conventions`x3p0-code-style-php`PHP coding standards and style conventions### Theme

[](#theme)

SkillDescription`x3p0-theme-patterns`WordPress block pattern conventions for themes`x3p0-theme-block-style-variations`Block style variation conventions for themes---

Gitignore
---------

[](#gitignore)

Add the installed skill folders to your project's `.gitignore`:

```
.claude/skills/x3p0-*/

```

---

License
-------

[](#license)

GPL-3.0-or-later

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance60

Regular maintenance activity

Popularity10

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/ef868a4b45ef0263f49361744b8bb04e8f3cfcb8f3f79b274fc62823115ee596?d=identicon)[justintadlock](/maintainers/justintadlock)

---

Top Contributors

[![justintadlock](https://avatars.githubusercontent.com/u/1816309?v=4)](https://github.com/justintadlock "justintadlock (9 commits)")

### Embed Badge

![Health badge](/badges/x3p0-dev-x3p0-skills/health.svg)

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

###  Alternatives

[michaldudek/foundation

A set of useful PHP classes.

13112.6k13](/packages/michaldudek-foundation)

PHPackages © 2026

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