SaaS Engineering Foundation
The three audit skills every production SaaS app should pass: OWASP Top 10 security review, 12-Factor App compliance, and DORA metrics performance assessment. Run them in sequence — security, architecture, delivery — before any major launch or investor review.
Works with every agent that reads SKILL.md — Claude Code, Cursor, Codex CLI, Gemini CLI, GitHub Copilot, Windsurf, OpenClaw, and more.
One payment, lifetime access. 3 skills unlock instantly in your library.
30-day refund guarantee
Instant unlock in your library
Free updates from the creator
What's included
3 skillsBenchmark your DevOps performance against DORA standards and generate a prioritized 90-day improvement roadmap.
A rigorous security auditor that scans code for OWASP Top 10 vulnerabilities with severity ratings and concrete fixes.
Audit applications against 12-Factor methodology to identify architectural risks and generate cloud-native fix plans.
See it in action
You say
3-person startup. We deploy to production maybe 2–3 times per week. Lead time from branch to prod is about 3 days on average. Change failure rate is rough — maybe 25%? Things break in prod about 1 in 4 deploys. MTTR is around 3–4 hours.
Your agent does
DORA METRICS REPORT ════════════════════════════════════════ Team: 3-person startup Period: Current (self-reported estimate) Overall Tier: MEDIUM ════════════════════════════════════════
METRIC BREAKDOWN ────────────────────────────────────────────────────── Metric Current Tier vs. Elite Deployment Frequency 2–3×/week HIGH Elite = multiple/day Lead Time for Changes ~3 days HIGH Elite = < 1 hour Change Failure Rate ~25% MEDIUM Elite = 0–15% Mean Time to Restore 3–4 hours HIGH Elite = < 1 hour ──────────────────────────────────────────────────────
BOTTLENECK: Change Failure Rate — at 25%, roughly 1 in 4 deployments causes a production incident. This is dragging the overall tier to MEDIUM and inflating MTTR. Until failure rate drops, increasing deployment frequency will only multiply incidents.
IMPROVEMENT ROADMAP ────────────────────────────────────────────────────── Priority 1: Change Failure Rate (MEDIUM → HIGH) Current: ~25% Target: < 15% (moves from MEDIUM to HIGH/Elite boundary) [... abbreviated ...]
How to install
One snippet installs every skill in this bundle. Run it once per agent you use.
mkdir -p ~/.claude/skills
for slug in "dora-metrics-reviewer" "owasp-top10-reviewer" "twelve-factor-auditor"; do
curl -sL "https://www.agensi.io/api/install/$slug" -o "/tmp/$slug.zip" \
&& unzip -o "/tmp/$slug.zip" -d ~/.claude/skills \
&& rm "/tmp/$slug.zip"
donePaid skills require purchase first — the loop will fail on any skill you don't own. After buying the bundle, use the Download button to grab fingerprinted ZIPs from your library.