Skip to content

Releases: kylebrodeur/wordpress-agent-kit

v0.2.0: Complete CLI Refactor with Test Suite

16 Feb 16:33

Choose a tag to compare

What's New in v0.2.0

Major Changes

  • CLI Refactor: Complete rewrite using Commander.js for better command handling
  • Multi-Platform Bundles: Generate platform-specific agent kits (.github, .claude, .agent, .cursor)
  • Comprehensive Test Suite: Added 67 unit tests with 100% coverage on core modules
  • Professional Documentation: Updated README with badges and improved structure

Features

  • install: Copy WordPress Agent Kit files to target directory
  • setup: Interactive wizard for WordPress project configuration
  • sync-skills: Pull latest skills from upstream repository
  • playground: Launch local WordPress Playground instance

Testing & Quality

  • ✅ 67 passing tests (0 failures)
  • ✅ 100% coverage on lib/ and utils/ modules
  • ✅ Vitest with v8 coverage provider
  • ✅ Test scripts: pnpm test, pnpm test:coverage

Installation

npm install -g wordpress-agent-kit

Usage

wp-agent-kit install          # Install kit files
wp-agent-kit setup            # Interactive setup
wp-agent-kit sync-skills      # Sync upstream skills
wp-agent-kit playground       # Run WordPress Playground

See the README for complete documentation.

v0.1.0

13 Feb 03:10

Choose a tag to compare

Initial public release of WordPress Agent Kit

What's Included

  • 14 specialized WordPress skills (synced from WordPress/agent-skills)
  • Interactive setup CLI with @clack/prompts
  • Node-based installation and sync scripts
  • WordPress Playground integration
  • Comprehensive documentation

Quick Start

git clone https://github.com/kylebrodeur/wordpress-agent-kit.git
cd wordpress-agent-kit
npm run sync:skills
npm run install:kit /path/to/your-wp-project
npm run setup

Features

  • Smart project detection and triage
  • Context-aware skill routing
  • Interactive project customization
  • Fresh skills synced from official WordPress repo