Bundles
Browse all available bundles and open each detail page for setup notes and install commands.
Language Stack
Go language baseline with idiomatic structure, implementation patterns, testing defaults, and security checks for harness-kit projects.
Read bundle docsJava language baseline with coding standards, implementation patterns, testing discipline, and security practices for harness-kit projects.
Read bundle docsPython language baseline with style, architecture patterns, testing guidance, and security guardrails for harness-kit workflows.
Read bundle docsRust language baseline covering idiomatic structure, implementation patterns, testing expectations, and secure coding defaults for harness-kit.
Read bundle docsTypeScript and JavaScript language baseline with coding style, implementation patterns, testing discipline, and security defaults for harness-kit projects.
Read bundle docsTech Stack
Your agent now works on Django projects across four specialized skills — architecture patterns, security, TDD with pytest-django, and pre-release verification loops.
Read bundle docsYour agent now builds production-ready Express servers — middleware stacks, routing, authentication, robust error handling, and database integration patterns for REST APIs.
Read bundle docsYour agent now scaffolds and reviews FastAPI applications against production-ready templates — async patterns, dependency injection, Pydantic models, middleware, and comprehensive error handling.
Read bundle docsYour agent now builds Fastify backends against best practices maintained by Fastify co-creator Matteo Collina — routes, plugins, JSON Schema validation, lifecycle hooks, Pino logging, security headers, and the full request lifecycle.
Read bundle docsYour agent now writes and debugs GitHub Actions workflows against the official GitHub documentation — syntax, triggers, matrices, runners, reusable workflows, caching, secrets, OIDC, deployments, and custom actions.
Read bundle docsYour agent now builds LangChain apps using the modern agent runtime — `create_agent()`, `@tool` decorator, middleware for custom flows, and standard patterns for human-in-the-loop and error handling. Sourced from LangChain AI.
Read bundle docsYour agent now models LangGraph workflows as directed graphs correctly — `StateGraph`, state schemas, nodes, edges, `Command`, `Send`, `invoke`, streaming, and error handling. Sourced from LangChain AI.
Read bundle docsYour agent now follows Next.js App Router best practices — RSC boundaries, async APIs, data fetching patterns, error handling, and image/font optimization.
Read bundle docsYour agent now designs and reviews PostgreSQL schemas against production-grade rules — proper data types (`TIMESTAMPTZ`, `NUMERIC`, `JSONB`), indexing for actual access paths, constraints, partitioning, and workload-aware patterns (insert-heavy / update-heavy / upsert).
Read bundle docsYour agent now writes and reviews React/Next.js code against 70 performance rules from Vercel Engineering — waterfalls, bundle size, server caching, re-renders, and hydration patterns.
Read bundle docsYour agent now follows Redis Engineering's own guidance for data structures, the Query Engine (RQE), vector search with RedisVL, semantic caching with LangCache, and performance tuning.
Read bundle docsYour agent now writes and reviews Spring Boot applications following GitHub's curated best practices — project structure, dependency injection, JPA, REST controllers, validation, Spring Security, and testing.
Read bundle docsYour agent now follows Supabase's own guidance for Database, Auth, RLS, Edge Functions, Realtime, Storage, and SSR client libraries (`supabase-js`, `@supabase/ssr`) — sourced from Supabase Engineering.
Read bundle docsYour agent now writes and reviews Vue 3 code following a vetted Composition API workflow — `<script setup>` with TypeScript, Pinia for state, Vue Router patterns, SSR, and Vite conventions.
Read bundle docsWorkflow
Token-efficient browser automation via accessibility snapshots (~200-400 tokens/page).
Read bundle docsBrave Search MCP server + usage skill — independent index, privacy-focused web search.
Read bundle docsPlaywright browser automation via persistent CLI daemon. Fine-grained control with ~50ms latency per command.
Read bundle docs> **Experimental** — heavy dependencies (Bun, ChromaDB via uv/Python). Powerful but complex setup.
Read bundle docsSelf-review checklist, PR review protocol, and review-response protocol for Claude Code. Covers all three sides of the review loop: before sending (self-review), when reviewing others, and when receiving feedback on your own diff.
Read bundle docsConventional Commits format for AI-assisted git workflows — structured commit messages that map directly to semantic versioning.
Read bundle docsOpen-source web scraping with JavaScript rendering, LLM extraction, deep crawl, and YouTube/PDF processing — self-hosted, no API key required.
Read bundle docsThe agent treats the repository as the system of record — decisions, plans, and constraints that aren't in the repo don't exist for the agent.
Read bundle docsHosted web scraping, search, crawling, and browser interaction via the Firecrawl CLI — clean markdown output shaped for LLM context windows.
Read bundle docsFile-based long-term memory for your agent — personal learnings stay on your machine, team-shared context lives in the repo. Zero dependencies.
Read bundle docsHosted long-term memory for your agent — searchable facts that persist across sessions, extracted automatically from conversation.
Read bundle docsLocal, offline long-term memory for your agent — a spatial palace (wings → rooms → halls) of verbatim memories retrieved by semantic search + metadata filter. No API keys, no cloud, no LLM calls on write.
Read bundle docsExplicit opt-out of persistent memory. Installs a short rule telling the agent that no memory backend exists in this project — so it stops trying (or pretending) to use one.
Read bundle docsTeaches the agent when to split work across parallel subagents, how to brief them so the results are actually usable, and how to avoid the common failure modes (overlapping edits, vague output, sequential dispatch).
Read bundle docsInstalls the brainstorm-then-plan-then-execute discipline — the habit of exploring the code, asking one clarifying question at a time, putting 2–3 approaches on the table with trade-offs, waiting for explicit approval before touching the filesystem, and then executing the approved plan with proper verification gates between tasks.
Read bundle docsTerminal-driven browser automation via the Playwright CLI. The agent opens a real browser, snapshots the accessibility tree, and interacts by stable element refs (`e3`, `e15`) — not CSS selectors, not pixel screenshots.
Read bundle docsBlocks bad commits at the git layer — conflict markers, obvious secrets, and tech-stack-appropriate lint/typecheck/test. No framework dependency (husky, lefthook, pre-commit.com) — just a portable shell script.
Read bundle docsFresh verification before completion claims. The agent stops treating \"looks correct\" as evidence and proves \"done\" with repo-appropriate commands.
Read bundle docsDedicated security review for risky diffs. The agent stops treating security as one checkbox inside generic code review and runs a focused pass on attacker-controlled inputs, trust boundaries, and exploit paths.
Read bundle docsSpec before plan for non-trivial work. The agent stops letting implementation become the first precise statement of scope and writes the source-of-truth spec in the repo first.
Read bundle docsRoot-cause-first debugging for agent sessions. The agent stops thrashing on quick fixes and works through reproduction, evidence, isolation, hypothesis, and only then a targeted fix.
Read bundle docsAgent-oriented web access via Tavily MCP. The agent can search for current information, extract clean content from URLs, and escalate into site mapping or crawling when a single page is not enough.
Read bundle docsTest-driven development for agent sessions. The agent stops coding first and instead grows behavior through small red-green-refactor loops.
Read bundle docs