Skip to content

Commit 9565996

Browse files
qdrivenclaude
andcommitted
refactor: move golang-cli-app skill to fire-skills repo
Move the golang-cli-app skill to ../fire-skills/dev/golang-cli-app/ where it lives as a standalone skill alongside other skills. Update README to reference the external location. Refs: #16 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 432decc commit 9565996

7 files changed

Lines changed: 2 additions & 1686 deletions

File tree

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -159,26 +159,9 @@ github_owner: your-username
159159
work_dir: ./workspace
160160
```
161161
162-
## Skills
162+
## Related Projects
163163
164-
Spark provides AI agent skills for Go CLI app development:
165-
166-
### golang-cli-app Skill
167-
168-
Code templates and best practices for building Go CLI apps with Cobra/Viper/PTerm/Bubble Tea.
169-
170-
```bash
171-
# Install the skill
172-
./skills/golang-cli-app/scripts/install.sh --system # All agents
173-
./skills/golang-cli-app/scripts/install.sh --project # Current project only
174-
./skills/golang-cli-app/scripts/install.sh --system --agent claude-code # Specific agent
175-
```
176-
177-
Includes:
178-
- SKILL.md with complete code examples (Cobra commands, Viper config, PTerm/Bubble Tea TUI)
179-
- TUI patterns reference (`references/tui-patterns.md`)
180-
- Subcommand design rules (`references/subcommand-rules.md`)
181-
- Install scripts for macOS/Linux and Windows
164+
- [golang-cli-app skill](https://github.com/variableway/fire-skills/tree/main/dev/golang-cli-app) - Go CLI app code templates and best practices (Cobra/Viper/PTerm/Bubble Tea)
182165
183166
## Documentation
184167

0 commit comments

Comments
 (0)