Skip to content

Releases: primeline-ai/claude-code-starter-system

v1.1.0 - Session Management System

27 Feb 20:21

Choose a tag to compare

What's Included

4 Commands

  • /remember - Save learnings, decisions, and observations to project memory
  • /handoff - Create session continuity documents before closing Claude
  • /project-status - View current project state or initialize a new project
  • /context-stats - See context window usage

1 Skill (auto-activates at session start)

  • system-boot - loads project context and establishes session guidelines

2 Templates

  • memory-index.json - starter structure for your memory index
  • project-template.json - starter structure for a new project entry

Changes from v1.0.0

Fixed

  • plugin.json now passes claude plugin validate
  • Removed unsupported rules/ directory - all content folded into system-boot skill
  • Quick Start updated with correct installation method

Changed

  • system-boot skill now includes full session guidelines

Install

claude plugin add primeline-ai/claude-code-starter-system

Zero dependencies. Pure markdown and JSON. Works in any Claude Code project.