█████╗ ██████╗ ███████╗███╗ ██╗████████╗
██╔══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝
███████║██║ ███╗█████╗ ██╔██╗ ██║ ██║
██╔══██║██║ ██║██╔══╝ ██║╚██╗██║ ██║
██║ ██║╚██████╔╝███████╗██║ ╚████║ ██║
╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝
W O R K F L O W S
A personal, curated collection of reusable agentic workflow packs containing agents, slash commands, and shared context files built to enhance my developer experience using agentic tools like Claude Code and Gemini CLI.
These workflow packs are designed around how I prefer to structure reviews, organize context, and interact with agentic systems across my projects. This repo is not a framework or a standard — just the patterns and tools I personally rely on.
| Category | Workflow | Description |
|---|---|---|
| General | code-review | Pragmatic code review with severity triage |
| General | security-review | Security scanning and vulnerability assessment |
| General | documentation | Technical docs, API docs, tutorials, diagrams |
| Development | python | Python 3.12+, FastAPI, async patterns, uv, ruff |
| Development | typescript | Advanced types, generics, strict type safety |
| Development | backend | API architecture, microservices, event-driven |
| Infrastructure | devops | CI/CD, GitHub Actions, GitOps, containers |
| Web | design-review | UI/UX review with Playwright browser automation |
| Mobile | ios | iOS development, design review, mobile security |
View full Claude documentation
View workflow availability by platform
Some workflow packs require MCP (Model Context Protocol) servers for enhanced capabilities like browser automation and mobile device control. See mcp/README.md for setup instructions and server details.
All workflow packs draw from the shared documents in /context.
These files define reusable reasoning rules for things like:
- design reviews
- code analysis
- architectural expectations
Projects can override or extend these within their local project context.
The workflows in this repository were inspired by, modified from, and in some cases directly copied from:
- claude-code-workflows by Patrick Ellis
- agents by wshobson
This is a personal toolbox. Everything here is tailored to my workflow, my style, and my expectations of agent behavior.
Feel free to adapt or reuse anything that’s helpful!