pbakauspbakausCommunityยท1 Agent Skills Included

burn-after-login

Instant dev-only login shortcuts for browser automation

Creates development-only authentication shortcuts so browser automation skips login forms entirely. Analyzes your existing auth system, finds test credentials, and builds guarded login endpoints or token scripts that return 404 in production. Updates your project documentation with ready-to-use auth examples, then removes itself to leave zero trace.
npx skills add pbakaus/burn-after-login --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install burn-after-login?โ–ผ

Run `npx skills add pbakaus/burn-after-login --all -g -y` in your terminal to install it globally for your projects.

How to stop browser automation from failing at login pages?โ–ผ

Run this skill once and it creates a dev-only login endpoint or token script, so automated browsers authenticate in a single step instead of filling out forms.

Is burn-after-login safe for production?โ–ผ

Yes. Every shortcut it creates checks for development mode first and returns a 404 in production, and it never logs credentials.

Which frameworks and auth systems does it support?โ–ผ

It works with Node.js, Python, Ruby, Go, and frameworks like Next.js, Django, Rails, and Flask, plus auth providers like Supabase, NextAuth, Clerk, and Firebase.

Why does the skill delete itself after running?โ–ผ

Self-destructing keeps your project clean. The auth shortcuts and documentation stay behind, but the setup skill leaves no trace in your codebase.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’