The best workflows and configurations I've developed, having heavily used Claude Code since the day of it's release. Workflows are based off applied learnings from our AI-native startup.
This repository collects production-tested Claude Code workflows and configurations drawn from day-to-day use at an AI-native startup. It currently offers three main workflows: a code review system using dual-loop architecture with slash commands and GitHub Actions to automatically check PRs for syntax errors, style guide adherence, and bugs; a security review system that scans codebases for exposed secrets, vulnerabilities, and OWASP Top 10 issues with severity-classified findings and remediation guidance; and a design review system that integrates Microsoft's Playwright MCP browser automation to assess front-end changes for UI/UX consistency and accessibility compliance. All three workflows plug into Claude Code through custom slash commands and GitHub Actions triggers. A notable detail is that the code review architecture is modeled on Anthropic's own internal Claude Code development process. The primary audience is development teams wanting to automate routine review tasks and free engineers for higher-level architectural work.
- ✓Open-source license (MIT)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Documented (README)
- !Inactive (>180d)
git clone https://github.com/OneRedOak/claude-code-workflowsResumen de Tools
Lo que la gente pregunta sobre claude-code-workflows
¿Qué es OneRedOak/claude-code-workflows?
+
OneRedOak/claude-code-workflows es tools para el ecosistema de Claude AI. The best workflows and configurations I've developed, having heavily used Claude Code since the day of it's release. Workflows are based off applied learnings from our AI-native startup. Tiene 3.8k estrellas en GitHub y se actualizó por última vez 9mo ago.
¿Cómo se instala claude-code-workflows?
+
Puedes instalar claude-code-workflows clonando el repositorio (https://github.com/OneRedOak/claude-code-workflows) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar OneRedOak/claude-code-workflows?
+
Nuestro agente de seguridad ha analizado OneRedOak/claude-code-workflows y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene OneRedOak/claude-code-workflows?
+
OneRedOak/claude-code-workflows es mantenido por OneRedOak. La última actividad registrada en GitHub es de 9mo ago, con 8 issues abiertos.
¿Hay alternativas a claude-code-workflows?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega claude-code-workflows en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/oneredoak-claude-code-workflows)<a href="https://claudewave.com/repo/oneredoak-claude-code-workflows"><img src="https://claudewave.com/api/badge/oneredoak-claude-code-workflows" alt="Featured on ClaudeWave: OneRedOak/claude-code-workflows" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies