🌐 US-Proxy
class="home wp-singular page-template-default page page-id-22074 wp-custom-logo wp-theme-sierra wp-child-theme-sierra-child keydesign-elementor-library elementor-default elementor-kit-6"> Skip to main content
// codegen.com

Find tools. Build agents.

The developer directory for Claude Code, Cursor, Windsurf, and every AI coding tool worth using.

codegen β€” zsh
$ codegen search "summarize a PR"
# 3 results across the directory
β†’ diff-summarizer skill Claude Code, Cursor
β†’ code-review-agent agent ~20 min build
β†’ using-plan-mode guide 9 min read
$ claude skill add diff-summarizer
βœ“ installed diff-summarizer β€” ready in this session
$
Course
Build Your First AI Coding Agent

This course walks through Claude Code's agent system from first concepts to a fully configured code review pipeline. Six lessons, each self-contained but building…

6 lessons Β· 6 lessons, ~1 hour total
Start learning β†’
code-review.yml
name: code-review
on: pull_request
skills:
  - diff-summarizer
  - security-lint
  - test-coverage
rules:
  - review-checklist
  - no-secrets
model: claude-sonnet-4.5
comment: on-failure
run: claude review --diff origin/main
// agent recipes

Build automated workflows

01Reads the PR diff
02Summarizes changes across files
03Runs security and secrets scan
04Checks test coverage
05Posts a review comment on failure
Browse agent recipes β†’

Also automate standups, issue triage, and reporting β†’

Pick a tool

Every tool page links the skills, configs, and guides ready to copy.

Browse the directory β†’