Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
6
1. Create scripts/create-explorer.ts:
Sign in to like and favorite skills
Create CLI tool to generate explorer boilerplate:
Create scripts/create-explorer.ts:
Add npm script to package.json: "create-explorer": "ts-node scripts/create-explorer.ts"
Create README for the tool with usage examples
Example usage: npm run create-explorer -- --name "my-example" --category "data-routing" --stages 4 --title "My Example"