wordpress-activitypub
Build, test, and release the WordPress ActivityPub federation plugin
All Skills in This Repository (13)
Pure Emerald Level Indicatorsgitattributes
Audits .gitattributes export-ignore rules so dev files stay out of WordPress.org release archives.
release
Automates version bumps and changelog generation for WordPress plugin releases using Jetpack Changelogger.
pr
Enforces branch naming, changelog, and reviewer rules when creating pull requests.
integrations
Implement third-party WordPress plugin integrations for ActivityPub federation.
federation
Explains ActivityPub protocol concepts, activity types, and server-to-server federation mechanics.
code-style
Enforces PHP coding standards and WordPress patterns for the ActivityPub plugin.
activitypub-testing
Automate PHPUnit and Playwright tests for the WordPress ActivityPub plugin.
activitypub-php-conventions
Standardize PHP coding conventions for the ActivityPub WordPress plugin.
activitypub-dev-cycle
Automate WordPress ActivityPub plugin development workflows with wp-env, tests, linting, and builds.
activitypub-federation
Explain ActivityPub actors, activities, and federation mechanics.
activitypub-integrations
Integrate the ActivityPub plugin with WordPress plugins via hooks and filters.
activitypub-release
Automate WordPress ActivityPub plugin releases and version synchronization across files.
Frequently Asked Questions
FAQPage SchemaHow to install wordpress-activitypub skills?▼
Run `npx skills add Automattic/wordpress-activitypub --all -g -y` in your terminal to install all skills in this suite globally.
What does the WordPress ActivityPub plugin do?▼
It connects a WordPress blog to the fediverse so posts, followers, and comments federate with Mastodon, Pixelfed, and other ActivityPub platforms.
How do these skills help with plugin development?▼
They teach your AI agent the project's PHP standards, testing patterns, PR workflow, changelog rules, and release process so it writes compliant code automatically.
Can AI agents run the plugin's tests and releases?▼
Yes. The dev, test, and release skills give agents exact commands for PHPUnit, Playwright E2E, linting, and versioned releases via the release script.
Do these skills work with Claude Code?▼
Yes. The skills follow the universal SKILL.md standard and include Claude Code discovery stubs, so they load automatically in Claude Code and compatible agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core