# dev

> Claude/Codex skill by [@automattic](https://omgskills.com/library/automattic/index.md) · 578 stars · Updated 2026-08-31

Development workflows for WordPress ActivityPub plugin including wp-env setup, testing commands, linting, and build processes. Use when setting up development environment, running tests, checking code quality, building assets, or working with wp-env.

Tags: activitypub, activitystreams, decentralized, federated, federated-social-web, fediverse, hacktoberfest, mastodon, ostatus, wordpress, wordpress-plugin

## Install

```sh
git clone https://github.com/Automattic/wordpress-activitypub /tmp/wordpress-activitypub && ln -s /tmp/wordpress-activitypub/.claude/skills/dev ~/.claude/skills/dev
```

## From README

Read .agents/skills/dev/SKILL.md for full instructions.

## Links

- HTML page: https://omgskills.com/skills/automattic/wordpress-activitypub/dev/
- GitHub: https://github.com/Automattic/wordpress-activitypub
- Author: [@automattic](https://omgskills.com/library/automattic/index.md)

## More from this repo

- [code-style](https://omgskills.com/skills/automattic/wordpress-activitypub/code-style/index.md) — PHP coding standards and WordPress patterns for ActivityPub plugin.
   - [@automattic](https://omgskills.com/library/automattic/index.md) · 578 stars
- [federation](https://omgskills.com/skills/automattic/wordpress-activitypub/federation/index.md) — ActivityPub protocol specification and federation concepts.
   - [@automattic](https://omgskills.com/library/automattic/index.md) · 578 stars
- [gitattributes](https://omgskills.com/skills/automattic/wordpress-activitypub/gitattributes/index.md) — Used when auditing or updating .gitattributes export-ignore coverage so dev-only files (lint configs, CI, tests, docs,...
   - [@automattic](https://omgskills.com/library/automattic/index.md) · 578 stars
