Coding Agents Workshop banner
sshh12 sshh12

Coding Agents Workshop

Development community

Description

Workshop: Optimizing Codebases for Agents — Coding Agents Conference, March 3, 2026

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Optimizing Codebases for Agents

[![Blog](https://img.shields.io/badge/Blog-blog.sshh.io-blue?style=flat-square&logo=hashnode)](https://blog.sshh.io/) [![GitHub](https://img.shields.io/badge/GitHub-sshh12-181717?style=flat-square&logo=github)](https://github.com/sshh12) [![X](https://img.shields.io/badge/X-@ShrivuShankar-000000?style=flat-square&logo=x)](https://x.com/ShrivuShankar) [![LinkedIn](https://img.shields.io/badge/LinkedIn-shrivushankar-0A66C2?style=flat-square&logo=linkedin)](https://linkedin.com/in/shrivushankar) [![Chat](https://img.shields.io/badge/Chat-Coffee%20Chat-orange?style=flat-square&logo=googlechat)](https://sshh.io/coffee-chat)

**Conference:** Coding Agents: AI Driven Dev Conference **Date:** March 3, 2026 **Location:** Computer History Museum, Mountain View, CA **Speaker:** Shrivu Shankar (VP AI, Abnormal Security)

Your agent isn't broken. Your codebase is.

What This Is

This repo contains the materials for the "Optimizing Codebases for Agents" workshop. It includes a demo app in two versions (before and after optimization), an AI-readiness scorecard, and agent race narrator notes.

Prerequisites

  • A laptop with a development environment
  • An AI coding tool installed and authenticated (Claude Code, Gemini CLI, Codex CLI, or Cursor)
  • Python 3.10+
  • A repository you want to audit (open source or personal). If you don't bring one, you can audit the A/ demo app.

Quick Start

git clone https://github.com/sshh12/coding-agents-workshop.git
cd coding-agents-workshop

Run the "Before" app (Version A)

cd A
pip install -r requirements.txt
python app.py
# Open http://localhost:8000

Run the "After" app (Version B)

cd B
pip install -r requirements.txt
python manage.py run
# Open http://localhost:8000

Run tests (Version B only)

cd B
pytest

Repo Structure

coding-agents-workshop/
  README.md           # You are here
  scorecard.md        # AI-Readiness Audit (use