{"id":51308003,"url":"https://github.com/sshh12/coding-agents-workshop","last_synced_at":"2026-07-01T01:30:39.032Z","repository":{"id":339842553,"uuid":"1163551475","full_name":"sshh12/coding-agents-workshop","owner":"sshh12","description":"Workshop: Optimizing Codebases for Agents — Coding Agents Conference, March 3, 2026","archived":false,"fork":false,"pushed_at":"2026-03-01T23:39:37.000Z","size":6034,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-02T01:34:08.952Z","etag":null,"topics":["claude-code","coding-agents","workshop"],"latest_commit_sha":null,"homepage":"https://html-preview.github.io/?url=https://github.com/sshh12/coding-agents-workshop/blob/main/slides.html","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sshh12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-21T19:57:25.000Z","updated_at":"2026-03-02T00:08:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sshh12/coding-agents-workshop","commit_stats":null,"previous_names":["sshh12/coding-agents-workshop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sshh12/coding-agents-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2Fcoding-agents-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2Fcoding-agents-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2Fcoding-agents-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2Fcoding-agents-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sshh12","download_url":"https://codeload.github.com/sshh12/coding-agents-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2Fcoding-agents-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34989787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","coding-agents","workshop"],"created_at":"2026-07-01T01:30:38.518Z","updated_at":"2026-07-01T01:30:38.998Z","avatar_url":"https://github.com/sshh12.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Optimizing Codebases for Agents\n\n[![Blog](https://img.shields.io/badge/Blog-blog.sshh.io-blue?style=flat-square\u0026logo=hashnode)](https://blog.sshh.io/)\n[![GitHub](https://img.shields.io/badge/GitHub-sshh12-181717?style=flat-square\u0026logo=github)](https://github.com/sshh12)\n[![X](https://img.shields.io/badge/X-@ShrivuShankar-000000?style=flat-square\u0026logo=x)](https://x.com/ShrivuShankar)\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-shrivushankar-0A66C2?style=flat-square\u0026logo=linkedin)](https://linkedin.com/in/shrivushankar)\n[![Chat](https://img.shields.io/badge/Chat-Coffee%20Chat-orange?style=flat-square\u0026logo=googlechat)](https://sshh.io/coffee-chat)\n\n\n**Conference:** Coding Agents: AI Driven Dev Conference\n**Date:** March 3, 2026\n**Location:** Computer History Museum, Mountain View, CA\n**Speaker:** Shrivu Shankar (VP AI, Abnormal Security)\n\n\u003e Your agent isn't broken. Your codebase is.\n\n## What This Is\n\nThis 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.\n\n## Prerequisites\n\n- A laptop with a development environment\n- An AI coding tool installed and authenticated (Claude Code, Gemini CLI, Codex CLI, or Cursor)\n- Python 3.10+\n- A repository you want to audit (open source or personal). If you don't bring one, you can audit the `A/` demo app.\n\n## Quick Start\n\n```bash\ngit clone https://github.com/sshh12/coding-agents-workshop.git\ncd coding-agents-workshop\n```\n\n### Run the \"Before\" app (Version A)\n\n```bash\ncd A\npip install -r requirements.txt\npython app.py\n# Open http://localhost:8000\n```\n\n### Run the \"After\" app (Version B)\n\n```bash\ncd B\npip install -r requirements.txt\npython manage.py run\n# Open http://localhost:8000\n```\n\n### Run tests (Version B only)\n\n```bash\ncd B\npytest\n```\n\n## Repo Structure\n\n```\ncoding-agents-workshop/\n  README.md           # You are here\n  scorecard.md        # AI-Readiness Audit (use during the workshop)\n  race.md             # Agent Race narrator notes\n  slides.html         # Workshop slides (speaker notes embedded as HTML comments)\n  A/                  # \"Before\" -- messy demo app (deliberate anti-patterns)\n  B/                  # \"After\"  -- agent-optimized (same functionality)\n```\n\n## Workshop Materials\n\n- **[Slides](https://html-preview.github.io/?url=https://github.com/sshh12/coding-agents-workshop/blob/main/slides.html)** -- Full slide deck (press N for speaker notes, arrow keys to navigate)\n- **[scorecard.md](scorecard.md)** -- Score your codebase 0-9 across three dimensions. Bring this up during the audit sprint.\n- **[race.md](race.md)** -- Narrator notes for the live agent race demo. Two terminals, same prompt, different codebases.\n\n## Run the Scorecard on Your Repo\n\nYou can have Claude Code audit any repo against the scorecard automatically:\n\n\u003e Use web fetch to read https://raw.githubusercontent.com/sshh12/coding-agents-workshop/refs/heads/main/scorecard.md and then spawn tasks in parallel to perform and report an audit of the current repo\n\nPaste this as a prompt to Claude Code inside the repo you want to audit.\n\n## The Demo App\n\nBoth `A/` and `B/` implement the same ML Experiment Tracker with dashboard:\n\n- Track experiments (name, description, status)\n- Log runs with hyperparameters and metrics (accuracy, loss, latency)\n- Compare runs side-by-side with charts\n- Dashboard with status badges, metric charts, and activity feed\n\nThe difference is how the code is organized. Version A is a realistic mess. Version B is optimized for coding agents.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshh12%2Fcoding-agents-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsshh12%2Fcoding-agents-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshh12%2Fcoding-agents-workshop/lists"}