nanobanana

Generate structured markdown cheatsheet prompts from long-form content.

282|23|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/team-attention/stanford-cs146s-kr --skill nanobanana-team-attention
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nanobanana
Source: https://github.com/team-attention/stanford-cs146s-kr/tree/main/.claude/skills/nanobanana
Command: npx skills add https://github.com/team-attention/stanford-cs146s-kr --skill nanobanana-team-attention

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of concise cheatsheet prompts from source content, preserving core ideas and structure for quick reference.

Core Features & Use Cases

  • Automated prompt creation: Converts source content into structured cheatsheet prompts for rapid AI usage.
  • Chapter-aware prompts: Optionally generates per-chapter prompts for long videos or multi-part guides.
  • Workflow integration: Reads source, analyzes content type, plans structure, and generates prompts in a deterministic pipeline.

Quick Start

Use the nanobanana skill to generate a cheatsheet prompt for a given week/slug:

/nanobanana week1/how-openai-uses-codex /nanobanana week1/how-openai-uses-codex --per-chapter

Frequently Asked Questions about nanobanana

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a cheatsheet prompt from a long YouTube video?

To generate a cheatsheet prompt from a YouTube video, use a three-step automation pipeline that analyzes the source content, designs a structure, and outputs a structured markdown prompt.

Can I create per-chapter prompts for multi-part guides?

Yes, you can create per-chapter prompts for multi-part guides by appending the --per-chapter flag, which directs the pipeline to output individual cheatsheet prompts for each distinct chapter.

What is the best way to automate markdown cheatsheet creation from existing content?

The best way to automate markdown cheatsheet creation is using a deterministic agent pipeline that reads source content, analyzes its type, plans the structure, and generates the final markdown prompt.

Does this cheatsheet generator work with multi-part guides and long-form content?

Yes, this cheatsheet generator works with multi-part guides and long-form content by analyzing the source material and optionally producing per-chapter prompts to preserve core ideas and structure.

How does the content analysis pipeline work when generating cheatsheet prompts?

The content analysis pipeline works by executing three sequential steps: it analyzes the source content type, plans the structural design, and generates the final markdown cheatsheet prompt.