backpressured-config

Generate BACKPRESSURE.md and configure MCP servers via /backpressured:config.

62|2|Updated May 29, 2026
One-click install
npx skills add https://github.com/lucasfcosta/backpressured --skill backpressured-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backpressured-config
Source: https://github.com/lucasfcosta/backpressured/tree/main/skills/config
Command: npx skills add https://github.com/lucasfcosta/backpressured --skill backpressured-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sets up the backpressure loop for a project by generating or updating BACKPRESSURE.md, and ensures Playwright MCP servers are installed and healthy. It enforces explicit invocation via /backpressured:config to avoid auto-triggering.

Core Features & Use Cases

  • Detects project lint/test/run commands and configures the loop.
  • Creates or updates BACKPRESSURE.md with project-specific checks and run instructions.
  • Verifies Playwright MCP and prepares optional MCP server configurations to streamline setup.

Quick Start

Run /backpressured:config to start the interactive setup and follow prompts to generate BACKPRESSURE.md and install required MCP components.

Frequently Asked Questions about backpressured-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up backpressure configuration for my project?

Backpressure configuration detects your project's lint, test, and run commands, then generates a BACKPRESSURE.md file to enforce a continuous verification loop during development.

What is the backpressure loop and how does it work with project commands?

The backpressure loop works by detecting your project's specific lint, test, and run commands, then documenting them in a BACKPRESSURE.md file to enforce continuous automated checks during your workflow.

Do I need Playwright MCP installed to configure project backpressure?

You do not need Playwright MCP pre-installed, as the configuration process verifies Playwright MCP status and prepares any required MCP server installations automatically during setup.

How do I generate a BACKPRESSURE.md file for my existing project?

You generate a BACKPRESSURE.md file by explicitly running the /backpressured:config command, which interactively detects your project commands and writes the configuration to the file.

Can I use backpressure setup without manually triggering the config command?

You cannot use backpressure setup without manual triggering, as the configuration explicitly requires running the /backpressured:config command to prevent auto-triggering and ensure interactive confirmation of project specifics.