Open
Conversation
Contributor
🔍 Skill Validator Results✅ All checks passed
Summary
Full validator output```text Found 3 skill(s) [chatcrystal-debug-recall] 📊 chatcrystal-debug-recall: 608 BPE tokens [chars/4: 677] (detailed ✓), 5 sections, 1 code blocks [chatcrystal-task-recall] 📊 chatcrystal-task-recall: 603 BPE tokens [chars/4: 658] (detailed ✓), 5 sections, 1 code blocks [chatcrystal-task-writeback] 📊 chatcrystal-task-writeback: 843 BPE tokens [chars/4: 905] (detailed ✓), 5 sections, 1 code blocks ✅ All checks passed (3 skill(s)) ``` |
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.
Adds three ChatCrystal Agent Skills:
ChatCrystal provides local-first memory recall and writeback for AI coding sessions through ChatCrystal Core and MCP. Each skill includes degraded-mode behavior when ChatCrystal Core or MCP access is unavailable.
Validation run locally:
npm installnpm run skill:validatenpm startThe public source repo also exposes these skills via
npx skills add ZengLiangYi/ChatCrystal --list.