{"id":50126425,"url":"https://github.com/yschimke/skills","last_synced_at":"2026-05-23T20:04:36.404Z","repository":{"id":357776647,"uuid":"1238479001","full_name":"yschimke/skills","owner":"yschimke","description":"Helping the Agents Compose the Things","archived":false,"fork":false,"pushed_at":"2026-05-14T08:29:09.000Z","size":121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-14T09:30:38.221Z","etag":null,"topics":["agent-skills","android","claude-code","claude-skills","codex-skill","compose","compose-multiplatform","compose-preview","gemini-skill","kotlin","skill-md"],"latest_commit_sha":null,"homepage":"https://yschimke.github.io/compose-ai-tools/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yschimke.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-14T06:48:34.000Z","updated_at":"2026-05-14T08:28:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yschimke/skills","commit_stats":null,"previous_names":["yschimke/skills"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yschimke/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yschimke%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yschimke%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yschimke%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yschimke%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yschimke","download_url":"https://codeload.github.com/yschimke/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yschimke%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33410358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T18:09:33.147Z","status":"ssl_error","status_checked_at":"2026-05-23T18:09:31.380Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-skills","android","claude-code","claude-skills","codex-skill","compose","compose-multiplatform","compose-preview","gemini-skill","kotlin","skill-md"],"created_at":"2026-05-23T20:04:04.550Z","updated_at":"2026-05-23T20:04:36.398Z","avatar_url":"https://github.com/yschimke.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skills\n\nSkills for rendering and reviewing [Jetpack Compose] and [Compose\nMultiplatform] UI from agent workflows. They pair with the\n`compose-preview` CLI and Gradle plugin published from\n[yschimke/compose-ai-tools] — the CLI does the rendering, these skills\ntell the agent how to drive it.\n\n[Jetpack Compose]: https://developer.android.com/jetpack/compose\n[Compose Multiplatform]: https://www.jetbrains.com/compose-multiplatform/\n[yschimke/compose-ai-tools]: https://github.com/yschimke/compose-ai-tools\n\n## Install\n\nThree install paths — all of them end up with a working `compose-preview`\nCLI on `$PATH`. The two skill-marketplace paths ship a self-bootstrapping\nstub at `skills/compose-preview/scripts/compose-preview`; the first time\nthat stub is invoked it runs the canonical installer (`--cli-only`) and\nre-execs into the real CLI.\n\n**Curl the installer directly** (gets CLI + both skill bundles + per-host\nsymlinks for Claude Code and Codex into `~/.agents/skills/` in one shot):\n\n```sh\ncurl -fsSL https://raw.githubusercontent.com/yschimke/skills/main/scripts/install.sh \\\n  | bash\n```\n\n**Install as a Claude Code plugin** — drops the skill content (including\nthe bootstrap stub) into `~/.claude/plugins/`:\n\n```\n/plugin marketplace add yschimke/skills\n/plugin install yschimke-skills@yschimke-skills\n```\n\n**Or via the [skills CLI](https://skills.sh):**\n\n```\nnpx skills add yschimke/skills\n```\n\nWith the two marketplace paths, the CLI download happens on first\ninvocation of the stub — there's no separate \"now install the CLI\" step.\n\n## Skills\n\n- [`compose-preview`](skills/compose-preview/SKILL.md) — render\n  `@Preview` composables to PNG outside Android Studio. Covers Android\n  (Jetpack Compose via Robolectric) and Compose Multiplatform Desktop\n  (`ImageComposeScene` + Skia), with design notes on capture modes,\n  multi-preview annotations, paused-clock animations, accessibility\n  checks, display filters, Wear UI, resource previews, and cloud\n  sandbox setup.\n- [`compose-preview-review`](skills/compose-preview-review/SKILL.md) —\n  review pull requests that change Compose UI by rendering `@Preview`\n  composables on base and head and diffing them. Pairs with\n  `compose-preview`; covers agent-authored PRs, local review\n  workflows, and wiring `compose-preview/main` baselines + PR-comment\n  GitHub Actions.\n\nThe CLI, Gradle plugin, renderer, MCP server, and VS Code extension\nlive in [yschimke/compose-ai-tools]; this repo is content-only.\n\n## Contributing\n\nSkills live at `skills/\u003cskill-name\u003e/SKILL.md`, flat (no language or\ntopic nesting). The `name:` in the SKILL.md frontmatter must match the\ndirectory name. See [AGENTS.md](AGENTS.md) for the full contributor\ncontract.\n\n## License\n\n[Apache 2.0](LICENSE)\n\n[plugins]: https://docs.claude.com/en/docs/claude-code/plugins\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyschimke%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyschimke%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyschimke%2Fskills/lists"}