Nano Banana Pro
Agent skill for nano-banana-pro
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is the AI Playbooks repository - a systematic framework for creating structured knowledge modules that provide AI agents with domain-specific expertise for complex tasks. The repository contains:
Playbooks function as "subjects" that can be paired with any "verb" (action), similar to REST APIs. The playbook provides domain knowledge while instructions specify actions to perform.
playbooks/ # All knowledge modules (meta and domain-specific) ├── playbook-creation.md # Meta framework for building playbooks ├── [topic]-playbook.md # Domain-specific playbooks examples/ # Practical demonstrations of multi-playbook usage ├── claude-code-noninteractive-blog/ # Blog post using multiple playbooks
Every playbook follows this consistent structure:
This repository contains only Markdown documentation files. There are no build systems, package managers, or test frameworks to run.
playbooks/playbook-creation.mdPlaybooks are designed to be composable - multiple playbooks can be combined for complex, multi-domain tasks using the
@playbook-name.md syntax.
Creative Commons Attribution 4.0 International License (CC BY 4.0)