An open API service indexing awesome lists of open source software.

https://github.com/tctibbs/agent-workflows

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.
https://github.com/tctibbs/agent-workflows

agentic-workflows ai-agents ai-coding-assistants automation claude-code code-review cursor developer-tools gemini-cli mcp

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

```
█████╗ ██████╗ ███████╗███╗ ██╗████████╗
██╔══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝
███████║██║ ███╗█████╗ ██╔██╗ ██║ ██║
██╔══██║██║ ██║██╔══╝ ██║╚██╗██║ ██║
██║ ██║╚██████╔╝███████╗██║ ╚████║ ██║
╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝
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.

## 📦 Workflow Packs

### Claude

| Category | Workflow | Description |
|----------|----------|-------------|
| **General** | [code-review](./claude/general/code-review/) | Pragmatic code review with severity triage |
| **General** | [security-review](./claude/general/security-review/) | Security scanning and vulnerability assessment |
| **General** | [documentation](./claude/general/documentation/) | Technical docs, API docs, tutorials, diagrams |
| **Development** | [python](./claude/development/python/) | Python 3.12+, FastAPI, async patterns, uv, ruff |
| **Development** | [typescript](./claude/development/typescript/) | Advanced types, generics, strict type safety |
| **Development** | [backend](./claude/development/backend/) | API architecture, microservices, event-driven |
| **Infrastructure** | [devops](./claude/infrastructure/devops/) | CI/CD, GitHub Actions, GitOps, containers |
| **Web** | [design-review](./claude/web/design-review/) | UI/UX review with Playwright browser automation |
| **Mobile** | [ios](./claude/mobile/) | iOS development, design review, mobile security |

[View full Claude documentation](./claude/README.md)

### Gemini
[View Gemini Workflows](./gemini/README.md)

### Compatibility Matrix
[View workflow availability by platform](./docs/compatibility.md)

## 🔌 MCP Servers

Some workflow packs require MCP (Model Context Protocol) servers for enhanced capabilities like browser automation and mobile device control. See [mcp/README.md](./mcp/README.md) for setup instructions and server details.

## 🧠 Shared Context

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.

## Acknowledgments

The workflows in this repository were inspired by, modified from, and in some cases directly copied from:

- **[claude-code-workflows](https://github.com/OneRedOak/claude-code-workflows)** by Patrick Ellis
- **[agents](https://github.com/wshobson/agents)** by wshobson

## Note

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!