Independent directory and educational resource. Not affiliated with Anthropic or Claude.
Automated Sequences

Agent Workflows

Pre-built multi-step automation sequences for Claude Code. Chain tools, APIs, and skills into powerful pipelines — install once, run forever.

Pre-built

Ready-to-Use Agent Workflows

Pick a workflow, drop it into your project, and start automating today.

CI/CD 3 workflows
CI/CD 5 steps

Full Deploy Pipeline

Run tests, build, deploy to Vercel, notify team on Slack, and create a GitHub release. Complete deployment in one command.

1Run tests
2Build
3Deploy
npx workflows add deploy-pipeline
CI/CD 5 steps

PR Review & Merge

Fetch PR diff, run Claude review, post inline comments, request changes or approve, then auto-merge on approval.

1Fetch diff
2Run review
3Post comments
npx workflows add pr-review-merge
CI/CD 5 steps

Docker Build & Push

Build Docker image, run security scan, push to registry, update Kubernetes manifest, and deploy to cluster.

1Build image
2Security scan
3Push registry
npx workflows add docker-deploy
Code Quality 2 workflows
Code Quality 5 steps

Code Audit Workflow

Scan for security issues, check test coverage, run linter, generate quality report, and open an issue for any failures found.

1Security scan
2Coverage check
3Run linter
npx workflows add code-audit
Code Quality 5 steps

Dependency Updater

Check outdated packages, run upgrade, test compatibility, generate a changelog, and create a pull request with all changes.

1Check outdated
2Run upgrade
3Test compat
npx workflows add dep-updater
Content & Docs 2 workflows
Content & Docs 5 steps

API Docs Generator

Parse codebase, extract endpoints, generate OpenAPI spec, write human-readable docs, and publish to GitHub Pages.

1Parse codebase
2Extract endpoints
3OpenAPI spec
npx workflows add api-docs
Content & Docs 4 steps

Release Notes Writer

Fetch commits since last release, categorize changes, write release notes, update CHANGELOG.md, and draft a GitHub release.

1Fetch commits
2Categorize
3Write notes
npx workflows add release-notes

Build a Custom Workflow

Chain any combination of Claude skills, shell commands, and API calls into a reusable pipeline. Our visual builder makes it simple.

Open Workflow Builder