A template and workflow for feeding AI coding assistants structured context — project rules, code examples, and validation gates — instead of one-off prompts. Centers on Product Requirements Prompts (PRPs) that an agent generates, then executes.
Reviews each pull request for security issues: Claude reads the diff and flags vulnerabilities like injection, auth flaws, and hardcoded secrets as inline comments, with built-in false-positive filtering. Ships as a GitHub Action or slash command.
Displays model info, token usage, git branch and other runtime metrics as a customizable Powerline-style status line for Claude Code CLI. Includes an interactive TUI, many widgets (usage, speeds, block timer), OSC8 links, and cross-platform support via npx/bunx.
Wraps the OpenCode CLI with a plan-first workflow: agents propose a plan you approve before any code is written, and a ContextScout step loads your repo's existing patterns so output matches house style, not generic boilerplate.
Wraps Claude Code in a loop that re-runs it until a task is done, gating every exit behind two conditions — semantic completion plus an explicit EXIT_SIGNAL — so it never stops early. Adds rate limiting and a circuit breaker for unattended, headless runs.
Eight example apps for building with the Claude Agent SDK: an IMAP email assistant, a multi-agent research system, an Excel agent, a React/WebSocket chat UI, a .docx resume generator, and hello-world session demos. Local-only, not production.
Provides a set of Claude Code skills that let an LLM-driven agent control Browserbase via browser automation and the official bb CLI — includes browser automation with anti-bot/solver support, cookie sync, fetch/tracing, site-debugging, and serverless function workflows.
A library of 232 ready-made AI agent personas across 16 divisions — engineering, design, marketing, sales, security, finance, and more. Each defines a role, workflow, and concrete deliverables rather than just a prompt template.
Transforms enterprise architecture governance into a structured, AI-assisted workflow covering principles, requirements, risk, procurement and design reviews. Bundles templates, CLI/plugins and autonomous research agents (MCP integrations) to keep traceability and compliance.
Curated index of Claude Skills and plugins, grouped into ten categories from document processing and coding to data analysis and SaaS automation. A discovery layer for ready-made extensions you can reuse instead of authoring skill files yourself.
Capture file/component/HTML context from any React UI element with a keystroke so coding assistants get precise, paste-ready snippets. Works in development mode, offers plugin hooks and MCP integration, and targets faster/more accurate LLM-assisted coding workflows.
Provides 22 scripts that let Claude Code build, test, and interact with iOS apps by wrapping xcodebuild and controlling the simulator via simctl/idb. Uses accessibility-driven UI navigation, progressive build summaries, and compressed screenshots to cut token cost and fragility for AI agents and developers.