BeClaude

backpressured

New
49GitHub TrendingGeneralby lucasfcosta

Skills for running long unattended AI coding sessions. It will help the agent verify and review its own work using tests, adversarial review, and manual verification through cURL or real browsers. This skill reduces the burden on human review and feedback by making the agent more thorough and self-sufficient.

First seen 6/1/2026

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/backpressured.md https://raw.githubusercontent.com/lucasfcosta/backpressured/main/SKILL.md
3
Invoke in Claude Code
/backpressured
View source on GitHub
testingcode-reviewagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is backpressured?

Skills for running long unattended AI coding sessions. It will help the agent verify and review its own work using tests, adversarial review, and manual verification through cURL or real browsers. This skill reduces the burden on human review and feedback by making the agent more thorough and self-sufficient.

How to install backpressured?

To install backpressured: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/backpressured.md https://raw.githubusercontent.com/lucasfcosta/backpressured/main/SKILL.md. Finally, /backpressured in Claude Code.

What is backpressured best for?

backpressured is a skill categorized under General. It is designed for: testing, code-review, agent. Created by lucasfcosta.