Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 27 May 22:03
· 28 commits to main since this release

User asked: better Vite/React site with docs + onboarding + playful look, agentic markdown files (CLAUDE.md etc), updated GitHub metadata, and a fix for /plugin marketplace add. Delivered all five.

Site rewrite (Vite + React + Tailwind + Framer Motion)

The single-file static site/index.html is gone. Replaced by a proper SPA in site/:

  • / — animated hero, how-it-works pipeline cards, slash commands preview, cost callout, use-case grid, final CTA
  • /install — six install channels with copyable commands and comparison table (CLI vs Skill vs Slash commands per channel)
  • /commands — full slash command reference with categories and "when to use"
  • /onboarding — 7-step interactive walkthrough with progress bar and Framer Motion step transitions. From npm install to morning review
  • /docs/* — renders existing docs/*.md via react-markdown + remark-gfm (Vite ?raw imports) with sticky sidebar nav. 8 pages: playbook, bulletproof, chrome-testing, qa-checklist, failure-modes, test-loop, cost-safety, FAQ

Dark nightshift theme: deep navy + amber accent, terminal aesthetic, subtle starfield. No emojis. Builds to ~580KB JS.

Site content sync agent

site/scripts/sync-content.ts — deterministic content sync. Reads package.json + commands/*.md, regenerates site/src/content/meta.ts. No LLM calls. Run via npm run sync inside site/. Documented in CLAUDE.md + AGENTS.md.

Agentic markdown files

  • CLAUDE.md — full working-in-repo guide. Project purpose, file map, conventions, when-to-modify-what.
  • AGENTS.md — multi-agent coordination. Roles, tool authority table.
  • .cursorrules — Cursor-specific concise summary.
  • .github/copilot-instructions.md — Copilot context.

Marketplace fix

.claude-plugin/marketplace.json was missing. /plugin marketplace add noluyorAbi/autonomous-agent-nightshift failed with Marketplace file not found. Now present.

/plugin marketplace add noluyorAbi/autonomous-agent-nightshift
/plugin install autonomous-agent-nightshift

GitHub metadata

  • Homepage URL → npm package page
  • Description tightened
  • 5 new topics: claude-code-plugin, npm-package, cli, cli-tool, homebrew

Site URL

Deployed to GitHub Pages via Actions. Live at custom domain once DNS is configured:

  • http://iyikivarsin.me/autonomous-agent-nightshift/