Common Questions About Claude Code and the Top 100 Recipes
Claude Code itself is free to install. However, you need a Claude subscription to use it:
| Option | Cost | Best For |
|---|---|---|
| Claude Pro | $20/month | Casual users, lighter usage |
| Claude Max | $100/month | Heavy users, professionals using recipes daily |
| Claude Console | Pay-per-use | Developers, variable usage patterns |
| Enterprise | Custom pricing | Organizations needing team features |
For regular recipe use, Claude Max provides the best value with higher usage limits.
When using Claude Code:
- Your files stay on your computer — Claude Code reads files locally and sends only the content you explicitly share to Claude
- Conversations are not used for training — Anthropic does not use Claude Pro/Max/Enterprise conversations to train models
- Enterprise plans offer additional controls including data residency and audit logs
Check your organization's AI usage policies before using Claude Code for sensitive work. When in doubt, consult your IT or legal team.
| Feature | claude.ai | Claude Code |
|---|---|---|
| Interface | Web browser | Terminal/command line |
| File access | Upload files manually | Read files directly from your computer |
| Best for | Conversations, quick questions | Working with local documents and data |
| Output | Copy/paste from browser | Can write files directly |
The recipes in this collection are designed for Claude Code because they involve working with files on your computer.
No. Claude Code runs in a terminal, which might look technical, but you're just typing text. If you can:
- Open an application
- Type a sentence
- Copy and paste
You can use Claude Code and these recipes. The GETTING-STARTED.md guide walks you through everything step by step.
Each recipe shows two time estimates:
- Setup Time — How long the first use takes (learning the workflow)
- Time Saved — How much time you save compared to doing it manually
Most recipes take 10-30 minutes the first time. After that, repeat uses are much faster because you know the workflow.
No. Jump to whatever recipe matches a task you're facing today. The recipes are organized by function, not by difficulty progression.
Suggested starting points:
- Everyone: Start with Tier 1 (Recipes 001-010) — these are universal tasks
- By role: See the "Quick Start by Role" section in README.md
- By need: Scan the table of contents for a task you're doing this week
Absolutely. The prompts in each recipe are templates. You should:
- Replace
[BRACKETED]placeholders with your specific information - Adjust the tone, length, and format to match your needs
- Add context about your role, audience, and goals
Better prompts = better results. Don't be afraid to experiment.
This is normal. AI outputs are drafts, not finished products. Try:
- Be more specific — Add details about what you want
- Provide examples — Show Claude what "good" looks like
- Iterate — Ask for revisions: "Make it more concise" or "Add more detail about X"
- Check your inputs — Garbage in = garbage out. Better source material helps.
Each recipe has a "Troubleshooting" section for common issues.
Several options:
- Copy and paste — Select the output and paste into your destination
- Ask Claude to write it —
"Save this to a file called output.md" - Redirect output —
claude "your prompt" > output.txt(for one-time commands)
Yes. Claude Code can read:
- Excel files (.xlsx, .xls)
- CSV files (.csv)
- Word documents (.docx)
- PDFs (.pdf)
- Text files (.txt, .md)
- Most common document formats
Limited. Claude Code primarily works with files on your computer. For web research, you would:
- Download/copy content to a local file
- Have Claude Code analyze that file
Some enterprise configurations may have web access capabilities.
This usually means Claude Code isn't in your PATH. Try:
Mac/Linux:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrcWindows: Open a new terminal window, or reinstall following GETTING-STARTED.md.
Run the same installation command you used originally:
Mac (Homebrew):
brew upgrade claude-codeMac/Linux (curl):
curl -fsSL https://claude.ai/install.sh | bashnpm:
npm update -g @anthropic-ai/claude-codeYes, depending on your subscription:
| Plan | Limits |
|---|---|
| Claude Pro | Standard limits, may slow during heavy usage |
| Claude Max | 5x Pro limits |
| Console | Pay-per-use, no preset limits |
| Enterprise | Custom limits based on contract |
If you hit limits, you'll receive a message. Limits typically reset hourly or daily.
This collection was created to help knowledge workers get practical value from Claude Code. The recipes are based on real professional tasks across multiple industries and functions.
Open an issue in the project repository with:
- The recipe number (if applicable)
- What you expected vs. what happened
- Any error messages or unexpected output
Yes. See LICENSE.md for full terms. In short:
- Share within your organization
- Use commercially in your work
- Modify and adapt for your needs
- Don't resell as a standalone product
This collection covers 100 of the most common knowledge worker tasks. Future updates may add:
- New recipes for emerging use cases
- Improvements to existing recipes based on feedback
- Adaptations for new Claude Code features
- Be specific — Vague prompts get vague results
- Provide context — Your role, audience, goals, constraints
- Include examples — Show what "good" looks like
- Iterate — Treat first outputs as drafts to refine
- Review everything — AI output needs human judgment before use
Use caution or avoid:
- Legal documents that require attorney review
- Medical advice that requires professional expertise
- Financial decisions without professional validation
- Confidential data if your organization restricts AI use
- Final outputs without human review
Claude Code is a productivity tool, not a replacement for professional judgment.
- Start with one recipe — Master it before trying others
- Create a workflow — Same folder structure, same file naming
- Save your best prompts — Keep a file of prompts that work well for you
- Review before sending — Always check AI output before sharing
- Track your time savings — Notice where you're getting the most value
- Official docs: docs.anthropic.com
- Community: github.com/anthropics/claude-code/issues
- This collection: Start with GETTING-STARTED.md
- Check the GLOSSARY.md for term definitions
- Check the specific recipe's Troubleshooting section
- Ask Claude Code directly:
"How do I [your question]?" - Open an issue in the project repository
FAQ last updated: December 2025