Skip to content

Commit ff20067

Browse files
authored
Merge pull request #31 from second-state/skill
Skill
2 parents f217fc8 + bf8b553 commit ff20067

File tree

10 files changed

+18
-10
lines changed

10 files changed

+18
-10
lines changed

.DS_Store

-6 KB
Binary file not shown.

.claude/.DS_Store

-6 KB
Binary file not shown.

.claude/skills/.DS_Store

-6 KB
Binary file not shown.
-8 KB
Binary file not shown.

.claude/skills/echokit-config-generator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7979
- MCP server support (optional)
8080
- Pre-built examples (voice companion, coding assistant)
8181

82-
[1.0.0]: https://github.com/YOUR_USERNAME/echokit-config-skill/releases/tag/v1.0.0
82+
[1.0.0]: https://github.com/second-state/echokit_server/releases/tag/v1.0.0

.claude/skills/echokit-config-generator/MARKETPLACE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ The EchoKit Config Generator SKILL simplifies setting up EchoKit servers by guid
4545

4646
## Repository
4747

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

5050
## Installation
5151

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

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

9292
# In Claude Code
9393
"Generate an EchoKit config for testing"

.claude/skills/echokit-config-generator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> 🎯 A Claude Code SKILL for generating EchoKit server configurations through an interactive setup
44
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6-
[![SKILL Version](https://img.shields.io/badge/Version-1.1.0-blue.svg)](https://github.com/YOUR_USERNAME/echokit-config-skill)
6+
[![SKILL Version](https://img.shields.io/badge/Version-1.1.0-blue.svg)](https://github.com/second-state/echokit_server)
77
[![Claude Code](https://img.shields.io/badge/Claude_Code-SKILL-teal.svg)](https://code.claude.com)
88

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

338338
---
339339

.claude/skills/echokit-config-generator/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: EchoKit Config Generator
33
description: Generate config.toml for EchoKit servers with interactive setup for ASR, TTS, LLM services, MCP servers, API key entry, and server launch
44
version: 1.3.1
55
author: "EchoKit Config Generator Contributors"
6-
repository: "https://github.com/YOUR_USERNAME/echokit-config-skill"
6+
repository: "https://github.com/second-state/echokit_server"
77
---
88

99
# EchoKit Config Generator

.claude/skills/echokit-config-generator/templates/SETUP_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ curl http://localhost:8080/health
160160

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

165165
---
166166

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

197197
---
198198

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

201201
**Need help?** Open an issue on GitHub or check the EchoKit documentation.

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
/target
2-
/record
2+
/record
3+
4+
# macOS
5+
.DS_Store
6+
.AppleDouble
7+
.LSOverride
8+
9+
# Thumbnails
10+
._*

0 commit comments

Comments
 (0)