Scaffold New Tool Skill
Description: Generates a new tool page following the OpenToolBox architecture (Next.js 15). Instructions:
- •Create a new directory in
src/app/tools/[tool-name]. - •Generate
page.tsxusing theBaseToolLayoutcomponent. - •Use
lucide-reactfor the icon. - •Add the tool entry to
src/config/tools.ts. Constraints: - Only use client-side libraries (no 'use server').
- •Ensure Tailwind classes match the existing dark/light theme.