← all plugins

Ls Interactivity

by @landonschropp · plugin · 6 skills

Skills that let the user interact with the agent in a more user-friendly, intuitive way

Install the whole plugin (CLI)
npx skillmds add landonschropp/enable-review npx skillmds add landonschropp/disable-review npx skillmds add landonschropp/interactive-ui npx skillmds add landonschropp/interactive-edit npx skillmds add landonschropp/interactive-review npx skillmds add landonschropp/interactive-command
⬇ Download

Skills in this plugin

  1. enable-review · landonschropp bundle
    Turn interactive commit reviews back on for the current herdr workspace.
    1
    repo stars
  2. disable-review · landonschropp bundle
    Temporarily turn off the requirement that pending changes be reviewed before committing in the current herdr workspace.
    1
    repo stars
  3. interactive-ui · landonschropp bundle
    Contains interactive interaction scripts. Use when another skill explicitly instructs invoking this one. Do not invoke on your own initiative.
    1
    repo stars
  4. interactive-edit · landonschropp bundle
    Use when a skill needs the user to interactively edit a file in Neovim mid-workflow, then read their changes back. Takes a window name and the file to edit.
    1
    repo stars
  5. interactive-review · landonschropp bundle
    Use when a skill needs the user to interactively review code changes in revdiff mid-workflow — working changes, staged changes, or a specific commit — then read their annotations back. Takes a review mode.
    1
    repo stars
  6. interactive-command · landonschropp bundle
    Runs an interactive command in a separate window and waits for it to close. Invoked only when another skill explicitly calls for it, never on its own.
    1
    repo stars