suhel-nz
- 4 skills
- 0 followers
- 14 hours ago last updated
- ▌ Spec To Prototype · suhel-nz bundleConvert a rough product idea into an agent-ready SPEC.md with prioritized work packages, a dependency graph, and binary success criteria that a coding agent can verify itself. Use when the user describes a new idea, wants to spec out a prototype, or says something like "I have an idea for..." or "let's spec this out". This skill runs before scaffold-ai-prototype: it produces the execution plan, scaffolding produces the project.
- ▌ AI Prototype Patterns · suhel-nz bundleBuild or extend AI-powered features in a scaffolded Next.js prototype using current AI SDK and AI Elements patterns. Covers chat, tool-calling-chat, generative-ui, structured-generation, server-workflow, agent-loop, and voice. Use when the user asks to implement, extend, or refactor an AI-powered feature after scaffolding.
- ▌ Refresh AI Sdk Skills · suhel-nz bundleAudit this repo's skills against current official AI SDK, AI Elements, and shadcn/ui docs, then recommend or apply updates needed to keep the skills current. Use when the user asks to check for SDK drift, refresh the skill repo, review upstream changes, or update skills after AI SDK or AI Elements releases.
- ▌ Scaffold AI Prototype · suhel-nz bundleScaffold a new AI prototype project using Next.js App Router, Vercel AI SDK, and AI Elements. Use when the user asks to create, initialize, bootstrap, or start a new AI-powered project, prototype, chat app, agent, dashboard, or generative UI. This skill handles project creation and starter setup only; for feature implementation after scaffolding, use ai-prototype-patterns.