{"id":50986545,"url":"https://github.com/zrosenbauer/skills","last_synced_at":"2026-06-19T19:32:34.974Z","repository":{"id":356166088,"uuid":"1231333698","full_name":"zrosenbauer/skills","owner":"zrosenbauer","description":"Personal monorepo of agent skills (SKILL.md format) — agent-agnostic, works with Claude Code, Cursor, Codex, and others.","archived":false,"fork":false,"pushed_at":"2026-05-17T21:39:22.000Z","size":1057,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-17T21:42:43.671Z","etag":null,"topics":["agent","agent-skills","ai","skill","skills"],"latest_commit_sha":null,"homepage":"https://skills.sh","language":"JavaScript","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/zrosenbauer.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":"AGENTS.md","dco":null,"cla":null},"funding":{"github":"zrosenbauer"}},"created_at":"2026-05-06T21:32:13.000Z","updated_at":"2026-05-17T21:39:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zrosenbauer/skills","commit_stats":null,"previous_names":["zrosenbauer/skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zrosenbauer/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrosenbauer%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrosenbauer%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrosenbauer%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrosenbauer%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zrosenbauer","download_url":"https://codeload.github.com/zrosenbauer/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrosenbauer%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34546192,"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-19T02:00:06.005Z","response_time":61,"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":["agent","agent-skills","ai","skill","skills"],"created_at":"2026-06-19T19:32:34.080Z","updated_at":"2026-06-19T19:32:34.957Z","avatar_url":"https://github.com/zrosenbauer.png","language":"JavaScript","funding_links":["https://github.com/sponsors/zrosenbauer"],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./.github/assets/banner.png\" alt=\"SKILLS — by @zrosenbauer\" width=\"100%\" /\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://skills.sh/zrosenbauer/skills\"\u003e\u003cimg src=\"https://skills.sh/b/zrosenbauer/skills\" alt=\"skills.sh\" /\u003e\u003c/a\u003e\n  \u003ca href=\"./LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-d97757?style=flat-square\" alt=\"MIT\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nA curated collection of [agent skills](https://skills.sh) for AI coding assistants — TypeScript reviews, refactors, skill authoring, and cross-agent portability.\n\nSkills are `SKILL.md` files that tell an AI agent **when** and **how** to do something. They're agent-agnostic — drop them into Claude Code, Cursor, Codex, or any tool that supports the [skills.sh](https://skills.sh) format.\n\n## Install\n\n```bash\n# every skill\nnpx skills add zrosenbauer/skills\n\n# just one\nnpx skills add zrosenbauer/skills --skill ts-best-practices\n```\n\nThe [`skills` CLI](https://www.npmjs.com/package/skills) handles discovery and placement for your agent.\n\n## Skills\n\n| #   | Skill                                                                   | What it does                                                           |\n| --- | ----------------------------------------------------------------------- | ---------------------------------------------------------------------- |\n| 1   | [`code-reviewer`](./skills/code-reviewer)                               | Adversarial review of a diff or PR — finds real issues, not nits       |\n| 2   | [`ts-best-practices`](./skills/ts-best-practices)                       | Writing or refactoring TypeScript with idiomatic patterns              |\n| 3   | [`ts-best-practices-functional`](./skills/ts-best-practices-functional) | Refactoring TS toward functional patterns — Result types, no mutation  |\n| 4   | [`skill-creator`](./skills/skill-creator)                               | Authoring a new skill with naming + description rules baked in         |\n| 5   | [`skill-portability`](./skills/skill-portability)                       | Checking whether a skill works across Claude Code, Cursor, Codex, etc. |\n\nEach skill ships its own `SKILL.md` under [`skills/\u003cname\u003e/`](./skills).\n\n\u003e **Discover more skills** → browse the leaderboard at [skills.sh](https://skills.sh) — top-installed agent skills across the ecosystem (vercel-labs, anthropics, microsoft, remotion, …).\n\n## Contributing\n\nWant to add a skill, fix a bug, or fork one for your own use? See [CONTRIBUTING.md](./CONTRIBUTING.md) for the dev setup, skill authoring workflow, and conventions.\n\n## License\n\n[MIT](./LICENSE) © Zac Rosenbauer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzrosenbauer%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzrosenbauer%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzrosenbauer%2Fskills/lists"}