Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
Binary file removed .claude/.DS_Store
Binary file not shown.
Binary file removed .claude/skills/.DS_Store
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion .claude/skills/echokit-config-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- MCP server support (optional)
- Pre-built examples (voice companion, coding assistant)

[1.0.0]: https://github.com/YOUR_USERNAME/echokit-config-skill/releases/tag/v1.0.0
[1.0.0]: https://github.com/second-state/echokit_server/releases/tag/v1.0.0
6 changes: 3 additions & 3 deletions .claude/skills/echokit-config-generator/MARKETPLACE.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ The EchoKit Config Generator SKILL simplifies setting up EchoKit servers by guid

## Repository

https://github.com/YOUR_USERNAME/echokit-config-skill
https://github.com/second-state/echokit_server

## Installation

```bash
git clone https://github.com/YOUR_USERNAME/echokit-config-skill.git ~/.claude/skills/echokit-config-generator
git clone https://github.com/second-state/echokit_server.git ~/.claude/skills/echokit-config-generator
```

## Usage Example
Expand Down Expand Up @@ -87,7 +87,7 @@ Tested on:
To test:
```bash
# Install SKILL
git clone https://github.com/YOUR_USERNAME/echokit-config-skill.git ~/.claude/skills/echokit-config-generator
git clone https://github.com/second-state/echokit_server.git ~/.claude/skills/echokit-config-generator

# In Claude Code
"Generate an EchoKit config for testing"
Expand Down
4 changes: 2 additions & 2 deletions .claude/skills/echokit-config-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> 🎯 A Claude Code SKILL for generating EchoKit server configurations through an interactive setup

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![SKILL Version](https://img.shields.io/badge/Version-1.1.0-blue.svg)](https://github.com/YOUR_USERNAME/echokit-config-skill)
[![SKILL Version](https://img.shields.io/badge/Version-1.1.0-blue.svg)](https://github.com/second-state/echokit_server)
[![Claude Code](https://img.shields.io/badge/Claude_Code-SKILL-teal.svg)](https://code.claude.com)

---
Expand Down Expand Up @@ -333,7 +333,7 @@ MIT License - see [LICENSE](LICENSE) for details.
- [EchoKit Server](https://github.com/second-state/echokit_server)
- [EchoKit Documentation](https://echokit.dev)
- [Claude Code](https://code.claude.com)
- [Report Issues](https://github.com/YOUR_USERNAME/echokit-config-skill/issues)
- [Report Issues](https://github.com/second-state/echokit_server/issues)

---

Expand Down
2 changes: 1 addition & 1 deletion .claude/skills/echokit-config-generator/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: EchoKit Config Generator
description: Generate config.toml for EchoKit servers with interactive setup for ASR, TTS, LLM services, MCP servers, API key entry, and server launch
version: 1.3.1
author: "EchoKit Config Generator Contributors"
repository: "https://github.com/YOUR_USERNAME/echokit-config-skill"
repository: "https://github.com/second-state/echokit_server"
---

# EchoKit Config Generator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ curl http://localhost:8080/health

- [EchoKit Documentation](https://echokit.dev)
- [EchoKit Server Repository](https://github.com/second-state/echokit_server)
- [Report Issues](https://github.com/YOUR_USERNAME/echokit-config-skill/issues)
- [Report Issues](https://github.com/second-state/echokit_server/issues)

---

Expand Down Expand Up @@ -196,6 +196,6 @@ Edit the `[[llm.sys_prompts]]` section in `config.toml`.

---

**Generated by [EchoKit Config Generator](https://github.com/YOUR_USERNAME/echokit-config-skill)**
**Generated by [EchoKit Config Generator](https://github.com/second-state/echokit_server)**

**Need help?** Open an issue on GitHub or check the EchoKit documentation.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
/target
/record
/record

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*