Stats
Actions
Tags
From xonovex-utility
Merges patterns from a source instructions file into a target instructions file, preserving structure and style. Supports optional aspect filtering, intensity control, interactive mode, and dry-run preview.
How this command is triggered — by the user, by Claude, or both
Slash command
/xonovex-utility:instructions-assimilate [target-instructions] [source-instructions] [--aspects <aspects>] [--percentage <percent>] [--interactive] [--dry-run]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /xonovex-utility:instructions-assimilate — Augment Project Instructions ## Arguments - `target-instructions` (required): Target AGENTS.md (augmented) - `source-instructions` (required): Source AGENTS.md (provides patterns) - `--aspects <aspects>` (optional): Focus aspects (e.g., "workflow,structure,integration") - `--percentage <percent>` (optional): Intensity 10-100 (default: 45) - `--interactive` (optional): Ask clarifying questions - `--dry-run` (optional): Preview without modifying ## Delegation Load the `instruction-guide` skill (plugin `xonovex-skill-instruction`) and perform it...
target-instructions (required): Target AGENTS.md (augmented)source-instructions (required): Source AGENTS.md (provides patterns)--aspects <aspects> (optional): Focus aspects (e.g., "workflow,structure,integration")--percentage <percent> (optional): Intensity 10-100 (default: 45)--interactive (optional): Ask clarifying questions--dry-run (optional): Preview without modifyingLoad the instruction-guide skill (plugin xonovex-skill-instruction) and perform its
merge operation with these arguments. The skill is the source of truth for the
procedure, output format, and gotchas — do not restate them.
npx claudepluginhub xonovex/platform --plugin xonovex-utility