Fix: Ship built-in skills in the Python package - #120
Merged
Merged
Conversation
s-nagaev
commented
Sep 17, 2026
Owner
- Move skills/ into chibi/skills/ so wheels actually contain them (Poetry top-level include never reached the wheel; pip installs had zero skills)
- Resolution layer: package skills are built-ins, skills_dir is for custom user skills only; user skills override same-name built-ins; missing user dir degrades to empty list instead of crashing
- Rename tool/API: load_builtin_skill -> load_skill, available_builtin_skills -> available_skills
- Remove dead post-install sync block from config_generator
- Update Dockerfiles, docs (10 languages), changelog [1.16.0]
- Move skills/ into chibi/skills/ so wheels actually contain them (Poetry top-level include never reached the wheel; pip installs had zero skills) - Resolution layer: package skills are built-ins, skills_dir is for custom user skills only; user skills override same-name built-ins; missing user dir degrades to empty list instead of crashing - Rename tool/API: load_builtin_skill -> load_skill, available_builtin_skills -> available_skills - Remove dead post-install sync block from config_generator - Update Dockerfiles, docs (10 languages), changelog [1.16.0]
s-nagaev
force-pushed
the
fix/skills-post-install
branch
from
September 17, 2026 23:52
6163f27 to
474ff41
Compare
- Replace redundant cast() with str() coercion in send_images (mypy 2.0 narrows types after isinstance; zero errors on both mypy 1.20 and 2.0) - Add Google-style Args/Returns to _read_skill_description and get_skill_path per AGENTS.md section 3.1
s-nagaev
force-pushed
the
fix/skills-post-install
branch
from
September 20, 2026 19:17
474ff41 to
6c88cfd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.