Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"cli",
"dax"
],
"is_fork": false,
"size_kb": 2807,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 1936,
"JavaScript": 273793,
"TypeScript": 164302
},
"pushed_at": "2026-07-30T20:11:03Z",
"created_at": "2026-02-06T18:08:22Z",
"owner_type": "Organization",
"updated_at": "2026-07-30T17:37:38Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript",
"TypeScript"
]
},
"owner": {
"blog": "https://workos.com",
"name": "WorkOS",
"type": "Organization",
"login": "workos",
"company": null,
"location": "United States of America",
"followers": 986,
"avatar_url": "https://avatars.githubusercontent.com/u/47638084?v=4",
"created_at": "2019-02-14T15:54:36Z",
"is_verified": null,
"public_repos": 116,
"account_age_days": 2726
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-23T18:21:37Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-06-08T20:57:02Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-05-13T22:40:21Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-04-27T03:21:11Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-04-26T20:45:29Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-04-20T21:10:51Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2026-04-13T21:49:47Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2026-03-31T20:13:09Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2026-03-17T22:33:12Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-03-09T15:00:18Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-03-07T21:21:26Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-07T21:19:36Z"
}
],
"recent_commits": [
{
"oid": "4d470e24d1cbbae0ca4d765c4b7ac0d5e15a4ddd",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.7.0 (#38)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-23T18:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23b1934b62ab9dc1c3b493dab1ec69289cc428e6",
"body": "…tence) (#37)\n\n* feat(workos): teach the router and management reference about the WorkOS MCP server\n\nThe skills were MCP-blind: the router guardrails and\nworkos-management.md steered agents to the CLI (or declared operations\nDashboard-only) even in sessions where the WorkOS MCP server is\nconnected \n[…]\ntrap commands cited in\n the new prose also appear in the reference snapshot.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(workos): make the management skill MCP-aware (CLI and MCP coexis…",
"author_name": "Jeffrey Fiddler",
"author_login": "jeffnv",
"committed_at": "2026-07-23T18:14:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2857c406209c192b746e3818815670a7cd23dff9",
"body": "Adds mcp.json to the workos plugin so the Cursor marketplace card\noffers the hosted WorkOS MCP server (https://mcp.workos.com/mcp,\nStreamable HTTP, OAuth via dynamic client registration) alongside the\nintegration skills. Cursor auto-detects mcp.json at the plugin root\nand drives the OAuth flow on install; no credentials are stored in\nthe plugin.\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(workos): add WorkOS MCP server to the Cursor plugin (#36)",
"author_name": "Jeffrey Fiddler",
"author_login": "jeffnv",
"committed_at": "2026-07-23T18:14:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2c3acef61ea29296cb6e73e0c59fb5e98f0b1847",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.6.1 (#34)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-08T20:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a479b91eb4f419dd089cfa44e16e210f8c4f59ae",
"body": "Sign-out mutates state, so a GET route handler is unsafe (CSRF + Next.js\n<Link> prefetch can trigger logout). The Next.js reference now documents a\nPOST server-action pattern, a SIGNOUT_GET_HANDLER troubleshooting entry, and\na verification-step grep that fails if a GET sign-out route is generated.\n\nThis is the source-side fix for the installer scaffolding an insecure GET\nsign-out (workos doctor flags it as SIGNOUT_GET_HANDLER).",
"is_bot": false,
"headline": "fix(workos): mandate POST server-action sign-out in Next.js skill (#33)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-06-08T20:56:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8900cc504fd759407d1a963d13f59383fa39ebc",
"body": "* chore(main): release 0.6.0\n\n* fix: bump Codex plugin version to 0.6.0\n\nThe release-please config entry for .codex-plugin/plugin.json was added\nin the same commit used as the merge base, so it was missed in the 0.6.0\nrelease commit.\n\n---------\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\nCo-authored-by: Nick Nisi <nick.nisi@workos.com>",
"is_bot": true,
"headline": "chore(main): release 0.6.0 (#31)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-13T22:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49196d5d8b6055d9ac8636efc627cfce50e79566",
"body": "…ins (#20)\n\n* chore: add Codex plugin support alongside Claude Code and Cursor plugins\n\n* fix: drop .codex-plugin/marketplace.json — Codex doesn't read that path\n\nCodex looks for marketplace catalogs at .agents/plugins/marketplace.json\nwith a different schema, not .codex-plugin/marketplace.json. The\n[…]\n0\n- Add Codex marketplace to release-please version tracking\n- Add Codex entries to CLAUDE.md project structure\n- Reformat reference table alignment (fga, radar)\n\n* fix: align Codex marketplace schema",
"is_bot": false,
"headline": "chore: add Codex plugin support alongside Claude Code and Cursor plug…",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-05-13T22:35:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a7755e9e1304c21c372ca869bfc075eb679ff42c",
"body": "* feat(workos): add CLI agent-mode guidance to skill\n\nCoding agents now have explicit instructions for invoking the WorkOS CLI:\n\n- Recommend `WORKOS_MODE=agent workos doctor --json --skip-ai` as the\n setup/debugging preflight.\n- Document the two-axis model: `--json` is output formatting only;\n `WO\n[…]\ne CLI\n- Fix recovery hints shape: describe per-hint fields (description,\n command, hostShellRequired) and note JSON is emitted on stderr\n- Enumerate all known confirmation flags including debug reset",
"is_bot": false,
"headline": "feat(workos): add CLI agent-mode guidance to skill (#29)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-05-13T19:49:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a05a6e5b45e4d6a57fea8718dae2dfa2eb5d52a7",
"body": "Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Pin third-party GitHub Actions to full commit SHAs (#28)",
"author_name": "devin-ai-integration[bot]",
"author_login": "devin-ai-integration[bot]",
"committed_at": "2026-04-29T18:24:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "533861f50b9996fb2e7f2af3fc4f8ce31dc87bda",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.5.0 (#27)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-27T03:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f57863afea497dc56ce3c42b83b4d6124a4646c",
"body": "* feat: add FGA, Pipes, Feature Flags, and Radar reference files and evals\n\nClose coverage gaps for four WorkOS products that had no reference files\nor routing in the skill router.\n\nNew reference files (references/*.md):\n- workos-fga.md — Fine-Grained Authorization (new API, not legacy warrants)\n- w\n[…]\nirectory under src/.\n\n3. radar: Add explicit gotcha that there is NO `workos.radar.*`\n namespace at all. Verified workos-node has no radar directory.\n The standalone Radar API is direct-HTTP only.",
"is_bot": false,
"headline": "feat: add FGA, Pipes, Feature Flags, and Radar references + evals (#19)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-04-27T03:20:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f2d6c7ae9e38134d3eaa79776518689ed0405efa",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.4.0 (#24)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-26T20:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ce9743e49291d5dbb62091eeca1b0f78ea21b07",
"body": "* feat(workos): add CLI upgrade-path topic and tarball smoke test\n\nCloses the loop on a customer friction case where claude diagnosed an\noutdated `workos` CLI but had no skill content telling it how to\nrecommend an upgrade. Adds:\n\n- `references/workos-cli-upgrade.md`: router-style reference covering\n[…]\nrn was just unreachable noise).\n\nOther yarn references in the repo (authkit-sveltekit, node, etc.) are\nabout installing `@workos-inc/*` SDK packages, not the WorkOS CLI —\nout of scope for this change.",
"is_bot": false,
"headline": "feat(workos): add CLI upgrade-path topic and tarball smoke test (#26)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-04-26T20:44:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dc9dfb093cccabafd8d863755ad45f722c2d725d",
"body": "* fix(workos): include required --org flag in portal generate-link examples\n\nThe \"Not in the CLI\" table in workos-management.md listed\n`workos portal generate-link --intent=sso` and\n`workos portal generate-link --intent=dsync` as the correct way to\nreach the Admin Portal for connection creation. Bot\n[…]\nage cases can be rerun with more samples and saved outputs.\n\n* Fix explicit triage handling in risk reruns\n\n* fix: format:check script incorrectly using prettier\n\n* chore: format files for oxfmt check",
"is_bot": false,
"headline": "fix(workos): tighten auth guidance and risky eval reruns (#25)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-04-26T14:06:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1205e82ff90848c875af5a482a7919467acdb3da",
"body": "* feat(workos): add IdP group-to-role mapping recipe\n\nAgents have been inventing `workos` CLI commands and Dashboard menu\npaths when asked how to map Identity Provider (Entra, Okta, Google\nWorkspace) groups to WorkOS roles. This is neither a CLI operation\nnor a stable click-path, but both are plausi\n[…]\nrface-area-verification: assert the agent cites\n `workos --help --json` as the verification source when asked\n whether the CLI supports an operation, and does not invent a\n plausibly-named command.",
"is_bot": false,
"headline": "feat(workos): close off CLI- and Dashboard-path fabrication (#23)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-04-24T03:59:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3ed90bf8f028bdba57cb17768eebda14ee6f8f8c",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.3.0 (#22)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-20T21:10:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c66e0d04c60d1594067bbb270c3b5f3b71a2b3c9",
"body": "* feat(workos): add terminology reference for docs URL lookups\n\nNew `references/workos-terms.md` maps WorkOS-specific terms\n(Sign-in endpoint, initiate_login_uri, Redirect URI, Organization ID,\nAdmin Portal intent, JWKS, Sealed session, WORKOS_COOKIE_PASSWORD, etc.)\nto canonical docs URLs. 10 seed r\n[…]\ntion 1 result (4 evals × 2 arms, graded via grade.py):\n With skill: 100% (17/17 assertions)\n Without skill: 77.5% (13/17)\n Delta: +22.5%\n\n* chore: gitignore skill-creator eval workspaces",
"is_bot": false,
"headline": "feat(workos): add terminology reference for docs URL lookups (#21)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-04-20T21:08:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3a592d50d6fc20f65139ccb6d3b8560f16371700",
"body": null,
"is_bot": false,
"headline": "chore: add MIT license",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-04-14T19:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e813ff92724987f098ed753fe24f81828a68da50",
"body": null,
"is_bot": false,
"headline": "chore: add homepage, repository, and license to plugin manifests",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-04-14T19:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a30594a4a2b5de218d4045482b36881737d83961",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.2.5 (#18)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-13T21:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "655c753bc469899d2fad3236125462dccd0f0a5f",
"body": null,
"is_bot": false,
"headline": "docs: add workos logo to repo",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-04-13T21:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeadea010ce337fc50bc36ea6e1155a729ef1e2d",
"body": "Two changes to reduce over- and under-triggering:\n\nworkos (router):\n- Drop bare auth keywords (\"login\", \"sign-up\", \"sessions\", \"access\n tokens\") that match generic auth prompts with no WorkOS context\n- Group triggers by product area instead of kitchen-sink enumeration\n- Add import-signal (@workos-i\n[…]\ne (\"data-layer style, UI conventions\") that\n doesn't help triggering\n- Add JSX-signal (<UserManagement />, <UserProfile />) and import-signal\n (@workos-inc/widgets) triggers for code-paste scenarios",
"is_bot": false,
"headline": "fix: tighten skill descriptions for more reliable triggering (#17)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-04-13T21:14:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "47b1aa001fdd1b8bf103b798e5ccf23fa0ea5d71",
"body": "Cursor's plugin format (.cursor-plugin/plugin.json + marketplace.json)\nmirrors Claude Code's structure closely enough that both manifests can\nlive in the same repo and share the same skill directories. No skill\ncontent changes — this is purely packaging/distribution infrastructure.\n\n- Add plugins/wo\n[…]\n release-please extra-files to keep both plugin formats' versions\n synced at release time (release-please owns the version values)\n- Document local Cursor testing via ~/.cursor/plugins/local/ symlink",
"is_bot": false,
"headline": "chore: add Cursor plugin support alongside Claude Code plugin (#16)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-04-13T21:12:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b53ea392167e338386c3dacd18d7fe01ced911a",
"body": "Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.2 to 2.8.3.\n- [Release notes](https://github.com/eemeli/yaml/releases)\n- [Commits](https://github.com/eemeli/yaml/compare/v2.8.2...v2.8.3)\n\n---\nupdated-dependencies:\n- dependency-name: yaml\n dependency-version: 2.8.3\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump yaml from 2.8.2 to 2.8.3 (#12)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-03T17:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d677c18ec9e7d8fdb64baec47d1bb937524fa987",
"body": "Users were attempting to install individual references (e.g.,\n`workos-authkit-base`) as skills. Added a note explaining that\nreferences are loaded automatically by the `workos` skill router,\nand collapsed the reference tables into a <details> block to\nreduce visual prominence.\n\nCloses workos/cli#117",
"is_bot": false,
"headline": "docs: clarify that references are not standalone skills (#15)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-04-03T17:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "081bd57ef026abccbcae8ce1358f63c05d6dfcd2",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.2.4 (#14)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-31T20:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21853e2cd57984231536b803de562bbce6b3cb36",
"body": "…lations (#13)\n\n* fix: harden Next.js AuthKit skill against Server Component cookie violations\n\n- Rewrite Step 8 UI Integration with explicit NavAuth client component\n pattern using useAuth() + refreshAuth({ ensureSignedIn: true })\n- Add useAuth import from @workos-inc/authkit-nextjs/components\n- W\n[…]\norer regression test (broken: 59, fixed: 98)\n\nAddresses Alexander Southgate's friction log: getSignInUrl() in Server\nComponents, [object Object] redirect, and PKCE state mismatch.\n\n* chore: formatting",
"is_bot": false,
"headline": "fix: harden Next.js AuthKit skill against Server Component cookie vio…",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-03-31T20:11:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ce56e3f35c527b250558335c28e80c6728e8fd69",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.2.3 (#11)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-17T22:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4340e7ec70e135aa727ee51a0c9738f5cbf4858d",
"body": "* fix: add Server Component cookie safety warning to Next.js skill\n\ngetSignInUrl() internally sets a PKCE cookie via cookies(), which\ncannot be called in Server Components in Next.js 15+/16. Add explicit\nwarning in Step 8 and new Error Recovery subsection guiding the agent\nto use Server Actions or R\n[…]\n\nwas too narrow and meta-sounding, causing Claude to skip the skill\nfor concrete implementation questions. New description uses action\nframing and enumerates 40+ keywords covering all WorkOS features.",
"is_bot": false,
"headline": "fix: broaden skill description for more reliable triggering (#10)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-03-17T22:29:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "605decf3c333315c12259959fa9a0afd389e921b",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.2.2 (#9)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-09T15:00:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e23f8f90191d6360e63193eccdb1c41630f7cb12",
"body": "Move entry point source to src/index.ts, compile to dist/ via\ntsconfig.build.json. Paths resolve back to plugins/workos/ from\nthe package root. Consumers get proper .js + .d.ts instead of\nrequiring tsx.\n\n- Add build script and prepublishOnly hook\n- Add build step to release workflow\n- Update exports to point at dist/\n- Include dist/ in files array",
"is_bot": false,
"headline": "fix: compile TypeScript to dist/ instead of shipping raw .ts",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-03-09T14:11:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff17c66c2f39751fa1d2117751010c36f3d2467a",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.2.1 (#8)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-07T21:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced5ca8a28ff965f469df2a314777eb1b151cc42",
"body": null,
"is_bot": false,
"headline": "fix: add packageManager field for pnpm/action-setup",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-03-07T21:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08b9a09a97f0cfa1529fee2968b08423c6c80d45",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.2.0 (#7)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-07T21:19:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8a36b452a6f59bf529911f1534f39d952aab926",
"body": "* feat: consolidate all skills into references with single router entry point\n\nMove all 17 CLI skill files (AuthKit frameworks, backend SDKs, management)\ninto references/ as the single source of truth. Delete 6 AuthKit skill\ndirectories — CLI canonical versions replace them entirely.\n\n- Add 17 new r\n[…]\nnd marketplace.json together. Uses extra-files\nwith jsonpath to keep all three in sync on each release.\n\nAlso syncs plugin.json and marketplace.json to 0.1.0 to match\nthe current package.json version.",
"is_bot": false,
"headline": "feat: consolidate all skills into single-source references (#6)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-03-07T21:17:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "45257718798bec709e2a2a1cb62d3887e97f1020",
"body": null,
"is_bot": false,
"headline": "chore: set initial version",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-03-07T21:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "059fc5deda7d7458ca2fc4fa687c32a924083eb3",
"body": "…) (#5)\n\n* feat: add lean topic files for skills simplification (phase 1)\n\nReplace generated 7-11KB guides with ~30-line topic files containing\ndoc URLs + extracted gotchas. Evals showed the real value comes from\n\"fetch docs first\" directives and encoded traps, not the scaffolding.\n\n22 topic files c\n[…]\nrectory-sync topic\n\nEval regression (-6.5% vs old pipeline avg) traced to missing\nwebhook handler pattern details. Added: verify→200→async ordering,\nRuby raw_post trap, and upsert idempotency pattern.",
"is_bot": false,
"headline": "Replace generation pipeline with lean topic files (doc URLs + gotchas…",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-03-07T16:09:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "39269e06980354d740029761f7554322fb282bf9",
"body": "* Add claude skill to create WorkOS widgets\n\n* Add guidelines about styling existing ui components and where to implement the widget\n\n* Optimize some skills\n\n* Add list of endpoints to fetching api docs\n\n* fix: resolve widget skill conflicts and route to hand-crafted skill\n\n- Delete hallucinated gen\n[…]\nso-connection, admin-portal-domain-verification)\n- query-spec.ts: update source comments to reference .cjs bundle\n- Rebuild query-spec.cjs\n\n---------\n\nCo-authored-by: Lucas Motta <mail@lucasmotta.com>",
"is_bot": false,
"headline": "feat: add workos-widgets skill with on-demand OpenAPI spec querying (#4)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-03-06T20:07:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "874f809808a64c0dd6445017689d356875088791",
"body": null,
"is_bot": false,
"headline": "chore: formatting",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-27T15:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ec8aff46b1b7f93675ce0fdfdf3244fd2f56394",
"body": "Add --samples, --save-all-samples, eval:diff, eval:label,\neval:calibrate docs. Fix bun → pnpm in README. Add evals\nsection explaining the framework, all commands, and tooling.",
"is_bot": false,
"headline": "docs: update CLAUDE.md and README with eval tooling commands",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-27T15:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a66de9167725d1eacca756dfd8df91af23156f81",
"body": "Transcript diff (pnpm eval:diff) shows with/without outputs with\nANSI-highlighted signals — green for matched methods, red for\nhallucinations, yellow for anti-patterns.\n\nCalibration (pnpm eval:calibrate) compares scorer ship/no-ship\ndecisions against human labels with 80% agreement gate integrated\ninto --fail-on-regression (requires 10+ labels to activate).",
"is_bot": false,
"headline": "feat: add transcript diff view and calibration metrics",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-27T15:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5004296b5b54180e1405213394117b5398cfd9dd",
"body": "…e-all-samples\n\nTriage report surfaces top 10 risky cases per run (negative delta,\nhigh σ, hallucination regression). Review labels store enables\nappend-only human judgments in JSONL for scorer calibration.\n--save-all-samples persists all N sample outputs for high-variance\ncase debugging.",
"is_bot": false,
"headline": "feat: add eval transcript tooling — triage report, review labels, sav…",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-27T15:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b420a3b5d187561e9b0a1e740be89c9cf67b2310",
"body": "…r accuracy\n\nAdd multi-sample support to the eval framework: each case runs N times\nwith mean/stddev reported per case and per product. This distinguishes\nreal skill regressions from LLM non-determinism (e.g., authkit-nextjs-15-fix\nconfirmed at +34% δ with σ=0.5%).\n\nAlso adds negation-aware hallucination counting, transcript persistence\nfor manual review, and improved flow step matching with minimum\nco-occurrence thresholds.",
"is_bot": false,
"headline": "feat: add --samples=N for eval variance measurement and improve score…",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-27T14:41:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efed4866752bae99e31a42ecd883351f2381da2e",
"body": null,
"is_bot": false,
"headline": "chore: clean up deps",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-26T18:04:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2843f3655156bafa6f355b491d68133eb0168409",
"body": null,
"is_bot": false,
"headline": "chore: untrack docs/ideation and ignore it going forward",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-26T17:55:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60969251e9989590af7a1928393fc68349e1674d",
"body": null,
"is_bot": false,
"headline": "chore: add oxfmt/oxlint and apply formatting + lint fixes",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-26T17:49:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a90b82f958f78b3f0c0c57a4762ebfa599bb70cc",
"body": null,
"is_bot": false,
"headline": "chore: update CLAUDE.md",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-26T16:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beee54aa35c170a5184f749d2ec6005ddda76425",
"body": "* refactor: port runtime from Bun to Node (tsx + vitest)\n\nReplace Bun-specific APIs (Bun.file, Bun.write, Bun.sleep) with Node\nequivalents (node:fs/promises, node:timers/promises). Swap test runner\nfrom bun:test to vitest. Use tsx for TypeScript execution without a\nbuild step.\n\n* docs: use pnpm in C\n[…]\nde equivalents\n\n- Replace Bun.CryptoHasher with crypto.createHash in cache.ts\n- Replace Bun.file/Bun.write with fs/promises readFile/writeFile\n- Replace bun:test imports with vitest in eval test files",
"is_bot": false,
"headline": "feat: eval framework for measuring skill effectiveness (#3)",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-26T16:22:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8b07190618772acdbff78f82d81781208ec2b2bb",
"body": "Separate marketplace root from plugin root per Claude Code docs so only\nthe plugin directory gets cached on install, not the entire repo.\n\n- Move skills/ → plugins/workos/skills/ (plugin root)\n- Add plugins/workos/.claude-plugin/plugin.json (plugin manifest)\n- Simplify marketplace.json to single plu\n[…]\n skills/ directory)\n- Remove obsolete scripts (build-plugin-manifests, sync-marketplace)\n- Update all pipeline write paths, feedback loader, refiner, and tests\n- Strip frontmatter from reference files",
"is_bot": false,
"headline": "refactor: restructure to clean marketplace plugin pattern",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-23T22:51:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "754e5f5ef6dacffc24c335442dc463c8a1eb7644",
"body": null,
"is_bot": false,
"headline": "fix: remove leftover skills/ subdirectory from plugin root",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-20T15:10:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "768bd69a66b845a7a29b05a077fc14824b10b78a",
"body": "Installed plugins only scan the skills/ subdirectory for SKILL.md,\nnot the plugin root. Root SKILL.md only works for marketplace-listed\n(non-installed) plugins via a different code path.",
"is_bot": false,
"headline": "fix: add skills/workos/ subdirectory for installed plugin discovery",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-20T05:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07e4931fe10b378bc86060a600e4e049e2a44752",
"body": null,
"is_bot": false,
"headline": "fix: restore full SKILL.md router content",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-20T05:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64e9eccb431030b387da4349acd5d7b5e38df5c8",
"body": "Reference .md files with YAML frontmatter may interfere with plugin\nskill discovery. Strip frontmatter from all reference files (they're\nloaded via Read, not by the plugin system). Remove em dashes from\nplugin descriptions. Update quality gate and templates to match.",
"is_bot": false,
"headline": "fix: strip frontmatter from reference files and fix plugin descriptions",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-20T05:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cde35113abcb3d9b55b16026174f718d5f9e26f4",
"body": null,
"is_bot": false,
"headline": "chore: formatting",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-20T04:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc6c37ba867440e14ff0a11fbe3cff4028b88999",
"body": "Separates the SKILL.md router (entry point) from bundled reference\nfiles. All file references now use `references/{name}.md` paths —\nportable across any agent platform, no hardcoded install paths.\n\n- Move 67 skill files from skills/workos/ to skills/workos/references/\n- Update generator write paths and content references\n- Update guide pointers, quality gate regexes, feedback loader\n- Update all tests for new directory structure",
"is_bot": false,
"headline": "refactor: move bundled skills into references/ subdirectory",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-20T03:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59621207f048189415d2a80a3598a2a81c25760e",
"body": "Claude Code's plugin manifest schema doesn't support \"category\" as a\ntop-level key, causing install validation errors on session start.",
"is_bot": false,
"headline": "fix: remove invalid \"category\" key from plugin manifests",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-20T01:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78a61d6f4b8fb3a0afa3622be7f6edffea784889",
"body": "…improvements (#2)\n\n* fix: correct dsync rule to acknowledge Events API polling\n\nThe dsync-webhooks-mandatory rule was enforcing the incorrect claim\nthat \"webhooks are mandatory and polling is not supported.\" WorkOS\nsupports both webhooks (recommended) and the Events API for directory\nsync events. I\n[…]\nces\n- CLAUDE: add summary/guide/stub/feedback file types, update conventions\n- AGENTS: add two-step loading pattern, update file layout and skill patterns\n\n* chore: fixes\n\n* chore: delete .cursorrules",
"is_bot": false,
"headline": "Skill quality framework: progressive disclosure, feedback system, V2 …",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-20T01:45:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8c8f4e7039ef065ba9204a8e88d93e394a5b09f0",
"body": "Hidden docs now live alongside the router that references them:\n skills/workos/SKILL.md (router)\n skills/workos/workos-sso.md (hidden doc)\n skills/workos/workos-sso.rules.yml (domain rules)\n\nTop-level skills/ is now clean: 7 directories only (router + 6 AuthKit).\nPipeline, rules loader, and manifest builder updated for new paths.",
"is_bot": false,
"headline": "refactor: move hidden docs under skills/workos/ directory",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-12T01:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b44267182ed51b44b89538a8392f9f147860e1fd",
"body": "…ugins\n\n- Hidden skills (32) now live as `skills/{name}.md` flat files instead\n of `skills/{name}/SKILL.md` directories. Only registered skills (router\n + 6 AuthKit) keep the directory/SKILL.md convention.\n- marketplace.json reduced from 44 to 7 plugin entries\n- Router generator bakes in loading p\n[…]\nrules.yml` (flat)\n- Pipeline updated: generator, refiner, quality gate, rules loader,\n manifest builder all handle new flat file structure\n- Full regeneration + refinement: 33/33 passing quality gate",
"is_bot": false,
"headline": "refactor: flatten hidden skills to files, consolidate to 7 exposed pl…",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-12T01:04:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "48e9ede514e369a1f58a82361db77dfa03726cec",
"body": "The entry-point skill is now just `workos` — cleaner name for the\nmaster dispatcher. Updated all references in generator, refiner,\nrefine-batch, tests, README, AGENTS.md, and .cursorrules.",
"is_bot": false,
"headline": "refactor: rename workos-router to workos",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-10T14:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bd7128b327d213885ab48d8583c7fe7764ef838",
"body": "- Update skill count from 44 to 39\n- Remove excluded skills (FGA, magic-link, pipes, domain-verification,\n feature-flags) from tables\n- Document content-addressed locking and --force flag\n- Document domain rules system (.rules.yml)\n- Document hand-crafted vs generated vs excluded categories\n- Add build-plugin-manifests.ts to commands\n- Fix router description",
"is_bot": false,
"headline": "docs: update README for 39 shipped skills, locking, and rules",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-10T13:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d199dae3c2cb042e43e091a11ac1c14468ecc010",
"body": "Full generate --force + refine-batch with all systemic fixes active:\n- SDK method trust (preserve scaffold examples from docs)\n- Source vs WorkOS limitation distinction\n- Thin API acknowledgment\n- Valid skill name injection\n- 32 skills refined, 0 failures\n- All domain rules pass on refined output\n- 39 skills shipped, 88 tests pass",
"is_bot": false,
"headline": "feat: full pipeline regeneration with improved prompts and rules",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-10T13:17:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74b026019c3b1d481924dcfa5a4c796e597d099a",
"body": "Refiner prompt fixes (systemic, survive regeneration):\n- SDK method names: trust scaffold examples from docs, only block\n invented methods. Prevents over-correction that stripped real methods.\n- Migration accuracy: distinguish source system vs WorkOS limitations\n (fixes Cognito \"can't import hashe\n[…]\nntradiction eliminated\n- api-widgets: doubled from 134 to 270 lines\n- other-services: grew to 428 lines with more decision trees\n- descope: WebFetch-first approach (reliable over hallucinated methods)",
"is_bot": false,
"headline": "fix: address root causes for 5 low-scoring skills",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-10T13:00:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d192b7205296a3d023baea49df630dd240b324d6",
"body": "Pipeline improvements (survive regeneration):\n- Inject valid skill names into refiner prompts (prevents phantom refs)\n- \"Never write 'check docs for exact method'\" attribution instruction\n- \"Never invent SDK method names\" — use WebFetch URL instead\n- Global quality gate check: flag skills with 3+ \"c\n[…]\nhantom skill references in shipped skills\n- \"Check docs\" count: vault 6→1, mfa 5→0, email 4→0\n\nShip count: 39 skills (down from 43 — dropped FGA, magic-link, pipes,\ndomain-verification, feature-flags)",
"is_bot": false,
"headline": "feat: systemic pipeline fixes for quality, accuracy, and stability",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-09T21:59:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "80016d817e0538a50cf2d08f90b7d25bf1bb0228",
"body": "- workos-authkit-base: rewrite from reference doc to procedural skill\n with framework detection, decision tree routing, verification commands\n- workos-integrations: expand generator template with SAML/SCIM/OAuth\n setup steps, troubleshooting decision tree, 14-row error recovery table\n- workos-migr\n[…]\n\n- workos-migrate-the-standalone-sso-api: re-refine with clear framing,\n add .rules.yml requiring \"standalone/legacy/old SSO\" terminology\n- Fix pre-existing rules.spec.ts test for promoted dsync rule",
"is_bot": false,
"headline": "fix: improve 5 not-ship-ready skills to pass quality bar",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-09T21:07:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8199a447fb047b158a8869b63d1e7687e7270c75",
"body": "Webhooks-mandatory rule now blocks skill from shipping if violated\n(severity: error, promoted: true). Previously was warn-only.",
"is_bot": false,
"headline": "fix: promote dsync webhooks rule to hard gate",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-09T19:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fe2a6d1f5e0de1106bda7dcd97aac9324997b3c",
"body": "- Force-regenerated 37 skills with source hashes\n- Refined all 36 generated skills (router + API ref + feature + migration)\n- All skills now have <!-- refined:sha256:HASH --> markers\n- Generate is now idempotent (0 written, 37 skipped on second run)\n- Rebuilt plugin.json and marketplace.json",
"is_bot": false,
"headline": "feat: migrate all skills to content-addressed locking",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-09T19:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78eb52f7b6d4beeef6a0be57eb22630410d1e49c",
"body": "Phase 2 — Domain rules:\n- Add per-skill .rules.yml with must_contain/must_not_contain regex checks\n- Graduated enforcement (warn by default, promoted: true = hard gate)\n- Quality gate evaluates rules and reports violations\n- Rules injected into refiner prompts so LLM knows constraints\n- First rule: \n[…]\nation, and severity logic\n\nPhase 3 — Source attribution:\n- All three refiner prompts now instruct LLM to only claim what's in docs\n- Cite doc URLs for non-obvious claims, never hallucinate SDK methods",
"is_bot": false,
"headline": "feat: add domain rules system and source attribution to refiner",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-09T18:44:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a852248285d094d2c17a6e196179df26e57ba061",
"body": "- Add hasher module (computeSourceHash, parseMarker, shouldRegenerate)\n- Embed source hash in marker: <!-- generated:sha256:HASH -->\n- Refiner preserves hash, upgrades to <!-- refined:sha256:HASH -->\n- Generator skips files with matching hash (0 writes on second run)\n- Add --force flag to bypass locking\n- Quality gate recognizes new marker format\n- 15 new hasher tests, updated generator tests",
"is_bot": false,
"headline": "feat: add content-addressed locking to skill generation pipeline",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-09T18:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8caca787c7d4cc88d1b8f58522e2b863368bc1ce",
"body": "- 36 skills re-refined with 8192 token limit (fixes truncated output)\n- API ref skills refined with new API-specific prompt (vault, events,\n roles, widgets all significantly improved)\n- Router skill refined with disambiguation and detection improvements\n- Rebuilt plugin.json and marketplace.json from SKILL.md frontmatter\n- FGA excluded from manifests (43 skills shipped)",
"is_bot": false,
"headline": "feat: re-refine all skills with new prompts and rebuilt manifests",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-09T17:03:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91740064f83c6c626a0d7c1c695270a111a9352f",
"body": "- Add buildApiRefRefinePrompt() for API reference skill refinement\n- Remove workos-api-* exclusion from generate.ts SKIP_REFINE\n- Add API ref skills to refine-batch.ts GENERATED_SKILLS list\n- Skip FGA section in config.ts (deprecated, may return later)\n- Exclude FGA from manifest builder (EXCLUDE_FR\n[…]\nFEST)\n- Increase refiner MAX_TOKENS from 4096 to 8192 (fixes truncated skills)\n- Remove FGA from router description in generator template\n- Add error recovery and verification to integrations template",
"is_bot": false,
"headline": "feat: add API ref refine prompt, skip FGA, increase refiner token limit",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-09T17:03:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ca4bcca8fc9d4c5556390a026f3fa5aa115c74f",
"body": null,
"is_bot": false,
"headline": "style: format codebase with prettier",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-06T23:08:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "251bdd9aa1cf32c5b2f4b3a0373e8633acbc032e",
"body": "…nd refinement support\n\n- Better description for skill matching\n- Add disambiguation rules (feature vs API ref, AuthKit vs named feature)\n- Fix framework detection order (most-specific first)\n- Add router-aware refinement prompt in refiner.ts\n- Remove workos-router from refiner SKIP set",
"is_bot": false,
"headline": "feat: improve router skill with disambiguation, detection priority, a…",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-06T23:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "105d772339d46d807a7218c88938724792bc62b1",
"body": null,
"is_bot": false,
"headline": "docs: remove hand-crafted/generated labels from README skill headings",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-06T22:51:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c5a03701d77c96a0a7a35e79e854707f85c3829",
"body": "- AGENTS.md: OpenAI Codex/agents discovery with skill catalog and routing tree\n- .cursorrules: Cursor agent context with skill categories and development commands",
"is_bot": false,
"headline": "feat: add AGENTS.md and .cursorrules for cross-platform agent support",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-06T18:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76e4d8059cadbd34f962835c6976f82dd5dfe240",
"body": "- Remove monolithic root plugin.json\n- Update marketplace.json with 44 individual plugin entries (matching Clerk pattern)\n- Add per-skill .claude-plugin/plugin.json with name, description, keywords, category\n- Add build-plugin-manifests.ts script for regenerating manifests from SKILL.md frontmatter",
"is_bot": false,
"headline": "fix: restructure plugin manifests to match skills.sh marketplace pattern",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-06T18:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc34b6d6022458cc93d7d8b9b02f51f9870b4681",
"body": null,
"is_bot": false,
"headline": "docs: add CLAUDE.md with project conventions and commands",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-06T17:59:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb1d2cd5a258f3f152b07631a28716dee50bea1e",
"body": null,
"is_bot": false,
"headline": "docs: add README with skill catalog and development guide",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-06T17:58:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e5c9ecbd7f07b0e1425186cb714e37ee860bf29",
"body": "…s (Phase 3)\n\n- API reference splitter: parses llms.txt reference URLs by domain, generates\n 10 API-focused skills (sso, authkit, directory-sync, audit-logs, organizations,\n events, vault, roles, widgets, admin-portal)\n- Quality gate: automated rubric scoring (frontmatter, markers, doc refs,\n str\n[…]\nall 38 skills pass\n- Router updated to include API reference skills in topic map\n- All 36 generated skills re-refined via Anthropic API\n- 56 tests pass, 44 total skills (6 hand-crafted + 38 generated)",
"is_bot": false,
"headline": "feat: add API reference skills, quality gate, and re-refine all skill…",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-06T17:57:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d0b3d1ceb20bf0653d67f21f6cc9bd8d02f54133",
"body": "…ted skills\n\nBuild the Phase 2 skill generation pipeline:\n- Splitter: parses llms.txt URL index, applies per-section split strategies\n- Generator: transforms SkillSpecs into SKILL.md scaffolds with frontmatter\n- Skill template: renders doc fetch, prerequisites, implementation, verification\n- Refiner\n[…]\nurable concurrency\n\nGenerated 28 skills (16 feature + 10 migration + 2 routers), all graded A/A-/B+/B\nby skill-reviewer agents against the AuthKit gold standard. Hand-crafted AuthKit\nskills untouched.",
"is_bot": false,
"headline": "feat: add splitter, generator, and AI refiner pipeline with 28 genera…",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-06T17:42:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a11ca3085979a8a67d0ebcb347e571ed7512676d",
"body": null,
"is_bot": false,
"headline": "feat: add marketplace.json for plugin registry discovery",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-06T16:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afb7065775ce97a0bb5d8ff0aedd181606e35705",
"body": "Replace stale marketplace.json with a proper plugin.json manifest.\nSkills in skills/ are auto-discovered by Claude Code's plugin system.",
"is_bot": false,
"headline": "feat: add .claude-plugin with proper plugin.json",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-06T16:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "718badf413f7b31abab65aecfc005eeb9893b684",
"body": "… AuthKit skills\n\nPhase 1 of the WorkOS skills generator. Sets up the repo as a publishable\nnpm package compatible with skills.sh, copies 6 hand-crafted AuthKit\nframework skills from the CLI repo, and builds the foundation for skill\ngeneration from llms-full.txt.\n\n- npm package: @workos-inc/skills w\n[…]\null.txt with retry + local cache\n- Parser: extracts 24-section tree from ## Name {#anchor} boundaries\n- Validator: format guards that fail loudly on doc structure changes\n- 18 passing tests (bun test)",
"is_bot": false,
"headline": "feat: scaffold @workos-inc/skills package with parser, fetcher, and 6…",
"author_name": "Nick Nisi",
"author_login": "nicknisi",
"committed_at": "2026-02-06T16:36:11Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 83,
"latest_release_at": "2026-07-23T18:21:37Z",
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 14,
"days_since_latest_release": 10,
"mean_days_between_releases": 15.1
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [],
"total": 0,
"header": 0,
"collected": true,
"has_inspect_badge": false
},
"has_description": false,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@workos/skills",
"exists": true,
"license": "MIT",
"keywords": [
"ai-agents",
"authkit",
"claude-code",
"skills",
"sso",
"workos"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@workos/skills",
"is_deprecated": false,
"latest_version": "0.7.0",
"repository_url": "https://github.com/workos/skills",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 6,
"monthly_downloads": 35360,
"first_published_at": "2026-03-07T21:15:41.240000Z",
"latest_published_at": "2026-07-23T18:22:10.551000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 5,
"stars": 43,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-07-28",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 273793,
"source_files_sampled": 29,
"oversized_source_files": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 6644
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "npm:@workos/skills@0.7.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "yaml",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.8.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "yaml",
"direct": true,
"version": "2.8.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-android-arm-eabi",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-android-arm64",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-darwin-arm64",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-darwin-x64",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-freebsd-x64",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-arm-gnueabihf",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-arm-musleabihf",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-arm64-gnu",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-arm64-musl",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-ppc64-gnu",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-riscv64-gnu",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-riscv64-musl",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-s390x-gnu",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-x64-gnu",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-x64-musl",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-openharmony-arm64",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-win32-arm64-msvc",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-win32-ia32-msvc",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-win32-x64-msvc",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-android-arm-eabi",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-android-arm64",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-darwin-arm64",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-darwin-x64",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-freebsd-x64",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm-musleabihf",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm64-gnu",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm64-musl",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-riscv64-gnu",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-riscv64-musl",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-s390x-gnu",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-x64-gnu",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-x64-musl",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-openharmony-arm64",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-win32-arm64-msvc",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-win32-ia32-msvc",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-win32-x64-msvc",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "22.19.11",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.0.18",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.0.18",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.0.18",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.0.18",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.0.18",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.0.18",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.0.18",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.13.6",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.11",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "oxfmt",
"direct": false,
"version": "0.35.0",
"ecosystem": "npm"
},
{
"name": "oxlint",
"direct": false,
"version": "1.50.0",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.6",
"ecosystem": "npm"
},
{
"name": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "3.10.0",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.15",
"ecosystem": "npm"
},
{
"name": "tinypool",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "4.21.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.21.0",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "7.3.1",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.0.18",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 138,
"direct_count": 1,
"indirect_count": 137
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 34,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "nicknisi",
"commits": 67,
"avatar_url": "https://avatars.githubusercontent.com/u/293805?v=4"
},
{
"type": "User",
"login": "jeffnv",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/171043?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.971
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release-please.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 27 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 2/18 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "12 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4d470e24d1cbbae0ca4d765c4b7ac0d5e15a4ddd",
"ran_at": "2026-08-02T20:45:32Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 2,
"authors_30d": 1,
"decided_30d": 2,
"sample_size": 36,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 2,
"bot_prs_excluded_30d": 1,
"newcomer_authors_30d": 1,
"newcomer_decided_30d": 2
},
"ci_last_run_at": "2026-08-01T22:45:31Z",
"oldest_open_prs": [
{
"number": 32,
"created_at": "2026-06-02T00:01:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 35,
"created_at": "2026-06-12T20:14:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 39,
"created_at": "2026-07-30T15:53:27Z",
"last_comment_at": "2026-07-30T15:55:30Z",
"last_comment_author": "greptile-apps"
}
],
"last_merged_pr_at": "2026-07-23T18:21:26Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/workos/skills",
"host": "github.com",
"name": "skills",
"owner": "workos"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 61 is calibrated to 67 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 61,
"calibrated": 67,
"calibration": "2026-08-02"
}
}
],
"value": 67,
"inputs": {
"security": 55,
"vitality": 81,
"community": 49,
"governance": 64,
"calibration": "2026-08-02",
"engineering": 49,
"ai_readiness": 68,
"weighted_overall_raw": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 81,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"commits_last_year": 83,
"human_commit_share": 0.831,
"days_since_last_push": 3,
"active_weeks_last_year": 14
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "83 commits in the last year",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 83
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_latest_release": 10,
"mean_days_between_releases": 15.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 10 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~15.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 15.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 49,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"forks": 5,
"stars": 43,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "43 stars",
"points": 26.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 43
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 0,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"packages": [
"@workos/skills"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 35360
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "35,360 downloads/month across npm",
"points": 60.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 35360,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 64,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.971
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 97% of commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"merged_prs": 34,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 2,
"prs_decided_30d": 2,
"issue_closed_ratio": null,
"closed_unmerged_prs": 2,
"first_time_authors_30d": 1,
"first_time_prs_merged_30d": 2,
"first_time_prs_decided_30d": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "34/36 decided PRs merged",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 34,
"decided": 36
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "2/2 first-time contributors' PRs merged in 30d",
"points": 13,
"status": "met",
"details": [
{
"code": "newcomer_prs_merged",
"params": {
"days": 30,
"merged": 2,
"decided": 2
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/18 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 986,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "workos",
"public_repos": 116,
"account_age_days": 2726
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "986 followers of workos",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 986,
"login": "workos"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "116 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 116
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@workos/skills"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 10
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "weak",
"name": "Engineering Quality",
"value": 49,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 27 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"cli",
"dax"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 27 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/18 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "12 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@workos/skills@0.7.0 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@workos/skills@0.7.0",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 68,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 6644
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "69 of 69 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 69,
"sampled": 69
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.036,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.012
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 83 commits agent-authored or agent-credited",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 83
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 83 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 83
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 273793,
"source_files_sampled": 29,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/29 source files over 60KB",
"points": 53.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 29,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"cli": 2,
"library": 6,
"mcp-server": 3
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
},
{
"tier": "structure",
"label": "mcp-server",
"source": "mcp_signal",
"weight": 3
},
{
"tier": "tags",
"label": "cli",
"source": "tag:cli",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-02T20:45:48.038709Z",
"schema_version": "0.29.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/workos/skills.svg",
"full_name": "workos/skills",
"license_state": "standard",
"license_spdx": "MIT"
}