Add ChatCrystal to Tools catalog#1492
Open
ZengLiangYi wants to merge 1 commit intogithub:stagedfrom
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)) ``` |
Contributor
|
I've not heard of ChatCrystal and these skills seem to expect that there's some external tool installed to use, so I'm not sure this is a good fit for this repo. |
Author
|
Thanks, that makes sense. I agree these are better represented as an external tool/MCP server rather than three standalone skills. I’ll update this PR to remove the skill files and add ChatCrystal to the Tools catalog as an MCP Server entry, with explicit requirements, links, and stdio MCP configuration. |
ac3a080 to
a2c95a9
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.
Adds ChatCrystal to the Tools catalog as an MCP Server.
ChatCrystal is a local-first knowledge base for AI coding conversations. It imports conversations from Claude Code, Cursor, Codex CLI, Trae, and GitHub Copilot, distills them into searchable notes, and exposes recall/search/writeback tools through a stdio MCP server.
This replaces the earlier skill-based submission after review feedback that ChatCrystal is better represented as an external tool/MCP server than as standalone skills.
Validation run locally:
npm installnpm installinwebsite/npm run website:build