Skip to content

AINativeDev/agentic-cheat-sheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Terms cheat sheet

Tessl - The Tessl CLI: package manager for agent context

Tessl cheat sheet

Claude Code - Anthropic's Claude Code CLI agent

Claude Code cheat sheet

Gemini CLI - Google's Gemini CLI agent

Gemini CLI cheat sheet

Codex CLI - OpenAI's Codex CLI agent

Codex CLI cheat sheet

OpenCode - SST's open source agent

OpenCode cheat sheet

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 (runs check first)
just build-html   # Build HTML
just build-png    # Build PNGs (runs check first)
just build-all    # All formats
just check        # Verify every sheet fits on one page
just run          # Preview server

Note: Each sheet must fit on a single page. just check renders every sheet in headless Chrome and fails if content overflows the slide, so build and build-png won't produce artifacts from an overflowing sheet. Requires Google Chrome (override with CHROME_PATH on other platforms).

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

8 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors