Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ A command-line interface for dynamically assembling context for AI coding agents

This tool collects context from predefined rule files and a task-specific prompt, substitutes parameters, and prints a single, combined context to standard output. This is useful for feeding a large amount of relevant information into an AI model like Claude, Gemini, or OpenAI's GPT series.

**📖 [View Full Documentation](https://kitproj.github.io/coding-context-cli/)**
**📖 [View Full Documentation](https://kitproj.github.io/coding-context-cli/)**
**📊 [View Slide Deck](./SLIDES.md)** | [Download PDF](./SLIDES.pdf) | [How to Present](./SLIDES_README.md)

## Features

Expand Down Expand Up @@ -664,3 +665,23 @@ selectors:
# Implementation Task
...
```

## Presentations

A comprehensive slide deck is available for presenting and learning about the Coding Context CLI:

- **[View Slide Deck](./SLIDES.md)** - Full presentation with 50+ slides
- **[Presentation Guide](./SLIDES_README.md)** - How to view, export, and present
- **[Example Usage](./examples/PRESENTATION.md)** - Presentation scenarios and tips

The slides are written in [Marp](https://marp.app/) format and can be:
- Viewed in VS Code with the Marp extension
- Exported to HTML, PDF, or PowerPoint
- Presented directly from a browser
- Customized for your audience

Perfect for:
- **Team onboarding** - Introduce the tool to new team members
- **Tech talks** - Present at meetups or conferences
- **Workshops** - Run hands-on training sessions
- **Documentation** - Visual reference for features
Loading