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:
- Check current state:
# Check git status git status # Check recent commits git log -5 --oneline # Check current branch git branch --show-current