Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"agent-skills",
"agentic-ai",
"ai-agents",
"claude-code",
"pydantic-ai",
"agent-framework",
"python"
],
"is_fork": false,
"size_kb": 9735,
"has_wiki": true,
"homepage": "https://dougtrajano.github.io/pydantic-ai-skills/",
"languages": {
"Python": 435325
},
"pushed_at": "2026-07-25T22:34:58Z",
"created_at": "2025-12-18T00:05:56Z",
"owner_type": "User",
"updated_at": "2026-07-25T22:35:02Z",
"description": "This package implements Agent Skills (https://agentskills.io) support with progressive disclosure for Pydantic AI. Supports filesystem and programmatic skills.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "Douglas Trajano",
"type": "User",
"login": "DougTrajano",
"company": "ADP",
"location": "Porto Alegre, Brazil",
"followers": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/8703022?v=4",
"created_at": "2014-09-09T00:43:27Z",
"is_verified": null,
"public_repos": 40,
"account_age_days": 4337
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2026-07-25T22:34:47Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2026-07-15T02:36:54Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2026-06-27T18:48:01Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2026-06-27T13:07:26Z"
},
{
"tag": "0.11.0",
"kind": "minor",
"published_at": "2026-05-26T01:52:28Z"
},
{
"tag": "0.10.1",
"kind": "patch",
"published_at": "2026-05-18T15:04:58Z"
},
{
"tag": "0.10.0",
"kind": "minor",
"published_at": "2026-05-09T00:20:19Z"
},
{
"tag": "0.9.0",
"kind": "minor",
"published_at": "2026-05-03T02:56:02Z"
},
{
"tag": "0.8.0",
"kind": "minor",
"published_at": "2026-04-21T02:15:34Z"
},
{
"tag": "0.7.0",
"kind": "minor",
"published_at": "2026-04-12T19:05:11Z"
},
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2026-03-26T03:40:31Z"
},
{
"tag": "0.5.1",
"kind": "patch",
"published_at": "2026-03-06T00:09:14Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2026-02-27T03:04:51Z"
},
{
"tag": "0.4.1",
"kind": "patch",
"published_at": "2026-02-21T13:16:51Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2026-01-24T15:08:28Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2026-01-15T03:17:39Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2026-01-08T18:13:36Z"
},
{
"tag": "0.1.1",
"kind": "patch",
"published_at": "2025-12-19T02:23:33Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2025-12-19T00:59:02Z"
},
{
"tag": "0.0.2",
"kind": "patch",
"published_at": "2025-12-19T00:30:14Z"
}
],
"recent_commits": [
{
"oid": "4a60425d11f68717022802c162c4e670c82d7127",
"body": null,
"is_bot": true,
"headline": "chore: bump version to 1.3.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-25T22:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8804c4756ade94bb11a202be5063f7036350f86",
"body": "Rewrite README to be concise and link to the docs site",
"is_bot": false,
"headline": "Merge pull request #62 from DougTrajano/docs/concise-readme",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-25T22:31:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5a8d48b315898f894ac3dbe6e76c002c2d17739",
"body": "The one-paragraph version packed the definition and the loading\nbehavior into a single dense sentence. Split it in two: what a skill\nis on disk, then how progressive disclosure loads it.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Clarify the intro description of what a skill is",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-25T22:29:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4a25ef726e7e855a790d412f5ad89d1185b873d2",
"body": "- Promote \"Why This and Not pydantic-ai-harness\" to just after the\n intro, so the differentiator lands before install and quick start\n- Lead the install section with `uv add`, keeping `pip install` as a\n footnote\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Move harness comparison above the fold, recommend uv for install",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-25T22:27:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d6a37c91d1db624f93884d34d2c2604ebf57a22c",
"body": "The README had grown to 397 lines, most of it duplicating the docs site\nor padding: a 10-line serialized agent-run trace, three overlapping\nfeature lists, and the full harness comparison table.\n\n- Replace the agent-run trace dump with a short `agent.run()` example\n- Merge the feature list, \"How Skil\n[…]\nE.md\n\nNet 397 -> 137 lines. Badges, install, both integration paths, skill\nanatomy, security warning, acknowledgments, and license are unchanged.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rewrite README to be concise and link to the docs site",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-25T22:23:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "db135d4b46ce9d710afedfc3accc9a5c4fc2abda",
"body": "…-build\n\nAdd include/exclude skill selection; fix strict docs build",
"is_bot": false,
"headline": "Merge pull request #61 from DougTrajano/feat/skill-selection-and-docs…",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-25T22:18:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db6f73299244254e1b06995a7babb6a8e8dddc67",
"body": "SonarQube flagged SkillsToolset.__init__ at cognitive complexity 17,\nover the allowed 15. The selection setup added in the previous commit\ncontributed +4 (the `and` in the mutual-exclusion check plus two\nternaries), taking a previously-passing 13 over the threshold.\n\nMove that block into a cohesive \n[…]\n call.\n\nMeasured with the `cognitive-complexity` package, which reproduces\nSonar's baseline number exactly: __init__ 17 -> 13, _init_selection 4.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Extract _init_selection to reduce __init__ cognitive complexity",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-25T22:15:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b03bfb6b570c32b6ac556356a36898a0de740810",
"body": "pydantic-ai-harness added a Skills capability (merged to main, unreleased\nas of 0.11.0) that maps each SKILL.md to a deferred core capability.\nComparing it feature by feature, the only thing it offered that we lacked\nwas per-agent skill selection.\n\nAdd `include`/`exclude` to SkillsToolset and Skills\n[…]\nlidation strict elsewhere.\n- The nav referenced a missing installation.md; added the page, since\n quick-start jumps straight to writing a skill.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add include/exclude skill selection; fix strict docs build",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-25T22:08:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "31634d86c3b30a440bbd3aaeea1d78b9ebc29cdb",
"body": null,
"is_bot": false,
"headline": "Update pyproject.toml for playground changes",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-25T03:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b01faa0cccb4f6bf2cb4db6918939777ab9504c",
"body": "…0-and-lt-5.0.0\n\nbuild(deps-dev): update arxiv requirement from <4.0.0,>=3.0.0 to >=3.0.0,<5.0.0",
"is_bot": false,
"headline": "Merge pull request #60 from DougTrajano/dependabot/pip/arxiv-gte-3.0.…",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-25T03:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "119c6240add30847a113967acbdb7faaf7ed4b95",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into dependabot/pip/arxiv-gte-3.0.0-and-lt-5.0.0",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-24T23:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a443a41ae352c5002f81270d8a7a57cc5ec7c9a",
"body": "…0-and-lt-0.17.0\n\nbuild(deps-dev): update ruff requirement from <0.16.0,>=0.15.0 to >=0.15.0,<0.17.0",
"is_bot": false,
"headline": "Merge pull request #59 from DougTrajano/dependabot/pip/ruff-gte-0.15.…",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-24T23:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4999b0b03b42b715c919e3dfa06a4a11e526750",
"body": "….8.0-and-lt-6.0.0\n\nbuild(deps-dev): update datasets requirement from <5.0.0,>=4.8.0 to >=4.8.0,<6.0.0",
"is_bot": false,
"headline": "Merge pull request #58 from DougTrajano/dependabot/pip/datasets-gte-4…",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-24T23:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4163997dfc01d067801ddba3f115e5ab3039a4d",
"body": "…46.0-and-lt-0.52.0\n\nbuild(deps-dev): update uvicorn requirement from <0.47.0,>=0.46.0 to >=0.46.0,<0.52.0",
"is_bot": false,
"headline": "Merge pull request #57 from DougTrajano/dependabot/pip/uvicorn-gte-0.…",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-24T23:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a38eed989fe979140e97e3aa262577e6454792ea",
"body": "Updates the requirements on [arxiv](https://github.com/lukasschwab/arxiv.py) to permit the latest version.\n- [Release notes](https://github.com/lukasschwab/arxiv.py/releases)\n- [Commits](https://github.com/lukasschwab/arxiv.py/compare/3.0.0...4.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: arxiv\n dependency-version: 4.0.0\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update arxiv requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-24T05:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f134b2660dbcb5480143549a27512fe9a24cc412",
"body": "Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.\n- [Release notes](https://github.com/astral-sh/ruff/releases)\n- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/astral-sh/ruff/compare/0.15.0...0.16.0)\n\n---\nupdated-dependencies:\n- dependency-name: ruff\n dependency-version: 0.16.0\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update ruff requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-24T05:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26bf556525ff73b836e151b0e9c1be44cc89c904",
"body": "Updates the requirements on [datasets](https://github.com/huggingface/datasets) to permit the latest version.\n- [Release notes](https://github.com/huggingface/datasets/releases)\n- [Commits](https://github.com/huggingface/datasets/compare/4.8.0...5.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: datasets\n dependency-version: 5.0.0\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update datasets requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-24T05:34:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa8d29f4b42a7985d66c7dc8515534810f5fa1b0",
"body": "Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version.\n- [Release notes](https://github.com/Kludex/uvicorn/releases)\n- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)\n- [Commits](https://github.com/Kludex/uvicorn/compare/0.46.0...0.51.0)\n\n---\nupdated-dependencies:\n- dependency-name: uvicorn\n dependency-version: 0.51.0\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update uvicorn requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-24T05:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15ce176e2c37b78a120f26445e3080a772c2355e",
"body": "Add example with Pydantic AI Gateway/Logfire and Ollama Cloud Models",
"is_bot": false,
"headline": "Merge pull request #56 from DougTrajano/add-pydantic-ai-ollama-example",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-22T02:04:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cec144e9e712e013bc7f2f856628ea638ee28ef",
"body": null,
"is_bot": false,
"headline": "small change",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-22T02:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6650de5eed63fced2534e009c8714bf2c3fd1470",
"body": null,
"is_bot": false,
"headline": "PR marker",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-22T00:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44e227a06e6d8d1adf184ac94f58f934b96e5e1f",
"body": null,
"is_bot": false,
"headline": "Add pydantic_ai_ollama example and update project metadata",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-22T00:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d87953e91e69ab1ffdb774d7f88cecb29e49e29",
"body": null,
"is_bot": true,
"headline": "chore: bump version to 1.2.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-15T02:37:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79de88b5ebbcb106b94392035adc65ee8f367ac2",
"body": "…ext-files\n\nfeat: discover all readable text files as skill resources (#54)",
"is_bot": false,
"headline": "Merge pull request #55 from DougTrajano/feat/resource-discovery-all-t…",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-15T02:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9c8dd293c4eec4ae3c3888bac0953073e829336",
"body": "Each exception test constructed Mock() inside the pytest.raises block,\ngiving it two invocations that could throw. Assign ctx = Mock() before the\nblock so only the awaited call remains inside, satisfying python:S5778.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: hoist Mock() out of pytest.raises blocks (Sonar S5778)",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-15T02:32:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a90d6b8989ac449b6c1feaf39c135060b1976513",
"body": null,
"is_bot": false,
"headline": "small change",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-15T02:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c5f511fe7eccc1e5684e77bfbeb4bd174ead9d0",
"body": "Resource discovery previously used a hardcoded extension allowlist\n(.md/.json/.yaml/.yml/.csv/.xml/.txt) with no way to extend it, so common\ntext assets a skill ships (.sql, .toml, .jinja, ...) were silently invisible\neven when SKILL.md referenced them (issue #54).\n\nReplace the allowlist with allow-\n[…]\n Skill.from_file,\n SkillsToolset, and SkillsCapability (+ from_spec).\n\nThis is a behavior change: skills may now expose more files by default.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: discover all readable text files as skill resources",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-15T02:17:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aa9680268e6bdfae7a153b527929c9a21de91734",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-05T01:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3344c622903f17d1ae55751a622867ceb79ed6e7",
"body": "This reverts commit acf2dbfc579f4d7bbd9fcdc78bbe1edd52d72210.",
"is_bot": false,
"headline": "Revert \"chore: bump version to 1.1.0\"",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-07-05T01:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acf2dbfc579f4d7bbd9fcdc78bbe1edd52d72210",
"body": null,
"is_bot": true,
"headline": "chore: bump version to 1.1.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-27T18:48:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25c1940d65b2d2ef5892e5617060e5d2444df3d7",
"body": "…skillscapability\n\nfeat: support agent specs for SkillsCapability",
"is_bot": false,
"headline": "Merge pull request #53 from DougTrajano/DEV-1216-support-agent-specs-…",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-06-27T18:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb02055e5cdfd8fe27a411ccf313c7b88d81ab78",
"body": "- Use dataclasses.is_dataclass() instead of the brittle __dataclass_fields__\n attribute check.\n- Assert the loaded agent actually exposes a SkillsCapability with its\n toolset, matching the test's docstring.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: address PR review on agent-spec tests [DEV-1216]",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-06-27T18:23:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "79dbec1303f3ebec261a9cf7e35cbb229fdbe218",
"body": "SkillsCapability extended AbstractCapability but could not be used in\ndeclarative agent specs (Agent.from_spec / Agent.from_file with\ncustom_capability_types). The pydantic-ai spec loader rejects any custom\ncapability type that is not a @dataclass, so registry construction failed\nbefore serializatio\n[…]\ndd spec-support tests (registry build, from_spec round-trip, full\n Agent.from_spec load, schema generation) and an \"Agent specs\" docs section.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support agent specs for SkillsCapability [DEV-1216]",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-06-27T18:17:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6d05b7edef0dc1d8c09dfbfd52849b891a7b8efe",
"body": null,
"is_bot": true,
"headline": "chore: bump version to 1.0.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-27T13:07:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86e401155aea1475da19bb3666c9252254980b0c",
"body": "…-capabilities\n\nfeat: adopt Pydantic AI v2 capabilities API [DEV-1215]",
"is_bot": false,
"headline": "Merge pull request #52 from DougTrajano/DEV-1215-adopt-pydantic-ai-v2…",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-06-27T13:01:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9f95c2a4652cdcb5a0e7be0214cf00be78a4b03",
"body": "Addresses Copilot review on PR #52: the SkillResource example used\ncontent=None and the SkillScript example omitted function/uri, both of\nwhich fail __post_init__ validation. Use a content-based resource and a\nfile-based (uri) script so the snippets run as written.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fix invalid SkillResource/SkillScript examples",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-06-27T12:59:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fbfb47366a4759c3164575b4304e21d1f934e365",
"body": "- Add defer_loading/id/description to SkillsCapability, validate id when\n deferred, and summarize skills via get_description()\n- Replace private pydantic_ai._run_context.RunContext with public\n pydantic_ai.RunContext; add compat smoke test for remaining internals\n- Fix non-existent pydantic_ai.too\n[…]\n source docstrings and docs\n- Raise dependency floor to pydantic-ai-slim>=1.105\n- Test CI matrix against pydantic-ai 1.105.0, 2.0.0, and latest\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: adopt Pydantic AI v2 capabilities API [DEV-1215]",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-06-27T12:51:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8232dd890337b45525a88d8a231fe4da63136eec",
"body": "docs: add guide for hooks around skill loading",
"is_bot": false,
"headline": "Merge pull request #50 from DougTrajano/DEV-1212",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-06-11T02:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bc0d21164c4bed96a979de9e1e1c1e84c00feb3",
"body": "Document how to intercept skill loading (before/after) using Pydantic AI's\ntool-execution hooks. Skill loading is a regular `load_skill` tool call, so\nthe standard `before_tool_execute` / `after_tool_execute` hooks fire around\nit when filtered with `tools=['load_skill']`.\n\nCovers SkillsCapability an\n[…]\ncking loads via\nSkipToolExecution, rewriting loaded instructions, and the full tool-execution\nhook family. Adds the page to the User Guide nav.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add guide for hooks around skill loading",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-06-11T02:33:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "94465e37d7b96e9e047c1393fb358e98895dfa4e",
"body": null,
"is_bot": true,
"headline": "chore: bump version to 0.11.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-26T01:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09c1debfa711fdcda36dbe82626c288a18aaa155",
"body": "feat: add S3SkillsRegistry for S3 and S3-compatible storage (DEV-1208)",
"is_bot": false,
"headline": "Merge pull request #48 from DougTrajano/DEV-1208-s3-skills-registry",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-26T01:47:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d983f2d79d8e18958a3dc34b674d45fe7e268bb",
"body": "coverage.xml recorded an absolute <source> (the package dir) with filenames\nrelative to it (e.g. registries/s3.py), so SonarCloud could not map coverage\nonto the indexed sources and reported 0% on new code. Set relative_files=true\nso paths resolve as pydantic_ai_skills/registries/s3.py from the repo root.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: emit repo-root-relative coverage paths for SonarCloud",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-26T01:30:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9f49fa3e625a4d7e8d0eb4142b5757aff1db88b8",
"body": "Code review (Copilot) fixes on S3SkillsRegistry:\n- _sync now mirrors the remote prefix (clears the cached subtree first), so\n skills removed from the bucket no longer linger locally\n- list S3 objects once per sync and compute per-skill version from the cached\n listing instead of re-listing per ski\n[…]\nran with no report. Checkout first, then download\nartifacts into the workspace.\n\nAdd tests for stale-cache mirroring and client error wrapping.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: address S3 registry review and fix Sonar coverage pipeline",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-26T01:18:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "561faf1c03f571f338e9ee9d2a7e741e4f60ad4b",
"body": "Introduce an S3-backed skills registry (DEV-1208) mirroring\nGitSkillsRegistry. It downloads objects under a bucket/prefix into a\nlocal cache and reuses discover_skills() to parse SKILL.md files.\n\nConnection details (credentials, endpoint_url, region, path-style\naddressing) are supplied via a caller-\n[…]\n-escape protection on download/copy\n- Metadata enrichment: source_url, registry, bucket, prefix, version\n- Tests and docs (incl. MinIO example)\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add S3SkillsRegistry for S3 and S3-compatible storage",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-26T01:06:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d1a19c8e6dbbee5e6726c8de70aadca2966fb190",
"body": null,
"is_bot": true,
"headline": "chore: bump version to 0.10.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-18T15:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12989e880f47491b78230002b50f4eb7dd1cd5e5",
"body": "feat: coerce JSON string args to dict in run_skill_script",
"is_bot": false,
"headline": "Merge pull request #46 from MateEggDeHome/feat/coerce-json-args",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-18T15:02:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bb6931ca4be20b7cf7ca2aa09c31764fd4ea501",
"body": null,
"is_bot": false,
"headline": "fix SonarQube test coverage",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-18T14:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13a3ae99762ac5bc016e72c41a2c58f58ed74877",
"body": null,
"is_bot": false,
"headline": "fix lint issues",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-18T14:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "264828b6de86c6ce8e8e4d90c16f65da0b403cb7",
"body": null,
"is_bot": false,
"headline": "Apply suggestion from @DougTrajano",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-18T14:50:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3fd36fb8115df18ebd844dbbb801a76fa664af1",
"body": "Simplify the coerce logic by removing the explicit dict/None early\nreturn — non-string values now fall through to a single return v.\nAdd 4 integration tests covering JSON string coercion, dict pass-\nthrough, None acceptance, and non-object rejection via the Pydantic\nvalidator.",
"is_bot": false,
"headline": "refactor: simplify _coerce_to_dict and add integration tests",
"author_name": "LiJinLiang",
"author_login": null,
"committed_at": "2026-05-18T07:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb19edf30f27277d0c55e55dfc2861fa0526051f",
"body": null,
"is_bot": false,
"headline": "update github actions",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-16T20:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b85965f29b14c8094e5d8c6cee8bde09a34becf",
"body": null,
"is_bot": false,
"headline": "update github actions",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-16T20:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c5cfca8238394837d1d8bd35d2468aa403065a4",
"body": null,
"is_bot": false,
"headline": "update github actions",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-16T20:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a98f0ddb6d009432c8d5a1f9a7b65e328e3a2f6a",
"body": null,
"is_bot": false,
"headline": "update github actions",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-16T20:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d98a61327c22b9d14ae89ecc74073ce21406cdd",
"body": "LLMs sometimes return nested dict args as JSON strings instead of objects.\nAdd `_coerce_to_dict` helper using `Annotated[..., BeforeValidator(...)]`\non the `args` parameter to automatically parse strings to dicts at\nvalidation time.",
"is_bot": false,
"headline": "feat: coerce JSON string args to dict in run_skill_script",
"author_name": "LiJinLiang",
"author_login": null,
"committed_at": "2026-05-14T03:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eedeb8a36f71a6f2021551313af708d2538f282d",
"body": null,
"is_bot": true,
"headline": "chore: bump version to 0.10.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-09T00:20:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c36be24cbb3ed87714d55948193936af4c2c6d72",
"body": "feat(DEV-1194): replace SkillException hierarchy with ModelRetry + stdlib exceptions",
"is_bot": false,
"headline": "Merge pull request #44 from DougTrajano/DEV-1194",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-09T00:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b7da8cf0b127d083fbfbdd85f33e67eeb5bb73e",
"body": null,
"is_bot": false,
"headline": "feat: update uv",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-09T00:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae49838c600d74badf9a6e4802afd16f63b85ca7",
"body": "- combined.py: use synchronous get_skills() membership check instead of\n catching KeyError, so unrelated KeyErrors from a child registry's\n internal logic are no longer swallowed.\n- local.py: stop wrapping OSError when reading file-based resources —\n the original subclass (FileNotFoundError, Perm\n[…]\nall import statements to use\n pydantic_ai_skills (the actual public package) instead of the\n non-existent pydantic_ai.toolsets.skills module.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: address Copilot review feedback",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-09T00:11:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e5277d5185a031809fe06792ae1cfaf0b290e7dd",
"body": "…d S5713)\n\nFileNotFoundError is a subclass of OSError, so listing both is redundant.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: remove redundant FileNotFoundError from except clause (SonarClou…",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-09T00:06:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1653a8dd302393e7d462c463153b6f41e24250ad",
"body": "…tions\n\nTools registered by SkillsToolset now raise pydantic_ai.ModelRetry on\nunknown skill / resource / script names so the LLM can self-correct\nwithin the configured retry budget. Outside tool execution, exceptions\nare stdlib types (KeyError, ValueError, FileNotFoundError, OSError,\nRuntimeError, T\n[…]\nError, SkillValidationError\nfrom the public API. Catch the corresponding stdlib exceptions\ninstead (see docs/patterns.md for the full mapping).\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: replace SkillException hierarchy with ModelRetry + stdlib excep…",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-09T00:02:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f513b39d0b54674c2e90d605c012f58c5a9e8ef0",
"body": null,
"is_bot": true,
"headline": "chore: bump version to 0.9.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-03T02:56:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "772a16a80571ecf4a3f595be63556f67d406823e",
"body": "DEV-1193: add Skill.from_file() classmethod",
"is_bot": false,
"headline": "Merge pull request #42 from DougTrajano/DEV-1193",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-03T02:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da6438366a74c40bb119bb8dda0ab25f1f0c0a18",
"body": "types.py / Skill.from_file():\n- Use exact 'SKILL.md' match (not .upper()) so mixed-case like skill.md\n is consistently rejected on case-sensitive filesystems\n- Coerce name before the empty-string check so YAML scalars like\n `name: 0` or `name: false` load as '0'/'False' instead of falling\n back t\n[…]\nnings\n\ntests/test_types.py:\n- Add assert that the discovered FileBasedSkillScript carries the\n exact executor instance passed to from_file()\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Address second Copilot review round",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-03T02:31:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b05d3607fd87c2530d4bc3d9eee0b0d18bb546e6",
"body": "…776)\n\nExtract name-format checks into _validate_name_format() helper, removing\nthe three levels of nesting that pushed the function from 19 to 15+.\nComplexity drops from 19 to ~7 in the public function.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Reduce cognitive complexity of validate_skill_metadata (SonarCloud S3…",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-03T01:49:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "28a080a80bc609803833b218d8b015997baa7db9",
"body": "_parsing.py:\n- Validate yaml.safe_load() returns a dict; raise SkillValidationError\n for non-mapping frontmatter (list, scalar, etc.)\n- Coerce name/description/compatibility to str before len()/pattern\n checks to avoid TypeError on int/float YAML values\n- Warn when description is absent (it is doc\n[…]\nd (YAML int coercion)\n- Add test_skills_directory_missing_name_with/without_validation\n (regression coverage for SkillsDirectory delegation)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Address Copilot review: robustness fixes for Skill.from_file()",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-03T01:45:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cb3aecdbeac145970eaaa233d5d29e53c9ad55a3",
"body": "Replace the backtracking regex in parse_skill_md with a linear\nline-by-line scan to eliminate the polynomial-runtime risk flagged\nby SonarCloud (security hotspot).\n\nAlso document Skill.from_file() in docs/api/types.md (Methods table)\nand docs/creating-skills.md (new \"Loading a Single Skill\" section).\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix ReDoS risk in parse_skill_md; update docs for Skill.from_file()",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-03T01:36:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "98a00a87809819c475e3b9ca2505f49c3f7b6bc4",
"body": "Extract pure parsing/validation helpers into _parsing.py to break the\ncircular-import chain, then expose Skill.from_file() as the canonical\nsingle-skill loader. The private _load_skill_from_file() in directory.py\nis removed; discover_skills() now delegates to Skill.from_file().\n\nWith validate=True a missing name field now raises SkillValidationError\ninstead of silently returning None, making the behaviour consistent.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "DEV-1193: add Skill.from_file() classmethod",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-03T01:31:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1a7a67149b5221bf9ade3f39cca9ff76b149a345",
"body": "DEV-1192: drop pre-1.74 pydantic-ai compatibility shims",
"is_bot": false,
"headline": "Merge pull request #41 from DougTrajano/DEV-1192",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-03T00:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7bbdf1504be3cdd0058361481160ee26059b958",
"body": "- Remove the obsolete \"Compatibility Note\" from examples/README.md\n that still referenced pre-1.74 behavior.\n- Use tmp_path in test_skills_capability_init_with_all_params to\n build a real Path-based skills directory instead of leaving the\n fixture unused.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Address PR feedback: drop stale examples note, exercise tmp_path",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-03T00:51:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ad6cd5f4f68a868483848b19034c498bbbb79ca2",
"body": "Bump pydantic-ai-slim floor to >=1.74 and remove the version-detection\nscaffolding (try/except ImportError, _CAPABILITIES_AVAILABLE flag,\nfallback AbstractCapability placeholder, hasattr-based branching in\nget_instructions). Trim the matching legacy/import-failure tests and\nstrip \"pydantic-ai >=1.71 / <1.74\" qualifiers and manual instructions-hook\nescape hatches from the docs and README.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "DEV-1192: drop pre-1.74 pydantic-ai compatibility shims",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-05-03T00:45:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5219fc12e165ee3659b72cc982e2fa919e176632",
"body": null,
"is_bot": true,
"headline": "chore: bump version to 0.8.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-21T02:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07cccaf10e7e233872fb861251c8aaf83b878797",
"body": "Add documentation for debugging skill scripts",
"is_bot": false,
"headline": "Merge pull request #40 from DougTrajano/DEV-1126",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-21T02:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c562a08a68192ceba8eb518af9ea2ad2c9f9a351",
"body": null,
"is_bot": false,
"headline": "feat: add debugging skill scripts docs",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-21T02:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65106a2f7978643fc82ae2b9d160def68e7e9f98",
"body": null,
"is_bot": false,
"headline": "feat: add debugging skill scripts docs",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-21T01:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b505253ff7a2a6dd80d00bc13e0a5e5ebd61fecf",
"body": "feat: [DEV-1157] add env_vars for file system scripts",
"is_bot": false,
"headline": "Merge pull request #39 from DougTrajano/DEV-1157",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-21T01:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "889e57e0a6bdc41ed895bdcdfc8b7ce7fb34ae98",
"body": "Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Potential fix for pull request finding",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-21T01:36:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "89ace5767215ad36de572cb3660abd17233ac2b9",
"body": "Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Potential fix for pull request finding",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-21T01:35:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1509b31449a10b15baf380ae0e7f38b83df5600f",
"body": "Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Potential fix for pull request finding",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-21T01:35:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "047f3d59fe2612894d2785d271bd55739f0c8d16",
"body": "Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Potential fix for pull request finding",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-21T01:34:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4e6db75910ecc1db220524acac4e24babc49ed34",
"body": null,
"is_bot": false,
"headline": "feat: [DEV-1157] add env_vars for file system scripts",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-21T01:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8855fad975ab14e6a05eb4e7fa5e881a8a698211",
"body": null,
"is_bot": false,
"headline": "feat: update AGENTS.md",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-13T02:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "619fee34b164fcee35bc58c25f8400e7111eba85",
"body": null,
"is_bot": true,
"headline": "chore: bump version to 0.7.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-12T19:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17d5d6103de6ba668ea95de3e9ed5e1defc4b16e",
"body": "feat: [DEV-1163] fix duplicated instructions in SkillsCapability",
"is_bot": false,
"headline": "Merge pull request #38 from DougTrajano/DEV-1163",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-12T18:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "139ff62ce611fd6fe5cdecb8c48d1b9c77d1e220",
"body": null,
"is_bot": false,
"headline": "feat: [DEV-1163] add unit tests",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-12T18:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf6de44097ec064290a2d68f527f227713e3688e",
"body": null,
"is_bot": false,
"headline": "feat: [DEV-1163] fix duplicated instructions in SkillsCapability",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-12T18:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cd3b15d0802d2fb3640cb0bae2129f98603dc37",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update pydantic_ai_skills/capability.py",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-12T18:43:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "94030be85459630dbca9063834224c843a103244",
"body": null,
"is_bot": false,
"headline": "feat: [DEV-1163] fix duplicated instructions in SkillsCapability",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-12T14:41:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d05c76c16a91486eee39c1ab6e94a5779e241d1c",
"body": "feat: [DEV-1158] Update get_instructions() requirement (pydantic>=1.74)",
"is_bot": false,
"headline": "Merge pull request #36 from DougTrajano/DEV-1158",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-09T14:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "491341be4c32eca68b67b0eca1e9766168671f80",
"body": null,
"is_bot": false,
"headline": "feat: [DEV-1158] update get_instructions integration",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-09T14:27:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f5b2fcd55931ef2fe51aca958b1e63a7bc7e26a",
"body": null,
"is_bot": false,
"headline": "feat: [DEV-1158] update get_instructions integration",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-09T11:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "266843c652ea9572aed1d90cd972664f2685acdf",
"body": null,
"is_bot": false,
"headline": "feat: [DEV-1158] update get_instructions integration",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-09T03:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d1cd3e0c55962495d838edcdad39d629c15662",
"body": "feat: support non-Python scripts (sh, bash, etc.)",
"is_bot": false,
"headline": "Merge pull request #35 from DougTrajano/DEV-1155",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-08T11:02:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ddb31c5a396de911d2af1e1f27336d6adce02f3",
"body": null,
"is_bot": false,
"headline": "feat: support non-Python scripts (sh, bash, etc.)",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-08T10:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "480686ff721d0a98c1f901ac3994529398866fe8",
"body": null,
"is_bot": false,
"headline": "feat: support non-Python scripts (sh, bash, etc.)",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-08T10:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4256d72cc2f73dc99614388caeb5280b608aa7d",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update pydantic_ai_skills/local.py",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-08T10:47:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7c93a316a80edc023a924902a88aa2c385e37c2f",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update pydantic_ai_skills/directory.py",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-08T10:46:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5983b1e61b35972c91f2ff001dcf999d081b9dfc",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-08T10:46:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9381969670c76d5322cb9fad712848817d7666fa",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-08T10:46:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "61ab9112d47f7b080a862f40aabae6e99e9e217d",
"body": null,
"is_bot": false,
"headline": "feat: support non-Python scripts (sh, bash, etc.)",
"author_name": "Douglas Trajano",
"author_login": "DougTrajano",
"committed_at": "2026-04-08T03:14:06Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 20,
"commits_last_year": 196,
"latest_release_at": "2026-07-25T22:34:47Z",
"latest_release_tag": "1.3.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 24,
"days_since_latest_release": 0,
"mean_days_between_releases": 11.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "pydantic-ai-skills",
"exists": true,
"license": "MIT",
"keywords": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/pydantic-ai-skills/",
"is_deprecated": false,
"latest_version": "1.3.0",
"repository_url": "https://github.com/dougtrajano/pydantic-ai-skills",
"versions_count": 20,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3462970,
"first_published_at": "2025-12-19T00:30:44.687388Z",
"latest_published_at": "2026-07-25T22:35:24.367292Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 28,
"stars": 347,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2025-12-23",
"count": 1
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-01-31",
"count": 2
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-25",
"count": 2
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-03-01",
"count": 2
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-15",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-06",
"count": 1
},
{
"date": "2026-07-10",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
}
],
"complete": true,
"collected": 28,
"total_forks": 28
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"pydantic_ai_skills/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 49654,
"source_files_sampled": 42,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md",
"examples/skills/pydanticai-docs/references/AGENT.md"
],
"agent_instruction_max_bytes": 5938
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "anyio",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=4.0.0"
},
{
"name": "pydantic-ai-slim",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.105"
},
{
"name": "pyyaml",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=6.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 35,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 20,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "DougTrajano",
"commits": 178,
"avatar_url": "https://avatars.githubusercontent.com/u/8703022?v=4"
},
{
"type": "User",
"login": "mtessar",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/20965?v=4"
},
{
"type": "User",
"login": "zhyg",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1734162?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.989
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"gh-pages.yml",
"pypi-publish.yml",
"sonarqube.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"uv.lock"
],
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"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": 0,
"reason": "Found 0/11 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 0,
"reason": "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": 10,
"reason": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 4,
"reason": "security policy file 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": "40 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4a60425d11f68717022802c162c4e670c82d7127",
"ran_at": "2026-07-25T22:39:03Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-25T22:34:59Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-25T22:31:20Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/DougTrajano/pydantic-ai-skills",
"host": "github.com",
"name": "pydantic-ai-skills",
"owner": "DougTrajano"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"security": 38,
"vitality": 89,
"community": 72,
"governance": 60,
"engineering": 96
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 89,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"commits_last_year": 196,
"human_commit_share": 0.86,
"days_since_last_push": 0,
"active_weeks_last_year": 24
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "24/52 weeks with commits",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 24
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "196 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 196
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 20,
"latest_release_tag": "1.3.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 11.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "20 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 20
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~11.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 11.6
}
}
],
"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": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 72,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"forks": 28,
"stars": 347,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "347 stars",
"points": 41.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 347
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "28 forks",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 28
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"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": 18,
"status": "met",
"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": "excellent",
"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": 100,
"inputs": {
"packages": [
"pydantic-ai-skills"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 3462970
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,462,970 downloads/month across pypi",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3462970,
"ecosystems": "pypi"
}
}
],
"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": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.989
},
"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 99% of commits",
"points": 0.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"merged_prs": 35,
"open_issues": 0,
"closed_issues": 20,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "35/36 decided PRs merged",
"points": 37.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 35,
"decided": 36
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/11 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"followers": 54,
"owner_type": "User",
"is_verified": null,
"owner_login": "DougTrajano",
"public_repos": 40,
"account_age_days": 4337
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "54 followers of DougTrajano",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 54,
"login": "DougTrajano"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "40 public repos, account ~11 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 40
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"pydantic-ai-skills"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 96,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"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": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"agent-skills",
"agentic-ai",
"ai-agents",
"claude-code",
"pydantic-ai",
"agent-framework",
"python"
],
"has_wiki": true,
"homepage": "https://dougtrajano.github.io/pydantic-ai-skills/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://dougtrajano.github.io/pydantic-ai-skills/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"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": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.8
},
"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 is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 0/11 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "dangerous workflow patterns detected",
"points": 0,
"status": "missed",
"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": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"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 detected",
"points": 2,
"status": "partial",
"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": "40 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"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": 73,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.767,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md",
"examples/skills/pydanticai-docs/references/AGENT.md"
],
"agent_instruction_max_bytes": 5938
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md, examples/skills/pydanticai-docs/references/AGENT.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md, examples/skills/pydanticai-docs/references/AGENT.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": "66 of 86 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 66,
"sampled": 86
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"uv.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"pydantic_ai_skills/py.typed"
],
"agent_commit_share": 0.34,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.04
},
"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": 11,
"status": "met",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "pydantic_ai_skills/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "pydantic_ai_skills/py.typed"
}
}
],
"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": "34 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 34,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 49654,
"source_files_sampled": 42,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (pydantic_ai_skills/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "pydantic_ai_skills/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/42 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 42,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index pypi:pydantic-ai-skills@1.3.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-25T22:39:17.747862Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/DougTrajano/pydantic-ai-skills.svg",
"full_name": "DougTrajano/pydantic-ai-skills",
"license_state": "standard",
"license_spdx": "MIT"
}