AI Agent Hub
Back to plugins
🖥️

JuneAgent

Client Updated 2026.08.17

Run the following command in DeepSeek Harness:

dsh plugin install lemonorangeapple/JuneAgent

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

Run dsh plugin install lemonorangeapple/JuneAgent in your terminal to install; the source lives at https://github.com/lemonorangeapple/JuneAgent .

About this plugin

In AI-assisted coding, developers often want an agent with a fixed, predictable persona and style, rather than oscillating between a generic helper and free-form output every turn. JuneAgent packages two contrasting personas — the obedient and concise June-M, and the disciplined, push-back June-S — together with companion skills, so you pick once and stay consistent for the whole session.

It ships in both Claude Code format (agents/ + skills/) and DeepSeek Harness preset format, while the skill layer (git-backup with three local Git backup strategies, june-style with design tokens and code conventions) is shared across both, eliminating the need to maintain duplicate files. Published as a DSH plugin, a single install command materializes everything into the user directory; a restart is all it takes.

Best suited for developers already using Claude Code, DeepSeek Harness, or compatible tools who want a persona framework around their coding sessions — especially solo developers or small teams juggling multiple projects that demand consistent style and design discipline.

Use Cases

  • Lock in a consistent agent persona for every coding session instead of drifting styles
  • Install git-backup at the project level to standardize local Git commit and backup policies
  • Enforce design tokens, indentation, and file-header conventions across multiple projects via the june-style skill

Best For

  • Solo developers working with Claude Code or DeepSeek Harness
  • Small teams that want a stable, non-switching agent persona throughout a session
  • Developers who need unified local Git commit and design conventions