An open API service indexing awesome lists of open source software.

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

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:

[![introductory slide](media/social-media-card.png)](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).