{"id":50398369,"url":"https://github.com/kin0992/dev-toolkit","last_synced_at":"2026-06-02T00:00:19.487Z","repository":{"id":358047508,"uuid":"1223554615","full_name":"kin0992/dev-toolkit","owner":"kin0992","description":"Platform Engineering toolkit: reusable GitHub Actions, AI Skills, and shared TypeScript configs.","archived":false,"fork":false,"pushed_at":"2026-05-30T20:53:50.000Z","size":269,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T22:21:34.712Z","etag":null,"topics":["agent-skills","changesets","claude-code","copilot-cli","github-actions","marketplace","platform-engineering","pnpm","pulumi","turborepo","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/kin0992.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","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-04-28T12:39:01.000Z","updated_at":"2026-05-30T20:53:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kin0992/dev-toolkit","commit_stats":null,"previous_names":["kin0992/dev-toolkit"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/kin0992/dev-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kin0992%2Fdev-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kin0992%2Fdev-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kin0992%2Fdev-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kin0992%2Fdev-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kin0992","download_url":"https://codeload.github.com/kin0992/dev-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kin0992%2Fdev-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33798943,"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-01T02:00:06.963Z","response_time":115,"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-skills","changesets","claude-code","copilot-cli","github-actions","marketplace","platform-engineering","pnpm","pulumi","turborepo","typescript"],"created_at":"2026-05-30T22:00:48.744Z","updated_at":"2026-06-02T00:00:19.427Z","avatar_url":"https://github.com/kin0992.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dev-toolkit\n\n[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/kin0992/dev-toolkit/badge)](https://scorecard.dev/viewer/?uri=github.com/kin0992/dev-toolkit)\n\nPlatform Engineering toolkit: reusable GitHub Actions, AI Skills, and shared TypeScript configs that every new project of mine should inherit from a single source of truth.\n\n## What's inside\n\n| Path                                    | Description                                                                                           |\n| --------------------------------------- | ----------------------------------------------------------------------------------------------------- |\n| `.github/workflows/static-analysis.yml` | Reusable workflow: build, lint, typecheck, format check, tests                                        |\n| `.github/workflows/release.yml`         | Reusable workflow: Changesets versioning and npm publish                                              |\n| `.github/workflows/iac-drift.yml`       | Reusable workflow: Pulumi drift detection                                                             |\n| `.github/actions/setup`                 | Composite action: Node + pnpm + cache                                                                 |\n| `packages/tsconfig`                     | `@kin0992/tsconfig` — base / node / library presets                                                   |\n| `packages/oxc-config`                   | `@kin0992/oxc-config` — shared OXC format + lint config                                               |\n| `packages/vitest-config`                | `@kin0992/vitest-config` — shared Vitest preset                                                       |\n| `packages/skills`                       | `@kin0992/skills` — AI Skills organized by category (`git/`, …)                                       |\n| `plugins/git-skills`                    | Copilot/Claude plugin (category: git): `commit-message`, `pr-title-description`                       |\n| `.github/plugin/marketplace.json`       | Marketplace registry — public, no auth. Mirrored at `.claude-plugin/marketplace.json` for Claude Code |\n\n## Stack\n\n[![Stack](https://skillicons.dev/icons?i=pnpm,typescript,nodejs,vitest,githubactions)](https://skillicons.dev)\n\n## How to consume from another project\n\nSee [CONSUMING.md](./CONSUMING.md).\n\n## Development\n\n```sh\npnpm install\npnpm build\npnpm test\npnpm lint\npnpm format:check\n```\n\n### Adding a changeset\n\n```sh\npnpm changeset\n```\n\nCommit the generated file with your PR. On merge to `main`, the `release` workflow opens a \"Version Packages\" PR; merging that PR publishes the `@kin0992/*` packages to the public npm registry (npmjs.org) with [provenance](https://docs.npmjs.com/generating-provenance-statements).\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkin0992%2Fdev-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkin0992%2Fdev-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkin0992%2Fdev-toolkit/lists"}