SaaS Project Bootstrap

v1.0.0

Bootstrap any SaaS, dashboard, mobile, or API project with a reusable 3-agent AI operating system. Creates AGENTS.md, architect/builder/tester instructions,...

1· 131·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for mededdahby/saas-project-bootstrap.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "SaaS Project Bootstrap" (mededdahby/saas-project-bootstrap) from ClawHub.
Skill page: https://clawhub.ai/mededdahby/saas-project-bootstrap
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install saas-project-bootstrap

ClawHub CLI

Package manager switcher

npx clawhub@latest install saas-project-bootstrap
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (bootstrapping a 3-agent AI OS) matches the delivered artifacts (AGENTS.md and documentation/templates). No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md limits behavior to detecting repository type and generating/updating AI-operating-layer files and explicitly forbids executing arbitrary shell commands unless the user asks. This is appropriate, but the detection step implies reading the repository tree and making file edits — users should expect the skill to propose concrete file changes and should review diffs before applying them.
Install Mechanism
Instruction-only skill with no install spec or code to write to disk beyond the templates it generates. This minimizes installation risk.
Credentials
No environment variables, credentials, or config paths are requested. The requested access (reading repository structure and writing templates) is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request permanent or elevated platform privileges or to modify other skills or global agent settings.
Assessment
This skill is instruction-only and appears coherent with its stated purpose: it will read the repo structure and propose/create documentation and agent template files. Before you apply its changes: run it in a sandbox branch or review the suggested file list and diffs, back up or commit your current work, and explicitly decline any automated shell execution or dependency installs unless you understand and approve them. If you need strict guarantees, ask the skill to output a dry-run patch or a list of exact file contents before writing to disk.

Like a lobster shell, security has layers — review code before you run it.

latestvk978wm6888jee85yy60mf2rfm983peem
131downloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

SaaS Project Bootstrap

Use this skill when the user wants to initialize a new project with a reusable AI workflow layer for planning, building, and testing.

What this skill does

This skill sets up a project operating system with 3 specialized agents:

  • Architect
  • Builder
  • Tester

It installs or generates:

  • AGENTS.md
  • .agents/architect.md
  • .agents/builder.md
  • .agents/tester.md
  • docs/PRD.md
  • docs/architecture.md
  • docs/user-stories.md
  • docs/api-spec.md
  • docs/test-plan.md
  • docs/decision-log.md
  • templates/feature-request.md
  • templates/bug-report.md
  • templates/task-prompt.md

Use this skill for

  • starting a new SaaS project
  • adding AI operating structure to an existing repo
  • preparing a repo for 3-agent workflows
  • standardizing docs and prompts
  • making a reusable project template

Project types supported

  • Next.js SaaS
  • React Native mobile app
  • backend or API service
  • dashboard or admin panel
  • full-stack product repo

Operating model

Architect

Use for:

  • scoping
  • PRD
  • user stories
  • architecture
  • task breakdown
  • acceptance criteria

Builder

Use for:

  • implementation
  • refactoring
  • API and UI wiring
  • scoped code changes
  • migrations

Tester

Use for:

  • validation
  • edge cases
  • regression checks
  • bug reporting
  • done criteria verification

Required behavior

When using this skill:

  1. Detect the current project type from the repository structure.
  2. Do not overwrite important project files without clear need.
  3. Keep changes scoped to the AI operating layer.
  4. Preserve the existing application structure.
  5. Prefer reusable conventions over project-specific assumptions.
  6. Generate docs and templates that match the detected stack when possible.

Standard output format

Always produce:

Detected Project Type

State the likely project type.

Files to Create

List the files that should be added.

Files to Update

List files that may need edits.

Starter Workflow

Explain how to start with:

  • Architect
  • Builder
  • Tester

Missing Setup

List anything still missing.

Prompt discipline

All work should follow:

  • Context
  • Goal
  • Constraints
  • Files involved
  • Expected output
  • Done criteria

Safety rules

  • Do not execute arbitrary shell commands unless the user explicitly asks.
  • Do not add dependencies unless necessary.
  • Do not rewrite unrelated files.
  • Prefer text templates and instructions over automation scripts unless the user requests install automation.

Success criteria

This skill is successful when:

  • the project contains the full AI operating structure
  • agent roles are clearly separated
  • reusable docs and templates are present
  • the repo is ready for Architect, Builder, and Tester workflows

Comments

Loading comments...