Conversation
added 11 commits
January 27, 2026 12:35
…ert docs; add i18n workflow documentation
… update markers in main plugin class
… validation steps
…and rename references
…d clarify extraction process
…xed, and node_modules directories
…erns for consistency
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.
This pull request updates and streamlines the boilerplate's documentation, commands, and skills for maintaining and synchronizing WordPress plugin projects. It introduces new skills for boilerplate updates and plugin translations, simplifies several
.opencode/command/instructions, and enhances documentation to make workflows clearer and more maintainable.Key changes include:
1. Introduction of New Skills
boilerplate-updateskill (.opencode/skill/boilerplate-update/SKILL.md) to guide updating plugins to the latest boilerplate features, with detailed workflow, confirmation rules, and documentation references.plugin-translations-updateskill (.opencode/skill/plugin-translations-update/SKILL.mdand reference todocs/i18n.md) to standardize and automate plugin translation extraction, updating, and compilation. [1] [2]2. Documentation and Workflow Improvements
AGENTS.mdto provide a high-level overview, quick references, and clear documentation links for all major features, including new primitives and maintenance guidelines.docs/i18n.mdto clarify the translation workflow, emphasizing the need to build scripts before extracting strings and updating the sequence of steps.3. Simplification and Clarification of Command Instructions
.opencode/command/commands-upsert.mdto instruct users to use the newboilerplate-updateskill for syncing commands and skills, focusing only on the relevant configuration section..opencode/command/translations-upsert.mdto direct users to the new translation skill, clarifying language selection behavior..opencode/command/qa-upsert.md,.opencode/command/rules-upsert.md, and.opencode/command/strauss-upsert.mdin favor of the new skills and streamlined processes. [1] [2] [3]4. Composer Script Improvement
i18n:extractscript incomposer.jsonto exclude unnecessary directories (resources,vendor,vendor-prefixed,node_modules) from translation extraction, improving accuracy and performance.