By cheapsteak
Session patterns for working with Claude: adversarial review (stress-test artifacts), later (schedule a delayed prompt), monitor (wake Claude when external state changes), and improvement-loop (self-perpetuating multi-agent improvement rounds).
Stress-test any artifact by spawning an Adversary agent (finds problems) then a Counterweight agent (calibrates findings). Use when the user says "adversarial review", "challenge this", "stress test this", "red team this", or wants a second opinion on a design or implementation.
Run a self-perpetuating, multi-agent improvement loop on ANY codebase (chat, ingest, a UI, infra — anything with tests). A committed backlog of file-disjoint, waved tasks is implemented in parallel by a background Workflow, verified, adversarially reviewed, fixed, committed, and then re-scouted into the next round's backlog. Use when the user wants to iteratively harden/improve a project across many tasks ("improve X", "run a round", "keep iterating on Y", "set up an improvement loop"), to continue an existing loop ("run the next round"), or to fold a fresh ask into the next round. Requires the Workflow tool (multi-agent orchestration).
Schedule a delayed prompt that fires in the current Claude Code session at a target time, by launching a background bash task that exits at the target. Use when the user says "later", "in N hours/days", "wake me", "remind me in", "tomorrow", "next week", "schedule a follow-up", or wants to defer work past the 1-hour /loop ceiling. The wake payload can be a reminder, an instruction to execute, or a slash command.
Create a background polling loop that monitors an external system and wakes Claude only when something changes. Use when the user says "monitor", "watch", "keep an eye on", "poll", "wait for", or wants to be notified when something external finishes or changes (CI, deployments, build jobs, API status, review approvals, etc.).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Chang's Claude Code plugins — generic dev workflow, skill authoring, and macOS/web utilities.
# Add the marketplace
/plugin marketplace add https://github.com/cheapsteak/cheapsteak-agent-plugins.git
# Install individual plugins
/plugin install git-flow@cheapsteak-agent-plugins
/plugin install skill-authoring-kit@cheapsteak-agent-plugins
/plugin install agent-workflow@cheapsteak-agent-plugins
/plugin install macos-ops@cheapsteak-agent-plugins
/plugin install web-tools@cheapsteak-agent-plugins
/plugin install gql@cheapsteak-agent-plugins
Restart Claude Code after installation — plugins added mid-session don't load.
| Plugin | Version | Description |
|---|---|---|
git-flow | 0.2.0 | Commit, push, PR, rebase, review-feedback workflows on top of git + gh |
skill-authoring-kit | 0.1.0 | Build Claude skills, plugins, and hooks |
agent-workflow | 0.3.0 | Adversarial review, scheduled wake-ups, background-monitor polling, /explain command |
macos-ops | 0.1.0 | macOS sysadmin (memory diagnosis today) |
web-tools | 0.3.0 | Playwright-CLI-based browsing (cua-driver as alternative) |
gql | 0.1.0 | GraphQL / Apollo patterns |
| Plugin | Skills |
|---|---|
git-flow | pr, rebase, monitor-pr, address-pr-feedback |
skill-authoring-kit | skill-authoring, create-plugin, claude-hooks |
agent-workflow | adversarial-review, later, monitor |
macos-ops | diagnose-memory |
web-tools | browse |
gql | apollo-optimistic-updates |
cheapsteak-agent-plugins/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ └── <plugin-name>/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ │ └── <skill-name>/
│ │ └── SKILL.md
│ └── README.md
├── CHANGELOG.md
├── CLAUDE.md
└── README.md
When bumping a plugin's version, update all three:
plugins/<plugin>/.claude-plugin/plugin.json.claude-plugin/marketplace.jsonCHANGELOG.mdDeferred. Anthropic's plugin format works for Claude Code; for Codex we'd add an equivalent manifest per plugin once the format is settled.
MIT.
npx claudepluginhub cheapsteak/cheapsteak-agent-plugins --plugin agent-workflowSlack-style channels for cross-session AI agent messaging
Branch, commit, push, PR, rebase, and review-feedback workflows on top of git + gh CLI
Build Claude skills, plugins, and hooks. Bundles skill-authoring guide, plugin scaffolder, and hook-output reference.
macOS sysadmin skills. Today: diagnose memory pressure and identify what's consuming RAM.
Browse the web in a real browser to verify UI behavior, diagnose frontend issues, or take screenshots. Today: Playwright-CLI-based browsing, with cua-driver as an alternative for the user's already-open browser.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.