AI SummaryA quick onboarding booster for the BookMinder project that displays project structure, test coverage, and recent git history to get developers up to speed. Useful for new team members or returning developers needing context.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Hi! Let's get caught up on BookMinder" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (2 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/palimondo/BookMinder/main/.claude/commands/hi.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/expert-council.md "https://raw.githubusercontent.com/palimondo/BookMinder/main/.claude/commands/expert-council.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Say hi and get caught up on the BookMinder project
Hi! Let's get caught up on BookMinder
First, let's check the project structure: tree -h -I '__pycache__|claude-dev-log-diary|Library' . # Library folders in fixture/users ommitted for brevity `zsh !tree -h -I '__pycache__|claude-dev-log-diary|Library' . ` Next, let's check the living specification and our test coverage: source .venv/bin/activate && pytest --spec --cov=bookminder --cov-report=term-missing `zsh !source .venv/bin/activate && pytest --spec --cov=bookminder --cov-report=term-missing ` Let's check recent work: git log --oneline -10 `zsh !git log --oneline -10 ` git status `zsh !git status ` Finally read key documentation: @docs/apple_books.md @TODO.md Let's NOT jump straight into the action! We'll think harder about where we are in the project and we'll discuss and plan the next steps first.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster