Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
7
Template for finding missing prompt files and ensuring all prompts in the `/prompts/` directory are documented in README.md.
Sign in to like and favorite skills
Template for finding missing prompt files and ensuring all prompts in the
/prompts/ directory are documented in README.md.
# List all prompt files ls prompts/ # Or use Glob tool: prompts/**/*.md
# Read "Prompt Engineering Templates" section in README.md # Note all documented prompts and their paths
filesystem_prompts - documented_promptsFor each missing prompt:
* **[Prompt Name](./prompts/filename.md)**: Brief description of what it does