{"id":50309391,"url":"https://github.com/kongyo2/agent-primary-ts-starters","last_synced_at":"2026-05-28T19:30:32.358Z","repository":{"id":359924121,"uuid":"1247640237","full_name":"kongyo2/agent-primary-ts-starters","owner":"kongyo2","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-24T05:10:37.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-24T07:11:25.489Z","etag":null,"topics":["agent-skills","claude-code"],"latest_commit_sha":null,"homepage":"","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/kongyo2.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-23T15:30:48.000Z","updated_at":"2026-05-24T05:16:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kongyo2/agent-primary-ts-starters","commit_stats":null,"previous_names":["kongyo2/agent-primary-ts-starters"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/kongyo2/agent-primary-ts-starters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kongyo2%2Fagent-primary-ts-starters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kongyo2%2Fagent-primary-ts-starters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kongyo2%2Fagent-primary-ts-starters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kongyo2%2Fagent-primary-ts-starters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kongyo2","download_url":"https://codeload.github.com/kongyo2/agent-primary-ts-starters/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kongyo2%2Fagent-primary-ts-starters/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33624202,"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-05-28T02:00:06.440Z","response_time":99,"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","claude-code"],"created_at":"2026-05-28T19:30:31.593Z","updated_at":"2026-05-28T19:30:32.351Z","avatar_url":"https://github.com/kongyo2.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# agent-primary-ts-starters\n\n\u003e Agent-primary TypeScript + npm starter skills (tsconfig / Prettier / Oxlint / Zod). Defaults tuned for LLM-agent diff stability, line-number stability, and inner-loop speed over human-readable conventions.\n\nFour `SKILL.md` guides that bootstrap a TypeScript npm project the way coding agents want it — stable line numbers across edits, single-line diffs, fast `tsc --noEmit` feedback, and parseable lint output.\n\n## Skills\n\n| Skill | What it sets up |\n| --- | --- |\n| [`ts-tsconfig-modern-strict-starter`](./ts-tsconfig-modern-strict-starter/SKILL.md) | Modern (ESNext + bundler/nodenext) and maximally strict `tsconfig.json`, tuned so `tsc --noEmit` is a fast agent inner loop. |\n| [`ts-npm-prettier-starter`](./ts-npm-prettier-starter/SKILL.md) | Prettier with diff-minimizing defaults (wider `printWidth`, all-trailing-commas, etc.) so single-line agent edits don't reflow surrounding code. |\n| [`ts-npm-oxlint-starter`](./ts-npm-oxlint-starter/SKILL.md) | Oxlint focused on real bugs, with stylistic noise silenced and output in `--format agent` for downstream LLM consumption. |\n| [`ts-npm-zod-starter`](./ts-npm-zod-starter/SKILL.md) | Zod with a documented boundary-only parsing convention. |\n\n## Quickstart\n\nThe companion CLI [`@kongyo2/apts`](https://www.npmjs.com/package/@kongyo2/apts) lets agents semantically search and retrieve these skills on demand:\n\n```shell\n# Find the right skill for the task\nnpx @kongyo2/apts@latest search \"set up strict tsconfig\"\n\n# Pull a guide into context\nnpx @kongyo2/apts@latest retrieve ts-tsconfig-modern-strict-starter\n\n# List the whole catalog\nnpx @kongyo2/apts@latest list\n```\n\nSee the [`@kongyo2/apts` README](https://github.com/kongyo2/agent-primary-ts-starters-src#readme) for the full CLI reference.\n\n## Install as a Claude Code plugin\n\nThis repo is also a Claude Code plugin marketplace. From inside Claude Code:\n\n```\n/plugin marketplace add kongyo2/agent-primary-ts-starters\n/plugin install agent-primary-ts-starters@agent-primary-ts-starters\n```\n\n## License\n\nMIT — see the [source repo](https://github.com/kongyo2/agent-primary-ts-starters-src/blob/main/LICENSE) for the full text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkongyo2%2Fagent-primary-ts-starters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkongyo2%2Fagent-primary-ts-starters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkongyo2%2Fagent-primary-ts-starters/lists"}