docs: Improve Claude Code SKILL documentation (Issue #33) - #44
Conversation
|
Hi @NTLx, May I ask why do we need to change the tts code? |
| 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. |
There was a problem hiding this comment.
I didn't see you changed the SKILL.md. Did you miss something?
|
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! |
|
Hi! This PR is now MERGEABLE. Summary:
Ready for merge! |
|
Closing this PR. The actual change here is a 23-line README addition describing the echokit-config-generator skill and the /setup-echokit / /sync-seekdb commands, but the title suggests SKILL documentation work and no SKILL.md was touched — that is the open maintainer question that wasn't fully answered. PR #45 supersedes this work in spirit: it restructures the SeekDB skills and adds the example config, so the right place to document the new SKILL layout is a fresh README update after #45 lands, not this stale branch. I will open a follow-up README PR once #45 is merged and the SKILL names/paths have settled. Thanks @alabulei1 for the review. |
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