posted an update

SkipSetup: Add AI Context to Any Project in Seconds

Want your AI assistant to truly understand your project's structure, dependencies, and patterns? Now it can.

We just released @skipsetup/generate — a tool that scans any JavaScript or TypeScript codebase (Next.js, Expo, React, and more) and creates a detailed .kiro/ AI context directory. This provides AI tools with accurate, project-specific knowledge, eliminating guesswork and hallucinations.

How it works:

  1. Get a free API key from Groq (console.groq.com).
  2. From your project root, run: export GROQ_API_KEY=your_key npx @skipsetup/generate@latest generate .
  3. Use the ready-made agents in the new .kiro/ folder:
    • auth-expert for authentication
    • database-architect for schema and queries
    • fullstack-specialist for general development

Just go into the folder and ask:

cd .kiro
./kiro-cli --agent fullstack-specialist "How do I add a new feature?"

Great for onboarding, debugging, or getting smarter AI help tailored to your code.

Full guide: https://getawdejenhabtegebrielllc-666b92cf.mintlify.app/quick-start/generate-project

Log in or sign up for Devpost to join the conversation.