Skip to main content

Generate AI Context for Existing Projects

SkipSetup’s AI Context Generator allows you to add intelligent AI assistance to any existing project - whether it’s a starter template, downloaded codebase, Expo app, or your own work-in-progress application.

Why Generate AI Context?

Traditional AI assistants often hallucinate or misunderstand project structure. With .kiro/ context, your AI tools get:
  • Accurate project understanding - No more hallucinations about non-existent files
  • Specialized agents - Domain experts for auth, database, and fullstack
  • Complete specifications - API, components, and database schemas
  • MCP integration - Ready for Claude Desktop, Cursor, and other AI tools
  • Development workflows - Pre-configured hooks and automation

Quick Command

Prerequisites

  1. Free Groq API Key - Get one at console.groq.com
  2. Node.js 18+ - Already installed for most projects
  3. Existing project - Any JavaScript/TypeScript project with package.json

Step-by-Step Guide

Step 1: Download or Choose Your Project

Start with any project you want to work on:

Step 2: Set Your API Key

Step 3: Generate AI Context

Step 4: Explore and Use Your .kiro/ Directory

After generation, explore what was created:
You’ll see:

Using the Generated kiro-cli

Once you have .kiro/, use the included CLI to interact with your AI context:

What You’ll See

Real-World Examples

Example 1: Adding AI to an Expo App

Example 2: Enhancing an Existing React Native Project

Example 3: Team Onboarding with .kiro/

Generated AI Agents

Your project gets three specialized AI agents:

1. Authentication Expert

  • Knows your auth library (Expo Secure Store, Firebase, Supabase, etc.)
  • Understands your authentication flow
  • Can implement secure auth features for mobile/web
  • Follows your project’s security patterns

2. Database Architect

  • Analyzes your database schema (SQLite, WatermelonDB, etc.)
  • Understands relationships and migrations
  • Can write optimized queries for mobile performance
  • Knows your data layer patterns

3. Fullstack Specialist

  • Complete understanding of your entire stack (Expo, React Native, etc.)
  • Knows all components, screens, and navigation
  • Can implement features end-to-end
  • Follows your coding patterns and conventions

Project Compatibility

Works with virtually any JavaScript/TypeScript project:

Common Workflows

Workflow 1: Expo App Development with AI

Workflow 2: Debugging with Context-Aware AI

Workflow 3: Code Review and Refactoring

kiro-cli Commands Reference

Refer https://kiro.dev/docs/cli/