refactor: restructure seekdb skills and add example config#45
Open
NTLx wants to merge 3 commits intosecond-state:mainfrom
Open
refactor: restructure seekdb skills and add example config#45NTLx wants to merge 3 commits intosecond-state:mainfrom
NTLx wants to merge 3 commits intosecond-state:mainfrom
Conversation
- Added .env and config.toml to .gitignore - Updated .env.example with better placeholders for SeekDB config Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit introduces a specialized Claude Code skill to automate SeekDB configuration and synchronization within the EchoKit Server environment. Changes: - Implement `.claude/skills/seekdb-management.md` with `/setup-seekdb` and `/sync-seekdb` commands. - Add `src/resources/config.toml.example` for secure TOML template generation. - Include comprehensive design and implementation plans in `docs/plans/`. - Enhance environment abstraction with dynamic proxy detection and connectivity tests. - Enforce security via gitignore rules and local-only configuration warnings. Addressing issue: second-state#35 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 tasks
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
This PR addresses the feedback in #40:
.claude/skills.examples/seekdb/config.tomlwith SeekDB-specific System Prompt.seekdb-managementskill with automatic connection logic.🤖 Generated with Claude Code