carmack

Automate software engineering workflows for TypeScript, React, Rust, and Cloudflare Workers projects.

5|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/barkleesanders/claude-code-starter --skill carmack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: carmack
Source: https://github.com/barkleesanders/claude-code-starter/tree/main/skills/carmack
Command: npx skills add https://github.com/barkleesanders/claude-code-starter --skill carmack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Modern software development requires switching between debugging, code review, feature implementation, and deployment tools, causing context switching overhead and inconsistent quality. This skill unifies the entire engineering workflow into a single disciplined agent that applies systematic investigation, mandatory verification gates, and production-grade guardrails to every task.

Core Features & Use Cases

  • Systematic Debugging: 5-phase root-cause investigation with debugger attachment, reproduction harnesses, and evidence-based fixes for crashes, 500 errors, memory leaks, and race conditions.
  • Comprehensive Code Review: Audits for TypeScript/React 19, Rust, security vulnerabilities (XSS, SQL injection), performance issues (N+1 queries, cache topology), and production readiness with structured output.
  • End-to-End Feature Delivery: Covers planning (PRDs, brainstorming), implementation with Ralph mode, git safety, browser automation, task tracking, and Codex integration for rescue and adversarial review.
  • Infrastructure & Security: Cloudflare Workers deployment, D1 schema management, launchd/cron debugging, CSP configuration, DMARC setup, and dependency audit with Dependabot alert auto-fix.

Quick Start

Use the carmack skill to investigate the intermittent 500 errors on your API authentication endpoint and implement a fix with regression tests.

Frequently Asked Questions about carmack

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

FAQPage Schema
How do I debug intermittent 500 errors in a TypeScript API endpoint?

Debugging intermittent 500 errors requires a systematic 5-phase root-cause investigation that attaches debuggers, builds reproduction harnesses, and applies evidence-based fixes to isolate crashes and race conditions in your TypeScript code.

Can I automate security audits and code reviews for React and Rust projects?

Automated code review for React 19 and Rust projects audits security vulnerabilities like XSS and SQL injection, identifies performance issues including N+1 queries, and enforces production readiness with structured output.

What's the best way to deploy and manage Cloudflare Workers with D1 schemas?

Deploying Cloudflare Workers and managing D1 schemas involves infrastructure configuration that handles CSP setup, DMARC configuration, and dependency auditing with automated fixes for Dependabot alerts to ensure secure production releases.

Does this debugging workflow support finding memory leaks and race conditions?

Debugging memory leaks and race conditions is supported through a 5-phase investigation workflow that uses debugger attachment and reproduction harnesses to enforce no-lie verification gates before applying fixes.

How do I plan and implement end-to-end features with production guardrails?

End-to-end feature implementation covers planning with PRDs, git safety enforcement, browser automation, task tracking, and adversarial code review to coordinate specialized subagents for production releases.