STARTUP AGENTS Skills Hub & Engine
New Release | Startup Agent Skills Hub

Orchestrate a Virtual Startup Team in Seconds

Connect 22 specialized roles with structured boundaries, input-output specifications, and strict compliance rules to automate business strategies, development pipelines, and launches.

Agent Prompt - Instant Setup
// Step 1: Copy this prompt and send it to your AI assistant
Download and install agent skills from this repository: https://github.com/lensetek/Startup-Agent-Skills-Hub
// Step 2: Verify the number of installed agents in your project
Verify how many agents/skills are present in my project right now and register all of them.
Compatible AI Platforms

Supported AI Coding Agents

Integrate our skill modules directly into various leading AI Coding Agents in the market today.

Google logo
Google

Antigravity / Gemini

Autonomous AI coding assistant from Google DeepMind designed specifically to understand large codebases, pair program interactively, and execute complex tools.

Anthropic logo
Anthropic

Claude Code

Autonomous agentic coding CLI by Anthropic that works directly in the terminal to edit files, run tests, and intelligently resolve complex bugs.

OpenAI

Codex

OpenAI's engineering agent for real codebase work across ChatGPT, CLI, editor, and desktop surfaces, with reviewable changes and task execution.

GitHub logo
GitHub

GitHub Copilot

GitHub's AI pair programmer for IDE assistance, repository workflows, pull requests, and issue-to-code collaboration inside the GitHub ecosystem.

Frameworks

Frameworks & SDK

Integrate these modules into custom-built pipelines like AutoGPT, CrewAI, LangChain, or custom assistants for multi-agent AI developer team orchestration.

Relay pipelines

3 Core Interactive Workflows

Witness how specialized agents communicate, process deliverables, and enforce boundaries at each stage of a digital startup lifecycle.

Start

User Idea

Rough vision or digital business idea provided by the user.

Source Input

CEO Strategy

`ceo-strategy-planner` outlines high-level roadmap, core mission, and segments.

CEO Vision Doc

Market Analysis

`market-analyst` parses competitor data, pricing matrix, and detects market gaps.

Opportunity Rep.

Product Scope

`product-manager` organizes core features via MoSCoW prioritization.

MVP Scope List
Output

PRD & Blueprint

`designer-uiux-specialist` drafts wireframes, and `prd-generator` outputs the final PRD.

Product PRD
Startup Engine

22 Specialized Agent Skills

Search and filter active startup agent profiles to review their key responsibilities and role-based boundaries.

Tailored Experience

Personalize Agents to Your Stack

Make agents smart and highly personalized by defining your project DNA. AI agents will automatically adapt their outputs to match your custom libraries, security requirements, and target customer personas without needing constant reminders.

// Copy and send this prompt to personalize your agents automatically
Analyze my project structure and dependencies, then automatically generate my startup_dna.md file inside the .agents directory.
Generated: .agents/startup_dna.md
# Startup DNA & Project Preferences
## 1. Business Profile
- Project Name: CleanEat
- Target Market: Jakarta urban professionals
- Primary Language: English (Marketing, docs, and code)
## 2. Detected Tech Stack
- Frontend: Vanilla HTML/JS
- Backend: Node.js (Express)
- Styling: Vanilla CSS
## 3. Security Rules
- API Keys must be stored in .env
- Mobile-first prioritization

Strict Credential Security Policy

SECURITY STANDARD VERIFIED
Mandatory Policy

Server-Side Storage Boundary

All sensitive configurations, tokens, database passwords, and API keys (e.g. Stripe, Gemini) must remain encapsulated in server environments, accessed strictly through `.env` variable lookups.

Zero Client-Side Keys

Frontend templates and client-side binary distributions are prohibited from direct external credentialed calls. All requests must route through local security proxy handlers.

RLS & Firebase Guards

PostgreSQL Row Level Security (RLS) and custom authentication matching on Firebase rules prevent unauthorized multi-tenant or generic wildcard access to database schemas.

DevOps Pre-Push Scan

The `devops-git-guard` module automatically inspects repository changes, audits stage directories for accidentally saved keys, and validates `.gitignore` paths before sync commits.
FAQ

Startup Agent Skills Hub FAQ

Quick answers for search engines, AI answer engines, and builders evaluating the skills hub.

What is Startup Agent Skills Hub?

Startup Agent Skills Hub is a collection of 22 modular AI agent skill definitions for orchestrating startup strategy, product planning, design, engineering, QA, DevOps, marketing, compliance, and launch workflows.

Which AI coding agents are supported?

The skills are designed for AI coding workflows including Google Antigravity and Gemini, Claude Code, Codex, GitHub Copilot, and custom multi-agent frameworks.

How does the project protect credentials?

The project requires secrets to stay server-side, routes credentialed calls through backend proxies, separates public client config from private keys, and includes QA and Git Guard checks for exposed credentials.