ai-web-apps
Installation
SKILL.md
AI-Enhanced Web Apps
Acknowledgement: Shared by Peter Bamuhigire, techguypeter.com, +256 784 464178.
Use When
- Designing or building an AI-enhanced web app on Next.js + Vercel AI SDK with streaming chat, tool calling, RAG, multi-modal input, or MCP-exposed tools.
- Wiring an AI feature into a multi-tenant SaaS and needing the module gate, token ledger, and provider abstraction for that feature.
- Reviewing an existing AI web-app route for missing budget, quota, guardrail, or fallback controls.
Do Not Use When
- The AI feature is purely backend or batch (no interactive web surface) — use
ai-llm-integrationorpython-saas-integrationinstead. - The task is a pure UX pattern question — use
ai-ux-patternsorux-for-ai. - The task is full metering / billing strategy — use
ai-metering-billingorai-saas-billing. - The task is prompt or threat design — use
ai-prompt-engineering,ai-security, orllm-security.
Required Inputs
Related skills
More from peterbamuhigire/skills-web-dev
google-play-store-review
Google Play Store compliance and review readiness for Android apps. Use
80multi-tenant-saas-architecture
Use when designing or reviewing a multi-tenant SaaS platform — tenant
70jetpack-compose-ui
Jetpack Compose UI standards for beautiful, sleek, minimalistic Android
49gis-mapping
Use for web apps that need Leaflet-first GIS mapping, location selection,
49saas-accounting-system
Implement a complete double-entry accounting system inside any SaaS app.
47manual-guide
Generate end-user manuals and reference guides for ERP modules. Use when
41