docs: Improve Claude Code SKILL documentation (Issue #33)#44
Open
NTLx wants to merge 3 commits intosecond-state:mainfrom
Open
docs: Improve Claude Code SKILL documentation (Issue #33)#44NTLx wants to merge 3 commits intosecond-state:mainfrom
NTLx wants to merge 3 commits intosecond-state:mainfrom
Conversation
Member
|
Hi @NTLx, May I ask why do we need to change the tts code? |
alabulei1
reviewed
Jan 31, 2026
| Once installed, you can use the following commands within Claude Code: | ||
|
|
||
| * **/setup-echokit**: Interactive five-phase guide to generate a complete `config.toml`. It handles assistant definitions, platform selection (OpenAI, Groq, etc.), and server launch. | ||
| * **/sync-seekdb**: (If using SeekDB) Automatically generates `config.toml` tailored for SeekDB/OceanBase vector storage and verifies connectivity. |
Member
There was a problem hiding this comment.
I didn't see you changed the SKILL.md. Did you miss something?
Author
|
Hi @alabulei1, so sorry for the confusion! You are absolutely right. The TTS code changes were accidentally included from my previous task (performance optimization for the TTS pool). I have now reverted those code changes in this PR to keep it focused strictly on the SKILL documentation improvement. Thanks for catching this! |
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.
This PR enhances the project documentation by introducing a dedicated section for AI-powered development with Claude Code, addressing Issue #33.
This contribution is part of the OceanBase AI Coding Event.
🚀 Key Improvements
README.mdto make the hidden automation tools in.claude/skillsdiscoverable./setup-echokit,/sync-seekdb) and their intended use cases.✅ AI Contribution Details