AI Agent Hub
Back to plugins
dsh-dev-actions preview

dsh-dev-actions

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install skitse/dsh-dev-actions

Paste the following prompt into your AI chat to install this plugin:

In the DeepSeek Harness terminal, run: dsh plugin install skitse/dsh-dev-actions to install the quick-actions plugin from https://github.com/skitse/dsh-dev-actions.

About this plugin

When you build with AI, the hidden tax is repetition: re-finding the device ID before every flutter run, re-typing the same login acceptance checklist each round, re-telling the model to reproduce before fixing. Each operation is small, but re-organizing language and parameters every turn quietly fragments your focus.

dsh-dev-actions solves this differently from a hand-curated command palette. The current model spots operations with reuse value mid-loop and calls built-in tools to pin them as three button types: Command (run in the project, stream logs, stop), Prompt (sent as a fresh user message to the AI), and AI Instruction (placed in the editable input box for you to review first). The model discovers, updates, deduplicates, and retires entries; you always keep execution authority, and creating an action never auto-runs or auto-sends.

Whether your stack is Flutter multi-platform, a web front-end with dev servers and E2E suites, backend containers with migrations, or Xcode native builds, if your workflow contains steps you find yourself repeating every round, this plugin tucks them all into one small panel, one click away.

Screenshots

Use Cases

  • One-click flutter run with saved device ID and live logs
  • Start dev server and run focused tests in a single tap
  • Turn a repeated login and auth acceptance prompt into one button

Best For

  • Flutter, iOS, and Android developers automating device and build commands
  • Web and backend engineers with repetitive dev-server, test, and log workflows
  • AI-assisted developers who want reusable acceptance prompts and collaboration instructions