Skip to content

peth-eth/intel-sweep-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

intel-sweep-setup

A Claude Code skill that sets up autonomous monitoring for deployed apps — signals, intel-digest endpoint, admin dashboard, and automated pipeline. Works on any stack and host.

What it does

Gives you a continuous feed of crashes, user frustration, feature requests, and churn signals — without relying on users to report anything.

End state: A queryable /api/intel-digest endpoint that aggregates all intel from your app, an admin page to view it on demand, and an automated process that checks it regularly and surfaces findings wherever you work.

Two modes

Audit mode — /intel-sweep-setup

Scans what a project currently captures across three signal tiers, reports gaps, and offers to fix them.

Wire mode — /intel-sweep-setup wire [project-name]

Full setup: signals → endpoint → admin page → automation.

Signal tiers

Tier 1: Eyes Open (every app, day 1)

  • User counts (total, new today, DAU/WAU)
  • Client errors (crashes you'll never hear about otherwise)
  • Churn signals (paying users silent 3+ days)

Tier 2: Understanding Users (feature-dependent)

  • Onboarding funnel drop-off
  • Feature usage distribution
  • Chat topics, complaints, and feature wishes
  • Payment failures and cancellations
  • Trial-to-paid conversion
  • User feedback / PMF signals

Tier 3: Deep Ops (at scale)

  • Behavioral patterns (rage quit, burst-then-silence)
  • AI quality signals (regenerations, short responses)
  • Push notification health
  • Search dead ends
  • Rate limit hits
  • Cron / content freshness
  • Anti-abuse / bot detection

Farcaster add-on

Frame → app conversion, cast-to-engagement, social-graph churn.

Stack support

Detects your stack automatically:

Layer Supported
DB Prisma, Turso/libsql, Supabase, Drizzle, Mongoose
Platform Vercel, Cloudflare Workers, Fly.io, Railway, VPS
Billing Stripe, Lemon Squeezy
Observability Sentry, PostHog, Umami, Vercel Analytics

Output

Always ends with a plain-language summary:

  • What was done
  • What was skipped (and why)
  • What needs human action

Installation

# In your Claude Code session
/skill-manager install intel-sweep-setup

Or clone directly into your skills folder:

git clone https://github.com/peth-eth/intel-sweep-setup ~/.claude/skills/intel-sweep-setup

Usage

/intel-sweep-setup                        # Audit current project
/intel-sweep-setup wire my-app            # Full setup for my-app

Security note

The intel-digest endpoint returns user emails, messages, and behavioral data. It must be admin-only. Never expose the URL publicly, never commit the secret to version control.

About

Claude Code skill: autonomous monitoring pipeline setup for deployed apps — signals, intel-digest endpoint, admin dashboard, and automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors