---
name: reading-log
description: "Reading Log — Reading Log — track books & reading habits. Personal daily-use tool for tracking and organizing your life. Use when you need Reading Log capabilities."
---

# Reading Log

Reading Log — track books & reading habits

## Why This Skill?

- Designed for everyday personal use
- No external dependencies or accounts needed
- Data stored locally — your privacy, your data
- Simple commands, powerful results

## Commands

- `add` — <title> [author]    Add book to reading list
- `start` — <title>           Start reading a book
- `progress` — <title> <pct>  Update progress (0-100%)
- `finish` — <title> [rating] Mark book finished (1-5 stars)
- `list` — [filter]           List books (all/reading/done/todo)
- `search` — <query>          Search books
- `stats` —                   Reading statistics
- `streak` —                  Reading streak
- `recommend` — [genre]       Book recommendations
- `shelf` —                   Visual bookshelf
- `export` — [format]         Export (md/csv/json)
- `info` —                    Version info

## Quick Start

```bash
reading_log.sh help
```

> **Note**: This is an original, independent implementation by BytesAgain. Not affiliated with or derived from any third-party project.

---
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
