openapi-toolkit-chromadb-dart
maintained by davidmigloz
star
3
account_tree
0
verified_user
MIT License
name: openapi-toolkit-chromadb-dart description: Automates updating chromadb when ChromaDB OpenAPI spec changes. Fetches latest spec, compares against current, generates changelogs and prioritized implementation plans. Use for: (1) Checking for API updates, (2) Generating implementation plans for spec changes, (3) Creating new models/endpoints from spec, (4) Syncing local spec with upstream. Triggers: "update api", "sync openapi", "new endpoints", "api changes", "check for updates", "update spec", "api version", "fetch spec", "compare spec", "what changed in the api", "implementation plan".
OpenAPI Toolkit (chromadb)
Uses shared scripts from openapi-toolkit.
Prerequisites
- Working directory: Repository root
Quick Start
# Fetch latest spec
python3 .claude/shared/openapi-toolkit/scripts/fetch_spec.py \
--config-dir .claude/skills/openapi-toolkit-chromadb-dart/config
# Analyze changes
python3 .claude/shared/openapi-toolkit/scripts/analyze_changes.py \
--config-dir .claude/skills/openapi-toolkit-chromadb-dart/config \
packages/chromadb/specs/openapi.json /tmp/openapi-toolkit-chromadb-dart/latest-main.json \
--format all
# Verify implementation
python3 .claude/shared/openapi-toolkit/scripts/verify_exports.py \
--config-dir .claude/skills/openapi-toolkit-chromadb-dart/config
python3 .claude/shared/openapi-toolkit/scripts/verify_model_properties.py \
--config-dir .claude/skills/openapi-toolkit-chromadb-dart/config
Package-Specific References
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
3
GitHub Forks
0
Created
Jan 2026
Last Updated
il y a 5 mois
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!