https://github.com/indrajeetpatil/effective-claude-code-usage
Practicel tips on using Claude Code effectively
https://github.com/indrajeetpatil/effective-claude-code-usage
claude-code
Last synced: 4 days ago
JSON representation
Practicel tips on using Claude Code effectively
- Host: GitHub
- URL: https://github.com/indrajeetpatil/effective-claude-code-usage
- Owner: IndrajeetPatil
- License: cc0-1.0
- Created: 2026-02-18T21:53:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-07-05T09:04:07.000Z (5 days ago)
- Last Synced: 2026-07-05T10:11:26.404Z (4 days ago)
- Topics: claude-code
- Language: Python
- Homepage: https://www.indrapatil.com/effective-claude-code-usage/
- Size: 6.95 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Effective Claude Code Usage
Slides summarising patterns for using [Claude Code](https://docs.anthropic.com/en/docs/claude-code) effectively as a CLI agent — from tools, skills, and workflows to subagents, planning mode, and context management.
The slides can be seen here:
[](https://www.indrapatil.com/effective-claude-code-usage/)
## Development
This project uses Python 3.14 (see `.python-version`) with [uv](https://docs.astral.sh/uv/) for dependency management, [Quarto](https://quarto.org/) for rendering slides, and [just](https://github.com/casey/just) as a command runner.
### Prerequisites
```bash
# Install just (macOS)
brew install just
```
### Setup
```bash
just install
```
### Just Commands
```bash
just help # Show all available commands
just install # Install Quarto extensions and Python dependencies
just update # Update Quarto extensions and Python dependencies
just render # Render slides to HTML
just preview # Start a live preview with auto-reload
just open # Alias for preview (live-reload dev server over localhost)
just clean # Remove generated files and caches
just check # Check the Quarto and Python setup
just # Install dependencies and start live-reload preview
```
## Feedback
Feedback and suggestions are welcome in [the issue tracker](https://github.com/IndrajeetPatil/effective-claude-code-usage/issues).