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-workflowsTools overview
What people ask about claude-code-workflows
What is OneRedOak/claude-code-workflows?
+
OneRedOak/claude-code-workflows is tools for the Claude AI ecosystem. 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. It has 3.8k GitHub stars and was last updated 9mo ago.
How do I install claude-code-workflows?
+
You can install claude-code-workflows by cloning the repository (https://github.com/OneRedOak/claude-code-workflows) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is OneRedOak/claude-code-workflows safe to use?
+
Our security agent has analyzed OneRedOak/claude-code-workflows and assigned a Trust Score of 77/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains OneRedOak/claude-code-workflows?
+
OneRedOak/claude-code-workflows is maintained by OneRedOak. The last recorded GitHub activity is from 9mo ago, with 8 open issues.
Are there alternatives to claude-code-workflows?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy claude-code-workflows to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](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>More 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