{"id":50514215,"url":"https://github.com/buvis/claude-strunk","last_synced_at":"2026-06-02T22:32:02.858Z","repository":{"id":357089732,"uuid":"1235325795","full_name":"buvis/claude-strunk","owner":"buvis","description":"Code-craft skills for Claude Code: idiomatic patterns and disciplined testing for Python, Rust, and Svelte","archived":false,"fork":false,"pushed_at":"2026-05-11T08:23:59.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-11T10:34:14.854Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/buvis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-11T08:08:38.000Z","updated_at":"2026-05-11T08:24:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/buvis/claude-strunk","commit_stats":null,"previous_names":["buvis/claude-strunk"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/buvis/claude-strunk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buvis%2Fclaude-strunk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buvis%2Fclaude-strunk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buvis%2Fclaude-strunk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buvis%2Fclaude-strunk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buvis","download_url":"https://codeload.github.com/buvis/claude-strunk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buvis%2Fclaude-strunk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33840213,"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-02T22:32:02.052Z","updated_at":"2026-06-02T22:32:02.847Z","avatar_url":"https://github.com/buvis.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Strunk\n\n[![GitHub license](https://img.shields.io/github/license/buvis/claude-strunk)](https://github.com/buvis/claude-strunk/blob/master/LICENSE)\n\n\u003e \"Vigorous writing is concise.\" — *The Elements of Style*\n\nCode-craft skills for [Claude Code](https://claude.ai/code). Idiomatic patterns and disciplined testing for Python, Rust, and Svelte. Opinionated about style the same way Strunk \u0026 White was opinionated about prose.\n\n## What's inside\n\n| Skill | When it fires |\n|-------|---------------|\n| `python-patterns` | Editing Python; \"pythonic\", \"PEP 8\", \"python best practices\" |\n| `python-testing` | \"pytest\", \"python test\", \"fixture\", \"mock\", \"parametrize\", \"TDD\" |\n| `rust-patterns` | Editing Rust; \"idiomatic rust\", \"rust best practices\" |\n| `rust-testing` | \"cargo test\", \"rust test\", \"#[test]\", \"proptest\", \"mockall\" |\n| `frontend-patterns` | Editing `.svelte`; \"svelte\", \"sveltekit\", \"runes\" |\n| `e2e-testing` | \"playwright\", \"e2e test\" |\n| `check-python-compat` | \"check python compat\", \"python 3.10 compatible\" |\n| `apply-design-system` | \"design system\", \"visual audit\", \"slop check\" — framework-agnostic counterpart to `frontend-patterns` |\n\nEach skill is one tight file: an opinion table plus the handful of rules that override a model default or flag a real trap. No textbook restatement of things Claude already does. (`check-python-compat` keeps a version-compatibility reference table, the one place a lookup table earns its keep.)\n\n## Install\n\n```\n/plugin marketplace add buvis/claude-plugins\n/plugin install strunk@buvis-plugins\n```\n\nRestart Claude Code. The skills auto-trigger from file extensions and conversation keywords - you don't have to invoke anything by name.\n\n### Update\n\n```\n/plugin update strunk@buvis-plugins\n```\n\n### Alternative: install directly from this repo\n\n```\n/plugin marketplace add buvis/claude-strunk\n/plugin install strunk@claude-strunk\n```\n\n## Why \"Strunk\"\n\n[*The Elements of Style*](https://en.wikipedia.org/wiki/The_Elements_of_Style) is a 100-page book of writing rules that has shaped American prose for a century. Its premise: clarity is a moral stance, not a stylistic one. Same energy for code. The skills here don't trail off into \"consider the context\" or \"it depends\" - they pick a side and tell you which one.\n\nIf you've never read it, the irony is intentional.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuvis%2Fclaude-strunk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuvis%2Fclaude-strunk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuvis%2Fclaude-strunk/lists"}