Skip to content

Releases: ShipWithAI/shipwithai-plugins

shipwithai-starter v2.0.0

01 Jun 17:14
6dfbb9b

Choose a tag to compare

What's New

Pillar 7: Observability

  • setup-observability skill — installs observe.py PostToolUse hook that logs tool usage metadata to .claude/logs/YYYY-MM-DD.jsonl
  • Stdlib-only Python hook; silent-fail; respects DISABLE_OBSERVE=1 env var
  • Log rotation via Stop hook (30-day TTL)
  • init schema v1.2: observability.enabled field; Tier 3 now invokes setup-observability
  • review checks observe.py presence and .claude/logs/ gitignore status

Greenfield Entry Point (v1.2.0)

  • new-project skill — 3-phase interview from empty directory → scaffold + harness
  • init routes to new-project when no stack files detected
  • setup-memory writes greenfield status marker in CLAUDE.md

Workflow Gates (v1.1.0)

  • init schema v1.1: conventions.workflow_gates multi-select field

Skills (11 total)

Skill Description
init Guided setup interview (Essential → Standard → Full)
new-project Greenfield 3-phase interview → scaffold + harness
setup-memory CLAUDE.md + .claude/memory/
setup-permissions .claude/settings.json permissions
setup-hooks .claude/settings.json hooks
setup-mcp .mcp.json MCP servers
setup-agents .claude/agents/
setup-ssot architecture.md + ADRs + CODEMAPS
setup-observability observe.py hook + .claude/logs/ logging
review Harness health audit
update-ssot Sync docs with codebase

Quick Start

/shipwithai-starter:init

shipwithai-auth v1.0.0

20 May 13:39
bd2c6ef

Choose a tag to compare

shipwithai-auth v1.0.0

Initial release of the shipwithai-auth Claude Code plugin — production-ready authentication for Next.js apps.

Install

# Register the ShipWithAI marketplace (one-time setup)
/plugin marketplace add ShipWithAI/shipwithai-plugins

# Install the auth plugin
/plugin install shipwithai-auth@shipwithai

Skills

/shipwithai-auth:setup

Interactive wizard that installs your auth stack end-to-end:

  • Providers: Better Auth · Firebase Auth
  • OAuth: Google sign-in
  • Database schemas: Drizzle · Prisma · Supabase SQL
  • UI pages: Login, Register, Forgot Password, Reset Password, User Profile
  • Protected layout with server-side session verification
  • Provider README with every env var sourced
  • Auto-detects existing shadcn/ui theme

/shipwithai-auth:doctor

22-check health scanner across 8 categories — produces a scored report with actionable fixes.

Supported Stack

Framework Next.js 14+ App Router (Next.js 15 supported)
Auth providers Better Auth · Firebase Auth
OAuth Google
ORM Drizzle · Prisma · Supabase SQL
UI shadcn/ui + Tailwind CSS

What's Included

  • skills/auth-setup — setup wizard (SKILL.md + assets + references)
  • skills/auth-doctor — health scanner (SKILL.md)
  • commands/ — slash command definitions
  • manifest.json — skill registry
  • CHANGELOG.md — version history