By borkweb
My Original and Collected skills, agents, commands, and hooks. Writing, reviewing, planning, QA, and shipping across the dev cycle.
Create a conventional commit message by analyzing staged changes
Drive a goal to a merged endpoint — orchestrate the offload architect loop with contextual plan reviews, a push-based wait bridge, and gate-judged merge
Chains /review + /design-review + /qa into a single workflow. /review-security runs as Stage 2 when the diff touches security-sensitive code (auto-detected) or when --security is passed; skip with --no-security. Runs pre-landing code review, then live design audit, then QA testing — passing context forward between each stage. Use when you want the complete review pipeline in one command. Accepts optional URL, tier, and security flag arguments.
Architect mode — offload implementation to a watchable codex builder, judge results against frozen gates
Quick pre-merge safety check. Runs the critical-only pass from /review, a smoke-test QA (homepage + affected pages), and a quick test run. Designed for small PRs where /full-review is overkill. Use when asked to "preflight", "quick check", "safe to merge?", "sanity check", or "pre-merge check".
Audit and trim AI agent instruction files (AGENTS.md, CLAUDE.md, CONVENTIONS.md, .cursorrules, etc.) by testing which facts an AI agent can discover from code alone. Use when asked to lint, audit, optimize, prune, or trim any agent instruction file in a repository. Removes redundant documentation that wastes context tokens. Supports a dry-run mode that reports findings without modifying files.
Scopes a coding task before implementation — names the handful of files actually relevant (read/edit these), the areas to leave alone, and any open scope questions, so work doesn't start by reading the whole repo. Fires proactively at the start of substantive, multi-file, or unfamiliar-area work; stays silent on single-file edits, one-line fixes, questions, and continued work in an area already scoped this session. Use when beginning a feature, bug fix, or refactor that could plausibly touch several files or an area not yet seen this session.
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Drive a goal to a merge-ready endpoint by orchestrating the offload architect loop: run contextual plan reviews, dispatch a codex builder slice-by-slice, wait for each slice via a backgrounded bridge (no Claude-side polling), judge raw gates plus an independent `review` pass per slice, and run a final integration `review`. STOPS at the edge of merge by default and hands to the human — only merges when the goal text explicitly authorizes it. You stay the ARCHITECT and never write implementation code. Use when the user says "complete", "drive this to done", "take this to merge-ready", "run the whole loop", or invokes /complete.
Use when assessing an idea, plan, strategy, product direction, public decision, creative concept, or proposal from multiple perspectives. Triggers: council, debate this, assess this idea, challenge my plan, stress-test, devil's advocate, ethical review, pragmatic next step, visionary take, creative reframing, pre-mortem, trade-offs, values alignment, long-term implications.
Uses power tools
Uses Bash, Write, or Edit tools
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.
My Original and Collected skills, agents, commands, and hooks for Claude Code, Codex, and Gemini. Writing, reviewing, planning, QA, and shipping across the development cycle.
Skills are organized into two buckets:
skills/core/ — skills I wrote (or substantially extended from a small starting point)skills/gstack/ — skills ported from upstream sources like gstack, then trimmed of upstream-specific infrastructure and adapted to local conventionsPersonal voice and other private things live separately at borkweb/skills-private.
Add via skills.sh
npx skills add borkweb/skills
Or as a Claude Code plugin
/plugin marketplace add https://github.com/borkweb/skills
/plugin install bork
/plan-session — describe what you're building. It will reframe the problem before you write a line of code./plan-deep-review on any feature idea/plan-eng-review on any plan/review on any branch with changes/qa on your staging URL/ship to merge, run tests, and open the PRskills/core/)| Skill | Description |
|---|---|
| agents-md-lint | Audits AI agent instruction files (AGENTS.md, CLAUDE.md, etc.) and removes facts discoverable from code alone to save context tokens. |
| auto-scope | Proactively scopes a coding task before implementation — names the handful of relevant files (read/edit these), the areas to leave alone, and open scope questions, so work doesn't start by reading the whole repo. Tool-agnostic discovery (grepika / graphify / grep); self-skips trivial or single-file work. |
| caveman | Ultra-compressed response mode that drops articles, filler, and hedging to cut tokens ~75% while preserving technical accuracy. Intensity levels: lite / full / ultra (and wenyan variants). |
| complete | Drives a goal to a merge-ready endpoint by orchestrating the offload architect loop: runs contextual plan reviews (eng/design/devex), dispatches a codex builder slice-by-slice, waits for each via a backgrounded bridge (no Claude-side polling), judges raw gates plus an independent review per slice, and runs a final integration review. Stops at the edge of merge and hands to the human by default — merges only when the goal text explicitly authorizes it. The architect never writes implementation code. |
| council | Runs structured adversarial assessment of ideas, plans, and proposals through selected lenses, debate rounds, risk mapping, and a verdict. |
| handoff | Writes handoff documentation so agents can communicate with relevant context and pick up from an optimal place. |
| humanize | Detects and removes AI writing patterns (inflated language, em dash overuse, rule of three, hollow rhythm punches, etc.) on inline text or a file path; rewrites files in place. |
| offload | Architect-mode codex orchestration. Reads session-keyed handoffs from ~/.agent-handoffs/offload/, arbitrates builder disagreements, judges gate results against frozen criteria plus an independent review pass on each slice, specs the next one-PR slice, and dispatches a builder block into a new tmux window (falls back to Terminal, then headless). The architect never writes implementation code; the human is the final judge. |
| prototype | Scaffolds a frontend prototype or a backend prototype with a disposable state machine to test an idea. |
| red-pen | Strict editorial reviewer applying Orwell's rules and Practical Typography. Catches passive voice, dead metaphors, straight quotes, wrong dashes, and other prose drift. |
| review-security | Deep security review grounded in 20 CVE-based pattern libraries (Heartbleed, Log4Shell, Next.js bypass, runc escape, xz backdoor, etc.). Callable standalone or as a reference from review. |
| session-budget | X-rays context composition (stale vs. load-bearing), gives a compact/clear/leave-it verdict, and — only when a handoff would carry state not recoverable from disk/git — writes a reinit-ready handoff to a consume-once ~/.agent-handoffs/ mailbox. |
| writing-commits | Analyzes staged changes and generates conventional commit messages matching repository style. |
| writing-plans | Applies concise writing style to plan documents — strips filler, bans inflated adjectives, requires structured decisions. |
| writing-sql | Enforces strict vertical SQL formatting conventions for raw files, inline PHP, migrations, and framework query builders. |
skills/gstack/)Workflow stack ported from gstack and adapted. Together the skills cover a full sprint:
Think → Plan → Build → Review → Test → Ship
npx claudepluginhub borkweb/skills --plugin borkSkills for autonomous Linear issue processing — workflow, quality gates, and engineering standards
Core Agents and skills that aid software development workflows
Commands for Git operations, commits, and PRs
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Editorial "Essentials" bundle for Claude Code from Antigravity Awesome Skills.
Comprehensive skills library for Claude Code: planning, design, TDD, debugging, collaboration patterns, and proven techniques
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup