{"id":50512968,"url":"https://github.com/avidrucker/warmed-skills","last_synced_at":"2026-06-02T21:32:57.875Z","repository":{"id":359887169,"uuid":"1247881140","full_name":"avidrucker/warmed-skills","owner":"avidrucker","description":"Claude Code skills distilled from Casey Muratori's talks, starting with 'Where Does Bad Code Come From?' (WARMED acronym). Talk media lives on the 'talks' branch.","archived":false,"fork":false,"pushed_at":"2026-05-23T23:09:05.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-24T01:12:28.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avidrucker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05-23T22:53:33.000Z","updated_at":"2026-05-23T23:09:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/avidrucker/warmed-skills","commit_stats":null,"previous_names":["avidrucker/warmed-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/avidrucker/warmed-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Fwarmed-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Fwarmed-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Fwarmed-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Fwarmed-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avidrucker","download_url":"https://codeload.github.com/avidrucker/warmed-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Fwarmed-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33838216,"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-02T02:00:07.132Z","response_time":109,"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":[],"created_at":"2026-06-02T21:32:57.815Z","updated_at":"2026-06-02T21:32:57.863Z","avatar_url":"https://github.com/avidrucker.png","language":null,"funding_links":[],"categories":["Skill repos"],"sub_categories":[],"readme":"# warmed-skills\n\nA work-in-progress repo for distilling Claude Code skills from [Casey Muratori](https://caseymuratori.com/)'s talks — starting with **\"Where Does Bad Code Come From?\"** (invited lecture to infura.io, [YouTube `7YpFGkG-u1w`](https://www.youtube.com/watch?v=7YpFGkG-u1w)).\n\nThe repo name nods to Casey's **WARMED** acronym from that talk — a deliberately measurable counter to SOLID.\n\nSister project to [`yegor-pm-skills`](../yegor): same general shape (skills + research + talk source material), different philosophy lineage.\n\n## Goal\n\nRead Casey's talks closely, extract the durable principles (e.g. the **WARMED** acronym, the *generator/filter* model of learning, training instincts on measurable costs rather than rituals), and turn each into a Claude Code skill that an AI agent can apply to real work.\n\nFor now this repo is the *raw material* stage — the talk summary lives on `main`, with the bulky transcript and captions on the `talks` branch for cite-and-quote work. Skill folders and research write-ups will be added as they're produced.\n\n## Branch layout\n\nThis repo uses two long-lived branches so you can decide whether you want the bulky raw talk media when you clone:\n\n| Branch | Contents |\n|---|---|\n| `main` | README, LICENSE, .gitignore, `bad_code_talk/talk_summary.md` — and (as they're written) the `skills/` and `research/` folders. Lean. |\n| `talks` | Everything on `main` **plus** the raw talk media in `bad_code_talk/`: `captions.SRT` and `transcript.txt`. |\n\nThe hand-curated summary is small and lives on `main` because the skills will quote it directly. The transcript and SRT are bulky and recoverable from YouTube via `yt-dlp`, so they live on a side branch — keeping the default clone small while still making the raw source material easy to grab when you need it.\n\n### Clone just the lean main branch\n\n```bash\ngit clone --single-branch --branch main \u003crepo-url\u003e warmed-skills\n```\n\n### Clone and check out the talks branch instead\n\n```bash\ngit clone \u003crepo-url\u003e warmed-skills\ncd warmed-skills\ngit checkout talks\n```\n\n### Already cloned? Switch between them\n\n```bash\ngit fetch origin\ngit checkout talks   # transcript.txt + captions.SRT appear\ngit checkout main    # transcript.txt + captions.SRT disappear\n```\n\nGit itself manages the raw files appearing/disappearing as you switch — nothing is lost, both branches stay in sync with the remote.\n\n## Status\n\nVery early. The talk has been transcribed and summarised; no skills have been written yet. See [`bad_code_talk/talk_summary.md`](./bad_code_talk/talk_summary.md) for the current distillation of the talk's salient points.\n\n## License\n\nMIT — see [LICENSE](./LICENSE). Talk content (transcript, captions, summary) is derivative of Casey Muratori's lecture and remains his intellectual property; it is included here for study and citation, not redistribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidrucker%2Fwarmed-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favidrucker%2Fwarmed-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidrucker%2Fwarmed-skills/lists"}