Skip to content

tesslio/agentic-cheat-sheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Agents Cheat Sheets

Concise, printable cheat sheets for popular AI coding agents. Built with Marp for easy PDF/HTML/slide generation.

Cheat Sheets

Terms - Essential AI/agent terminology

Claude Code - Anthropic's Claude Code CLI agent

Gemini CLI - Google's Gemini CLI agent

Codex CLI - OpenAI's Codex CLI agent

OpenCode - SST's open source agent

Prerequisites

# Install just (command runner)
# macOS
brew install just

# Linux
curl -sSf https://just.systems/install.sh | bash

# Install marp-cli
npm install -g @marp-team/marp-cli

Quick Start

just build    # Build PDFs
just run      # Preview server with live reload
just open     # Open output folder

Build Commands

just build        # Build PDFs
just build-html   # Build HTML
just build-png    # Build PNGs
just build-all    # All formats
just run          # Preview server

Contributing

PRs welcome! Please maintain consistent styling across sheets.

License

CC0 1.0 - Public Domain

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published