project-continue

Installation
SKILL.md

Continue project development by analyzing current state and resuming work.

Note: Configure project-specific test/build commands in CLAUDE.md or .claude/rules/ for automatic detection.

Steps:

  1. Check current state:
    # Check git status
    git status
    
    # Check recent commits
    git log -5 --oneline
    
    # Check current branch
    git branch --show-current
    
Installs
54
GitHub Stars
36
First Seen
Feb 9, 2026
project-continue — laurigates/claude-plugins