Plan meals with calorie tracking and shopping lists. Use when organizing weekly meals.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill mealplan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mealplan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-mealplan)More formats (shields.io, HTML) on the badges page.
---
name: "mealplan"
version: "3.0.0"
description: "Plan meals with calorie tracking and shopping lists. Use when organizing weekly meals."
author: "BytesAgain"
homepage: "https://bytesagain.com"
---
# mealplan
Plan meals with calorie tracking and shopping lists. Use when organizing weekly meals.
## Commands
### `add`
```bash
scripts/script.sh add <meal calories type>
```
### `list`
```bash
scripts/script.sh list <day>
```
### `plan`
```bash
scripts/script.sh plan <days>
```
### `nutrition`
```bash
scripts/script.sh nutrition <day>
```
### `shopping`
```bash
scripts/script.sh shopping <days>
```
### `random`
```bash
scripts/script.sh random <type>
```
## Data Storage
Data stored in `~/.local/share/mealplan/`.
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!