wave-execute

Redirects wave-execute invocations to the aiox-wave-execute skill definition.

3.1k|952|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/SynkraAI/aios-core --skill wave-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wave-execute
Source: https://github.com/SynkraAI/aios-core/tree/main/.grok/skills/wave-execute
Command: npx skills add https://github.com/SynkraAI/aios-core --skill wave-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It lets users trigger the AIOX wave execution workflow through the shorter /wave-execute command without duplicating the full skill definition, keeping a single source of truth.

Core Features & Use Cases

  • Command Alias: Maps /wave-execute and mentions of wave-execute directly to the canonical /aiox-wave-execute skill.
  • Single Source of Truth: Loads and follows .grok/skills/aiox-wave-execute/SKILL.md exactly, preventing divergent parallel workflows.
  • Self-Recovery: Instructs regeneration via npm run sync:skills:grok when the aliased skill file is missing.
  • Use Case: A developer in a Grok-based CLI types /wave-execute to start the AIOX wave execution workflow without remembering the longer aiox-prefixed command name.

Quick Start

Run /wave-execute or mention wave-execute to invoke the aiox-wave-execute skill workflow.

Frequently Asked Questions about wave-execute

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

FAQPage Schema
How do I run the wave execution workflow in Grok CLI?

Type /wave-execute or mention wave-execute in the conversation. The alias loads and follows the canonical aiox-wave-execute skill definition, so both commands produce identical behavior.

What is the difference between wave-execute and aiox-wave-execute?

wave-execute is only a short alias for aiox-wave-execute. It contains no independent logic and delegates entirely to the aiox-wave-execute SKILL.md file as the source of truth.

What happens if the aiox-wave-execute skill file is missing?

The alias instructs you to regenerate it by running npm run sync:skills:grok. This command resynchronizes the Grok skills directory so the aliased skill file is restored.

Can I customize the wave-execute alias behavior separately?

No. The skill explicitly forbids inventing a parallel workflow. Any behavioral changes must be made in the aiox-wave-execute skill, which remains the single source of truth.