new-project

Provision and scaffold a new OmegaOS project from a GitHub repository.

10|3|Updated May 26, 2026
One-click install
npx skills add https://github.com/agentik-os/OmegaOS --skill new-project-agentik-os
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-project
Source: https://github.com/agentik-os/OmegaOS/tree/main/skills/new-project
Command: npx skills add https://github.com/agentik-os/OmegaOS --skill new-project-agentik-os

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OmegaOS users spend significant time configuring and wiring a brand-new project: provisioning external services, scaffolding a production-grade stack, and registering the project for ongoing orchestration. This Skill automates that end-to-end pipeline, reducing setup toil and enabling repeatable deployments.

Core Features & Use Cases

  • Automates end-to-end provisioning: credentials, GitHub repo, Vercel project, Convex deployment, Clerk setup, and Stripe integration.
  • Scaffolds a Next.js stack (with Tailwind, branding tokens) and wires runtime services to a new project.
  • Registers the project in ~/.omega/projects.json, optionally imports Claude Design, and can propose Telegram integration for project governance.

Quick Start

From the OmegaOS TUI, select New Project (N) to automatically provision, scaffold, and wire a complete project pipeline.

Frequently Asked Questions about new-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Next.js project scaffolding and provisioning end-to-end?

Automated Next.js project scaffolding provisions external services like Vercel and Convex, wires runtime keys, and registers the project to enable repeatable deployments from a single TUI workflow.

Can I provision Convex, Clerk, and Stripe integrations automatically for a new SaaS project?

Yes, automated provisioning creates Convex deployments, configures Clerk authentication, wires Stripe integration, and generates environment files for a complete SaaS project stack.

What is the best way to scaffold a Next.js stack with Tailwind and branding tokens?

Scaffolding a Next.js stack applies Tailwind and branding tokens automatically, wiring runtime services and generating environment files to establish a production-grade application foundation.

Does automated project provisioning validate credentials before creating resources?

Automated provisioning validates credentials first, then performs idempotent resource creation across GitHub, Vercel, and Convex to ensure safe, repeatable setup without duplicate services.

How do I verify a production build succeeds after scaffolding a new project?

After scaffolding and wiring services, the automated pipeline executes a verification step to ensure the production build succeeds before completing project registration in OmegaOS.

Are there limitations when automating external service setup for SaaS projects?

Automated provisioning handles idempotent resource creation but includes optional human-in-the-loop steps for non-automatable services, ensuring safe configuration of complex external integrations.