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-commandSkills in this plugin
- ▌ enable-review · landonschropp bundleTurn interactive commit reviews back on for the current herdr workspace.
- ▌ disable-review · landonschropp bundleTemporarily turn off the requirement that pending changes be reviewed before committing in the current herdr workspace.
- ▌ interactive-ui · landonschropp bundleContains interactive interaction scripts. Use when another skill explicitly instructs invoking this one. Do not invoke on your own initiative.
- ▌ interactive-edit · landonschropp bundleUse 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.
- ▌ interactive-review · landonschropp bundleUse 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.
- ▌ interactive-command · landonschropp bundleRuns 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.