reindex

Rebuild code search indexes for WordPress plugins, themes, and core versions.

23|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/PeterBooker/veloria --skill reindex-peterbooker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reindex
Source: https://github.com/PeterBooker/veloria/tree/main/.claude/skills/reindex
Command: npx skills add https://github.com/PeterBooker/veloria --skill reindex-peterbooker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to rebuild the search index for specific WordPress plugins, themes, or core versions, ensuring your code search remains up-to-date and accurate.

Core Features & Use Cases

  • Targeted Reindexing: Rebuild the index for a single WordPress extension (plugin, theme, or core release).
  • Flexible Triggering: Can be triggered via the Veloria API when the server is running or directly via the CLI if the server is not available.
  • Use Case: After a significant update to a custom plugin, you can use this Skill to reindex it, making all new code immediately searchable.

Quick Start

Reindex the 'akismet' plugin by running the reindex skill with 'plugins' and 'akismet' as arguments.

Frequently Asked Questions about reindex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I rebuild a WordPress search index after updating a plugin?

Rebuilding a WordPress search index updates your code search results by triggering a reindex for a specific plugin, theme, or core version. You can target a single extension using its repository type and slug to make new code searchable.

Can I reindex a WordPress theme when the server is offline?

Yes, you can reindex a WordPress theme offline by using direct CLI execution. This allows you to rebuild the search index without an active API connection when the Veloria server is unavailable.

What is the best way to make custom WordPress plugin code searchable?

Targeted reindexing is the best way to make custom WordPress plugin code searchable. By rebuilding the search index for your specific plugin slug, you ensure all recent updates are reflected in the search results.

Does this reindexing process support WordPress core versions?

Yes, the reindexing process supports WordPress core versions alongside plugins and themes. You can specify the core repository type to rebuild its search index and keep your code search current.

Why are my recent WordPress theme updates not showing in code search?

Recent theme updates may not appear in code search because the search index is outdated. Reindexing the specific theme rebuilds the search index, ensuring all new code modifications are immediately discoverable.