Skip to content

Releases: Magnussmari/devday

v2.0.1 — One-line install + Claude Code plugin packaging

21 May 17:29

Choose a tag to compare

First release after the S-tier install upgrade. No skill semantics changed — Phase 0 orient, /devday-log, and /devday behave exactly the same.

What's new

Install in one paste

Tell any agent:

Install DevDay from https://github.com/Magnussmari/devday — read the README, set up the /devday and /devday-log commands, and confirm when ready.

Claude Code plugin

/plugin marketplace add Magnussmari/devday
/plugin install devday@devday

The repo is now a single-plugin marketplace (.claude-plugin/marketplace.json) so it installs as a managed plugin and updates via /plugin update.

One-line shell installer

curl -fsSL https://raw.githubusercontent.com/Magnussmari/devday/main/install.sh | bash

Idempotent. --uninstall flag included. Respects DEVDAY_REF and CLAUDE_HOME env vars.

Repo housekeeping

  • SKILL.md moved to skills/devday/SKILL.md (canonical plugin layout)
  • CONTRIBUTING.md codifies the "git is the only runtime, two-command surface" contract
  • Bug + feature-request issue templates under .github/ISSUE_TEMPLATE/
  • README rewritten with badges and four install paths in order of friction

Migration note

If you installed v2.0.0 via the original curl ... SKILL.md path, re-run install.sh (or curl the new path skills/devday/SKILL.md) to pick up the canonical layout.