Add portable distilled life skill packages#10
Merged
Conversation
Add portable distilled_life Life Skill Package schema, examples, validator, generator, and tests. - Add writing_style_demo public-safe package - Add profile-to-package generation from distilled_life profiles - Add decision_principles_demo generated package - Add package-manager validate/test/export/build commands - Harden package validation for paths, source hashes, ids, permissions, and unknown fields - Update docs, CI, changelog, and version to 1.6.0-beta Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Summary
Adds a portable Life Skill Package MVP for
distilled_life, turning fictional/public-safe profiles into verifiable, exportable skill package artifacts.What changed
distilled_life.skill_packageJSON Schema and spec docswriting_style_demopublic-safe packagedecision_principles_demogenerated fromexamples/distilled_life_demo.jsonscripts/package-manager.pywith validate/test/export-prompt/build-from-profile commands1.6.0-betaVerification
python3 -m py_compile scripts/*.pypython3 scripts/package-manager.py validate examples/skill_packages/writing_style_demopython3 scripts/package-manager.py test examples/skill_packages/writing_style_demopython3 scripts/package-manager.py validate examples/skill_packages/decision_principles_demopython3 scripts/package-manager.py test examples/skill_packages/decision_principles_demopython3 scripts/validate-skill.pypython3 scripts/profile-manager.py doctorpython3 -m unittest discover -s scripts -p 'test_scripts.py'— 322 tests OKpython3 scripts/profile-manager.py --versionpython3 scripts/validate-skill.py --versionpython3 scripts/package-manager.py --versiongit diff --checkPrivacy/public-safety notes
digital-twinmaterial copied into the public repoprivate_only,user_review_required, anddo_not_quote🤖 Generated with Claude Code