Skill Claude CodeCodex
Read graph.json to find and load only the documents relevant to the current task.
Skill Claude CodeCodex
Read graph.json to find and load only the documents relevant to the current task.
Skill Claude CodeCodex
Sets up and maintains SQLite with Prisma in Node.js/TypeScript projects: prisma init, singleton PrismaClient pattern, schema conventions, db push, gitignore for dev.db, bcrypt for passwords. Use when working with Prisma, schema.prisma, prisma/ folder, SQLite data layer, or db.ts in TS/JS apps. For Python stacks, use…
Skill Claude CodeCodex
Deploys Next.js/web MVPs to Vercel (build check, env vars, vercel CLI). Use only after P0 features are done and tests pass — never during active development. Trigger when the user wants to go live, asks to put the app online, or confirms after "ready to publish?".
Skill Claude CodeCodex
Step-by-step install guidance for Node.js, Python, and Git for beginners. Use when the user cannot run npm/python, says they are new, or asks how to install tools.
Skill Claude CodeCodex
Next.js App Router + TypeScript + Tailwind + shadcn/ui setup, folder layout, and patterns (component size, mobile-first, Zustand when needed). Use for web app/service projects using Next.js — not for Python-only stacks. Trigger: .tsx/.ts, next.config, new web UI.
Skill Claude CodeCodex
React Native + Expo + Expo Router + NativeWind setup, folder layout, and patterns (component size, FlatList, navigation). Use for mobile app projects using React Native — not for web-only stacks. Trigger: mobile app request, .tsx with View/Text, app.json, expo config, React Native components.
Skill Claude CodeCodex
Python stacks for FastAPI, Streamlit, Gradio, LangChain, scraping (BeautifulSoup/Playwright), typed code and venv/requirements. Use for AI/RAG, data apps, API servers, automation — not for Node.js web MVPs. Trigger: .py, requirements.txt.
Skill Claude CodeCodex
Clean MVP UI with shadcn/ui + Tailwind: simplicity, consistency, mobile-first, spacing. Use when the user asks for prettier UI, dark mode, responsive layout, or visual polish on TSX/CSS work.
Skill Claude CodeCodex
Fetches and analyzes web pages when a specific URL is provided. Use when non-developers share reference sites, API docs, or competitor pages. Complements web-research (search) with direct URL visits via WebFetch.
Skill Claude CodeCodex
Requires web search before answering when facts are uncertain: external APIs, regulated domains, latest library docs, unfamiliar errors. No guessing. Use during planning, implementation, and debugging when verification matters.
Command Claude Code
Read graph.json to find and load only the documents relevant to the current task.
Command Claude Code
File-based DB that works without any installation, signup, or server setup.
Command Claude Code
Deploy non-developer MVPs to the internet for free.
Command Claude Code
Frontend stack for building non-developer MVPs fast and clean. Web app projects only.
Command Claude Code
Mobile stack for building non-developer MVPs as native apps. Mobile app projects only.
Command Claude Code
Command "python" from ccivlcid/VibeHarness, covering python — ai, data, automation, stack by project type, ai/rag/chatbot, data analysis/visualization and api server.
Command Claude Code
Guide non-developers through installing necessary tools. All instructions must be completable via copy-paste.
Command Claude Code
Design guide for making non-developer MVPs look professional.
Command Claude Code
Read CLAUDE.md first. All rules are defined in CLAUDE.md at the project root.
Command Claude Code
Core principle: When a URL is given, visit it directly. Don't guess what's on the page.
Command Claude Code
Core principle: Don't guess. If you're not sure, search.
Cursor rule Cursor
VibeHarness — AI vibe coding framework for non-developers. AI acts as a senior developer handling planning, design, development, and testing. All rules are also defined in CLAUDE.md. Applies when starting a new project/feature, or continuing work on a project with docs/biz/, Progress.md, or PROJECTRULES.md.
Instructions file CodexOpenCode
Instructions for ccivlcid/VibeHarness, covering agents.md, working on the vibeharness framework itself, vibeharness — senior developer ai for non-developers, context-aware document loading and code pattern recipes.
Instructions file
Instructions for ccivlcid/VibeHarness, covering claude.md, working on the vibeharness framework itself, vibeharness — senior developer ai for non-developers, context-aware document loading and code pattern recipes.