Skip to content
dsh-market Browse plugins GitHub 中文

lucky8197/dsh-devquest

Turns coding into an RPG: finished turns, tool calls and completed todos earn XP, with 27+ achievement badges, levels, titles and seasons. Event-driven scoring with a pure-function engine — the work itself is the game.

Stars ★ 3 Category Just for Fun Listed 2026-08-15 npm dsh-devquest

Install

Inside DeepSeek Harness, with dsh-market

dsh plugin --profile web add dshmarket

Or from the command line

dsh plugin --profile web add dsh-devquest

Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.

README

中文 | English

DevQuest is a DSH plugin: every turn, tool call, todo and token output in your agent is converted into XP by fixed rules. XP raises your level, levels unlock titles, and achievements track how far you've come. Install it and do nothing else — normal work scores automatically.


🎮 How It Works

Nothing to configure — just work, and XP accrues:

You do You get
✅ Complete a turn +10 XP, combo +1
🧰 Call a tool +1 XP (crafting tools like edit/cmd/SSH +2, capped +10 per turn)
📋 Clear todos +15 XP each
📝 Output tokens +1 XP per 10k
💥 Fail a turn +2 XP (consolation)
💪 Rise after a failure "Rise Again" achievement +100 XP

✨ Key Features

🎮 Progression

  • ⚔️ Turns/tools/todos/tokens → XP → level → title: a new title every 5 levels (30+ tiers), bigger combo = bigger multipliers
  • 🏆 58 achievements across six categories (Journey/Crafting/Quest/Time/Legend/Egg), rarity-colored, with hidden easter eggs and category collection bonuses

📅 Daily & Weekly

  • 📅 Daily quests: 3 random quests per day (24-quest pool), clear all for a chest
  • 🎯 Daily XP goal: set today's target, claim a reward on reaching it
  • 🗓️ Weekly challenges: 3 goals per week, clear all for a bonus
  • 🐉 Weekly boss: the 3 weekly quests fuse into a boss — slay it for season currency
  • 🎁 Daily lucky draw: free daily draw for XP / currency / items

🗓️ Season & Shop

  • 🗓️ Quarterly seasons: season XP is the shop currency (resets each season, anti-inflation), with a sprint bar, pass milestones, and an auto season wrap-up
  • 🛒 Season shop: combo shields / quest rerolls / XP boost cards / skip cards / title badges

🎨 Personality & Looks

  • 🎨 Theme skins: 10 palettes, buy once — own forever, switch free
  • 🏷️ Multiple titles: level titles + conditional titles (All-Rounder, etc.), switch freely
  • 🃏 Class system: your tool habits reveal a class (Edit Master / Command Runner / Versatile…)

📊 Data & Experience

  • 📈 Growth report / activity calendar / stats / hall of fame: daily XP bars, 30-day heatmap, top-5 tools, season records
  • 📤 Share card: one-click PNG of your level / title / stats
  • 🔊 Sound + desktop notifications: feedback on achievements / level-ups / boss kills (toggleable)
  • 🎨 Customizable panel: font scaling, compact mode, toast filter, drag positioning

🖥️ Screenshot

⚔️ entry at the sidebar bottom; click to open the draggable panel. Achievement/turn-settlement toasts pop in the corner:

⚙️ Install

Option 1: npm (recommended)

dshpm install dsh-devquest --profile web
# or
dsh plugin --profile web add "dsh-devquest"

Option 2: GitHub source

dsh plugin --profile web add "github:lucky8197/dsh-devquest#main"

Restart dsh web → ⚔️ appears at the sidebar bottom.

Agents can query progress too:

devquest_status        # level / XP / combo / daily quests / class / boss
devquest_achievements  # full achievement list & unlock state (58)
devquest_shop          # season shop: balance/items, buy=<itemId>
devquest_daily         # daily+weekly brief (plain text, pushable to IM)
devquest_reset         # reset save (dangerous, needs confirm=true)

📄 License

BSD-3-Clause

Content from the project README on GitHub ↗