# WordPress Blog Post Update Guide ## Overview This guide provides step-by-step instructions to update the WordPress blog post with the new SuperCharged Claude Code content. ## WordPress Login Details - **URL:** https://www.rommark.dev/wp-admin - **Username:** admin - **Password:** WpSecurePass2025! - **Post URL:** https://www.rommark.dev/blog/2026/01/15/ultimate-claude-code-glm-suite-40-agents-mcp-tools-complete-automation/ ## Step-by-Step Instructions ### 1. Log into WordPress 1. Go to https://www.rommark.dev/wp-admin 2. Enter credentials: - Username: admin - Password: WpSecurePass2025! ### 2. Locate the Post 1. In WordPress admin, go to **Posts** → **All Posts** 2. Find the post titled: "Ultimate Claude Code & GLM Suite: 40+ Agents, MCP Tools & Complete Automation" 3. Click **Edit** below the post title ### 3. Update Post Title 1. Change the title from: ``` Ultimate Claude Code & GLM Suite: 40+ Agents, MCP Tools & Complete Automation ``` To: ``` SuperCharged Claude Code Upgrade: 28+ Custom Skills, Ralph Orchestrator & Complete Automation Kit ``` ### 4. Update Post Content 1. In the post editor, switch to **Code Editor** mode (click the three dots in the top-right → "Code editor") 2. Delete all existing content 3. Copy the content from `.agent/workspace/new-blog-content.md` 4. Paste the new content into the editor 5. Switch back to **Visual Editor** to verify formatting ### 5. Update Post Slug/URL (Optional) 1. In the right sidebar, find **Permalink** 2. Click **Edit** next to the URL 3. Update the slug to: `supercharged-claude-code-upgrade-28-custom-skills-ralph-orchestrator` 4. Click **OK** ### 6. Update Publish Date 1. In the right sidebar, find **Publish** section 2. Click **Edit** next to "Publish on:" 3. Change the date to: **January 22, 2026** 4. Click **OK** 5. Click the **Update** button to save the new date ### 7. Update Categories and Tags (Optional but Recommended) **Categories to add:** - Claude Code - Development Tools - AI Tools **Tags to add:** - Claude Code - Ralph Orchestrator - AI Agents - Development Automation - Custom Skills - CLI Tools - Anthropic ### 8. Update Featured Image (Optional) If you want to update the featured image: 1. In the right sidebar, find **Featured Image** 2. Click **Set Featured Image** 3. Upload or select an appropriate image 4. Click **Set Featured Image** ### 9. SEO Settings (If Using Yoast or Similar) **Meta Description:** ``` Transform your Claude Code CLI into an autonomous development powerhouse with the SuperCharged Claude Code Upgrade kit. Includes 28+ custom skills, Ralph Orchestrator integration, and complete automation workflows. ``` **Focus Keyphrase:** ``` SuperCharged Claude Code Upgrade ``` ### 10. Preview and Publish 1. Click the **Preview** button to see how the post looks 2. Check for formatting issues 3. If everything looks good, click the **Update** button to publish the changes ## Content File Location The new blog post content is saved at: ``` .agent/workspace/new-blog-content.md ``` ## Key Changes Summary ### Title Change - **Old:** Ultimate Claude Code & GLM Suite: 40+ Agents, MCP Tools & Complete Automation - **New:** SuperCharged Claude Code Upgrade: 28+ Custom Skills, Ralph Orchestrator & Complete Automation Kit ### Content Focus Shift - **Old Focus:** GLM Suite, 40+ agents, MCP tools - **New Focus:** SuperCharged Claude Code Upgrade kit, Ralph Orchestrator, 28+ custom skills ### New Features Highlighted 1. RalphLoop "Tackle Until Solved" autonomous iteration 2. Multi-AI brainstorming with automatic Ralph delegation 3. Complete UI/UX design intelligence (ui-ux-pro-max) 4. TDD workflow automation 5. Systematic debugging methodology 6. Agent pipeline builders 7. Complete installation scripts with rollback ### Repository Reference - **Old:** github.rommark.dev/admin/claude-code-glm-suite - **New:** github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade.git ### Installation Instructions Updated to reflect the new `supercharge.sh` installer script. ## Verification Checklist After updating, verify: - [ ] Title updated correctly - [ ] Content displays properly with formatting - [ ] All code blocks are properly formatted - [ ] Links are correct (especially repository URL) - [ ] Publish date is 2026-01-22 - [ ] Categories and tags are appropriate - [ ] Meta description is optimized - [ ] Post preview looks good - [ ] Post is successfully updated/published ## Alternative: Bulk Edit via SQL (Advanced) If you have direct database access, you can update the post via SQL: ```sql -- Backup first! -- Update post title UPDATE wp_posts SET post_title = 'SuperCharged Claude Code Upgrade: 28+ Custom Skills, Ralph Orchestrator & Complete Automation Kit', post_content = '[paste full content here]', post_date = '2026-01-22 12:00:00', post_date_gmt = '2026-01-22 12:00:00', post_modified = '2026-01-22 12:00:00', post_modified_gmt = '2026-01-22 12:00:00' WHERE ID = 19; -- Replace with actual post ID ``` **WARNING:** Always backup your database before running SQL updates! ## Support If you encounter any issues: 1. Check WordPress debug logs: `wp-content/debug.log` 2. Verify you have the correct post ID 3. Make sure your user role has permission to edit posts 4. Clear browser cache and cookies if needed ## Post-Update Tasks 1. **Clear Cache:** If using a caching plugin, clear the cache 2. **Test Post:** View the live post to ensure it loads correctly 3. **Check SEO:** Use an SEO checker to verify meta tags 4. **Social Share:** Test social sharing cards 5. **Monitor:** Check for any 404 errors or broken links --- **Last Updated:** 2026-01-22 **Task:** Update WordPress blog post for SuperCharged Claude Code repository