This reverts commit c23b718. The squash merge of #252 was refused by
GitHub on a README conflict, so the skill never landed and the README
and collection version were bumped for a skill that is not in the tree.
Back to 165 skills / 2.68.0 until #252 is rebased and merged.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
#232 and #252 both counted 164 -> 165 from the same base, so the README's
eight skill-count sites now read 166 for the two new skills, and the
collection moves to 2.69.0 (pyproject.toml, plugin.json, README badge).
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Bump the collection to 2.68.0 for the new folklore-variant-evidence skill
(pyproject.toml, plugin.json, README badge) and start that skill at
metadata.version "1.0" as AGENTS.md asks of a new skill.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
- usfiscaldata: total_accepted_amt -> total_accepted (absent from the live
auctions_query schema), derive the indirect-bidder percentage in the example
since indirect_bidder_accepted is a USD amount; bump to 1.3
- simpy: bump to 1.4 for the CSV error-handler fix (#259)
- database-lookup: bump to 1.5 (#245 landed on a 1.4 main)
- statsmodels: the six-parameter selection-model limit applies to 0.14.6 as
well as 0.15; point the "also available" line at the caveat (#250)
- cobrapy, umap-learn: move Key Concepts / AlignedUMAP detail into their
existing references so both SKILL.md files sit under the 500-line limit
that #258 starts enforcing for doc-only skills; bump each to 1.3
- collection 2.66.0 -> 2.67.0 for the new datalad skill; README badge follows,
install pin points at the latest existing tag (v2.66.0)
- drop the unused firecrawl-py dependency from pyproject.toml
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
- Bumped version in plugin.json and pyproject.toml to 2.66.0.
- Updated skill metadata versions across multiple skills, reflecting improvements and new features.
- Added citation guidelines to various skill documentation to ensure proper referencing of the "Scientific Agent Skills" paper.
- Bumped version number in plugin.json and pyproject.toml to 2.65.0.
- Updated README to indicate an increase in the number of available skills from 161 to 163.
- Bumped version number in plugin.json and pyproject.toml to 2.64.0.
- Updated README to reflect an increase in the number of available skills from 161 to 163.
- Enhanced AGENTS.md and CONTRIBUTING.md to clarify the structure and requirements for the Agent Plugins package, including the need for `plugin.json` to be schema-valid and version-synced with `pyproject.toml`.
- Updated README.md to reflect the new version 2.63.0 and added details about the repository being a portable Agent Plugins package.
- Added tests in test_repo_contract.py to ensure compliance with the Agent Plugins manifest schema and discoverability of skills.
This update ensures better adherence to the Agent Plugins standard and improves the overall documentation for contributors.