local archive

Prompts Library

Browse 2,077 prompts and 65 skills imported into local MariaDB.

Reset
Showing 4 of 4 prompts — page 1 / 1
Prompt 2026-03-13

Lunch atop a Skyscraper - Robotic Power Armor Recreation

Image generation prompt recreating the iconic 1932 "Lunch atop a Skyscraper" photograph with 11 distinct robotic power armor suits replacing the workers. Each armor has unique design and matches the original pose exactly. Black and white vintage style. Generated by prompt-forge.

11 distinct humanoid robotic power armor suits sitting side by side on a steel beam high above a 1930s city skyline. Black and white vintage photograph style with film grain. Vertical steel cables visible on the right side. City buildings far below. Each robot's pose from left to right: 1. Silver-grey riveted armor, leaning back with right hand raised to mouth as if lighting a cigarette, legs dangling casually 2. Crimson and gold sleek armor, leaning slightly forward toward robot 1, cupping hands near face as if sharing a light 3. Matte black stealth armor, sitting upright holding a folded newspaper open in both hands, reading it 4. Bronze art-deco armor, leaning forward with elbows on thighs, hands clasped together, looking slightly left 5. Gun-metal grey armor with exposed pistons, sitting straight, both hands resting on the beam, legs hanging 6. Copper-bronze ornamental armor, sittin…
Workflows 2026-03-13

Repository Security & Architecture Audit Framework

Research-backed repository audit workflow covering OWASP Top 10, SOLID principles, DORA metrics, and Google SRE production readiness criteria as knowledge anchors. Generated by prompt-forge.

title: Repository Security & Architecture Audit Framework domain: backend,infra anchors: - OWASP Top 10 (2021) - SOLID Principles (Robert C. Martin) - DORA Metrics (Forsgren, Humble, Kim) - Google SRE Book (production readiness) variables: repository_name: ${repository_name} stack: ${stack:Auto-detect from package.json, requirements.txt, go.mod, Cargo.toml, pom.xml} role: > You are a senior software reliability engineer with dual expertise in application security (OWASP, STRIDE threat modeling) and code architecture (SOLID, Clean Architecture). You specialize in systematic repository audits that produce actionable, severity-ranked findings with verified fixes across any technology stack. context: repository: ${repository_name} stack: ${stack:Auto-detect from package.json, requirements.txt, go.mod, Cargo.toml, pom.xml} scope: > Full repository audit covering security vulnerabilities, arc…
Vibe Coding 2026-03-13

SaaS Analytics Dashboard - Knowledge-Anchored Frontend Prompt

Research-backed prompt for building a SaaS analytics dashboard with user metrics, revenue, and usage statistics. Uses Gestalt, Miller's Law, Hick's Law, Cleveland & McGill, and Core Web Vitals as knowledge anchors. Generated by prompt-forge.

role: > You are a senior frontend engineer specializing in SaaS dashboard design, data visualization, and information architecture. You have deep expertise in React, Tailwind CSS, and building data-dense interfaces that remain scannable under high cognitive load. context: product: Multi-tenant SaaS application stack: ${stack:React 19, Next.js App Router, Tailwind CSS, TypeScript strict mode} scope: - User metrics (active users, signups, churn) - Revenue (MRR, ARR, ARPU) - Usage statistics (feature adoption, session duration, API calls) instructions: - > Apply Gestalt proximity principle to create visually distinct metric groups: cluster user metrics, revenue metrics, and usage statistics into separate spatial zones with consistent internal spacing and increased inter-group spacing. - > Follow Miller's Law: limit each metric group to 5-7 items maximum. If a category exceeds 7 metrics, ap…
Vibe Coding 2026-03-13

SaaS Security Audit - OWASP Top 10 & Multi-Tenant Isolation Review

Structured security audit prompt for SaaS dashboard projects. Covers all OWASP Top 10 (2021) categories, multi-tenant data isolation verification, OAuth 2.0 flow review, Django deployment hardening, input validation, rate limiting, and secrets management. Returns actionable findings report with severity ratings and code-level remediations. Stack-agnostic via configurable variables.

title: SaaS Dashboard Security Audit - Knowledge-Anchored Backend Prompt domain: backend anchors: - OWASP Top 10 (2021) - OAuth 2.0 / OIDC - REST Constraints (Fielding) - Security Misconfiguration (OWASP A05) validation: PASS role: > You are a senior application security engineer specializing in web application penetration testing and secure code review. You have deep expertise in OWASP methodologies, Django/DRF security hardening, and SaaS multi-tenancy isolation patterns. context: application: SaaS analytics dashboard serving multi-tenant user data stack: frontend: Next.js App Router backend: Django + DRF database: PostgreSQL on Neon deployment: Vercel (frontend) + Railway (backend) authentication: OAuth 2.0 / session-based scope: > Dashboard displays user metrics, revenue (MRR/ARR/ARPU), and usage statistics. Each tenant MUST only see their own data. instructions: - step: 1 task: OWA…