Open
Conversation
Move the full taxonomist skill content and PHP scripts into the CLI plugin directory, removing the external skills/ folder. Register the skill as a user-invokable slash command and add an install_taxonomy_scripts tool so the agent can deploy scripts to target sites. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Environment variables don't work inside PHP WASM since there's no shell to set them and the wp_cli MCP tool passes command-line args directly. Switch all scripts to accept paths as WP-CLI eval-file positional arguments ($args) with sensible defaults under the site's taxonomist-data/ directory. Relative paths are resolved against ABSPATH so they work correctly inside the WASM virtual filesystem.
Collaborator
📊 Performance Test ResultsComparing 006b45b vs trunk app-size
site-editor
site-startup
Results are median values from multiple test runs. Legend: 🟢 Improvement (faster) | 🔴 Regression (slower) | ⚪ No change (<50ms diff) |
martinremy
approved these changes
Apr 4, 2026
martinremy
left a comment
There was a problem hiding this comment.
LGTM. This worked on my test blog and cleared up those messages.
The scripts are working, but there are a couple of odd behaviors.
- In this round, it assigned the parent category (
Travel) in addition to the nested one (e.g.Africa). I think this is OK, might be good for SEO. - It keeps changing my default category to
Music, a topic that accounts for only 20% of my posts. This one would be easy to squash with a line inSKILL.md.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use positional args instead of env vars for taxonomist PHP scripts