@heart-of-gold/toolkit 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +134 -0
- package/package.json +34 -0
- package/plugins/babel-fish/README.md +39 -0
- package/plugins/babel-fish/skills/audio/SKILL.md +534 -0
- package/plugins/babel-fish/skills/image/SKILL.md +120 -0
- package/plugins/babel-fish/skills/visualize/SKILL.md +161 -0
- package/plugins/babel-fish/skills/visualize/scripts/render-mindmap/color.js +61 -0
- package/plugins/babel-fish/skills/visualize/scripts/render-mindmap/compact.js +78 -0
- package/plugins/babel-fish/skills/visualize/scripts/render-mindmap/grid.js +168 -0
- package/plugins/babel-fish/skills/visualize/scripts/render-mindmap/index.js +142 -0
- package/plugins/babel-fish/skills/visualize/scripts/render-mindmap/layout.js +212 -0
- package/plugins/babel-fish/skills/visualize/scripts/render-mindmap/package.json +14 -0
- package/plugins/babel-fish/skills/visualize/scripts/render-mindmap/parse.js +96 -0
- package/plugins/babel-fish/skills/visualize/scripts/render-mindmap/render.js +254 -0
- package/plugins/deep-thought/README.md +69 -0
- package/plugins/deep-thought/agents/cto-advisor.md +93 -0
- package/plugins/deep-thought/agents/infra-reviewer.md +91 -0
- package/plugins/deep-thought/agents/investigator.md +98 -0
- package/plugins/deep-thought/agents/performance-reviewer.md +82 -0
- package/plugins/deep-thought/agents/python-reviewer.md +85 -0
- package/plugins/deep-thought/agents/researcher.md +106 -0
- package/plugins/deep-thought/agents/security-reviewer.md +101 -0
- package/plugins/deep-thought/agents/strategic-reviewer.md +96 -0
- package/plugins/deep-thought/agents/typescript-reviewer.md +84 -0
- package/plugins/deep-thought/knowledge/critical-evaluation.md +143 -0
- package/plugins/deep-thought/knowledge/cto-ai-era.md +203 -0
- package/plugins/deep-thought/knowledge/cto-canon.md +253 -0
- package/plugins/deep-thought/knowledge/cto-metrics.md +192 -0
- package/plugins/deep-thought/knowledge/cto-operating-modes.md +281 -0
- package/plugins/deep-thought/knowledge/cto-org-design.md +209 -0
- package/plugins/deep-thought/knowledge/cto-stakeholder.md +232 -0
- package/plugins/deep-thought/knowledge/decision-frameworks.md +114 -0
- package/plugins/deep-thought/knowledge/discovery-patterns.md +184 -0
- package/plugins/deep-thought/knowledge/infrastructure-ops.md +95 -0
- package/plugins/deep-thought/knowledge/observability.md +133 -0
- package/plugins/deep-thought/knowledge/python-fastapi-patterns.md +137 -0
- package/plugins/deep-thought/knowledge/security-review.md +110 -0
- package/plugins/deep-thought/knowledge/socratic-patterns.md +138 -0
- package/plugins/deep-thought/knowledge/strategic-decomposition.md +161 -0
- package/plugins/deep-thought/knowledge/twelve-techniques.md +61 -0
- package/plugins/deep-thought/knowledge/typescript-nextjs-patterns.md +142 -0
- package/plugins/deep-thought/skills/architect/SKILL.md +217 -0
- package/plugins/deep-thought/skills/architect/adr-format.md +45 -0
- package/plugins/deep-thought/skills/architect/architecture-template.md +75 -0
- package/plugins/deep-thought/skills/architect/story-format.md +75 -0
- package/plugins/deep-thought/skills/architecture-review/SKILL.md +260 -0
- package/plugins/deep-thought/skills/brainstorm/SKILL.md +297 -0
- package/plugins/deep-thought/skills/craft-skill/SKILL.md +135 -0
- package/plugins/deep-thought/skills/cto/SKILL.md +421 -0
- package/plugins/deep-thought/skills/investigate/SKILL.md +284 -0
- package/plugins/deep-thought/skills/plan/SKILL.md +287 -0
- package/plugins/deep-thought/skills/review/SKILL.md +241 -0
- package/plugins/deep-thought/skills/think/SKILL.md +230 -0
- package/plugins/guide/README.md +146 -0
- package/plugins/guide/agents/scout.md +46 -0
- package/plugins/guide/agents/voice-checker.md +46 -0
- package/plugins/guide/defaults/config.yaml +140 -0
- package/plugins/guide/knowledge/content-patterns.md +57 -0
- package/plugins/guide/knowledge/prompting-patterns.md +408 -0
- package/plugins/guide/knowledge/voice-guide.md +34 -0
- package/plugins/guide/scripts/com.heart-of-gold.pipeline.plist +54 -0
- package/plugins/guide/scripts/fetch-events.py +244 -0
- package/plugins/guide/scripts/fetch-gmail-deep.py +355 -0
- package/plugins/guide/scripts/fetch-gmail.sh +211 -0
- package/plugins/guide/scripts/fetch-hn.sh +88 -0
- package/plugins/guide/scripts/fetch-rss.py +159 -0
- package/plugins/guide/scripts/notify.sh +133 -0
- package/plugins/guide/scripts/pipeline_utils.py +145 -0
- package/plugins/guide/scripts/run-pipeline-fetch.sh +258 -0
- package/plugins/guide/skills/capture/SKILL.md +80 -0
- package/plugins/guide/skills/codex/SKILL.md +77 -0
- package/plugins/guide/skills/gemini/SKILL.md +72 -0
- package/plugins/guide/skills/pipeline/SKILL.md +436 -0
- package/plugins/guide/skills/setup/SKILL.md +124 -0
- package/plugins/guide/skills/write-post/SKILL.md +88 -0
- package/plugins/marvin/README.md +39 -0
- package/plugins/marvin/agents/knowledge-architect.md +80 -0
- package/plugins/marvin/agents/skill-reviewer.md +141 -0
- package/plugins/marvin/hooks/hooks.json +43 -0
- package/plugins/marvin/knowledge/active-memory-integration.md +110 -0
- package/plugins/marvin/knowledge/compounding-patterns.md +179 -0
- package/plugins/marvin/knowledge/context-engineering.md +145 -0
- package/plugins/marvin/skills/compound/SKILL.md +230 -0
- package/plugins/marvin/skills/quick-review/SKILL.md +137 -0
- package/plugins/marvin/skills/redteam/SKILL.md +223 -0
- package/plugins/marvin/skills/redteam/attack-categories.md +74 -0
- package/plugins/marvin/skills/redteam/stub-patterns.md +84 -0
- package/plugins/marvin/skills/scaffold/SKILL.md +186 -0
- package/plugins/marvin/skills/test-writer/SKILL.md +178 -0
- package/plugins/marvin/skills/test-writer/anti-patterns.md +114 -0
- package/plugins/marvin/skills/test-writer/conformance-patterns.md +119 -0
- package/plugins/marvin/skills/work/SKILL.md +246 -0
- package/plugins/quellis/LICENSE +21 -0
- package/plugins/quellis/README.md +64 -0
- package/plugins/quellis/knowledge/coaching-frameworks.md +51 -0
- package/plugins/quellis/plugin.json +12 -0
- package/plugins/quellis/skills/coach/SKILL.md +52 -0
- package/plugins/quellis/skills/goal-checkin/SKILL.md +40 -0
- package/plugins/quellis/skills/goal-setting/SKILL.md +58 -0
- package/plugins/quellis/skills/reflect/SKILL.md +51 -0
- package/src/commands/install.ts +71 -0
- package/src/commands/list.ts +49 -0
- package/src/commands/targets.ts +16 -0
- package/src/index.ts +21 -0
- package/src/parsers/claude.ts +99 -0
- package/src/targets/codex.ts +38 -0
- package/src/targets/index.ts +8 -0
- package/src/targets/opencode.ts +35 -0
- package/src/types.ts +34 -0
- package/src/utils/transform.ts +14 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Ondrej Svec
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
# Heart of Gold Toolkit
|
|
2
|
+
|
|
3
|
+
> **Don't Panic.**
|
|
4
|
+
|
|
5
|
+
Sixteen skills for Claude Code. Four plugins. Named after *The Hitchhiker's Guide to the Galaxy* because the universe is absurd and your tools should at least have personality.
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
/plugin marketplace add ondrej-svec/heart-of-gold-toolkit
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## The Four Plugins
|
|
14
|
+
|
|
15
|
+
### [Guide](plugins/guide/) — The Hitchhiker's Guide
|
|
16
|
+
|
|
17
|
+
Your personal content engine. Wakes up at 2 AM, reads the internet for you, and texts you the highlights before coffee.
|
|
18
|
+
|
|
19
|
+
- **Configurable sources** — add your RSS feeds, Gmail newsletters, Hacker News, web search keywords. `/guide:setup` walks you through it in 2 minutes.
|
|
20
|
+
- **Narrative briefs** — opens with "here's what's happening in the world", not a bullet list
|
|
21
|
+
- **3 LinkedIn drafts** per day, each from a different angle
|
|
22
|
+
- **Weekly blog outlines** following an emotional arc
|
|
23
|
+
- **Voice fidelity** — checks everything against your writing profile (jargon detector, authenticity scoring)
|
|
24
|
+
- **Delivers to your phone** — commits to GitHub, sends a rich iMessage brief with clickable links
|
|
25
|
+
- **Two-way captures** — reply to a nudge on your phone, your thoughts feed tomorrow's brief
|
|
26
|
+
|
|
27
|
+
4 skills · 2 agents · 4 scripts · 300+ tests
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
/guide:setup # configure your sources, themes, and voice (run once)
|
|
31
|
+
/guide:pipeline # run the full content engine
|
|
32
|
+
/guide:capture # morning/evening thought capture
|
|
33
|
+
/guide:write-post # guided blog writing (7 phases)
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### [Deep Thought](plugins/deep-thought/) — The Answer Computer
|
|
37
|
+
|
|
38
|
+
Eight ways to think clearly about hard problems.
|
|
39
|
+
|
|
40
|
+
Brainstorm before you plan. Plan before you build. Investigate when something breaks. Review when it ships. And when the stakes are high, simulate an expert panel that argues with itself until the right answer falls out.
|
|
41
|
+
|
|
42
|
+
The CTO skill is grounded in the actual leadership canon — Larson, Fournier, Majors, DHH, Fowler, Team Topologies, DORA. Not generic advice. Frameworks applied to your specific situation.
|
|
43
|
+
|
|
44
|
+
8 skills · 9 agents · 16 knowledge files
|
|
45
|
+
|
|
46
|
+
```
|
|
47
|
+
/deep-thought:brainstorm # explore before committing
|
|
48
|
+
/deep-thought:plan # structured planning with dependency ordering
|
|
49
|
+
/deep-thought:think # expert panels, devil's advocate, tradeoff analysis
|
|
50
|
+
/deep-thought:investigate # Sherlock + Poirot + Columbo root cause analysis
|
|
51
|
+
/deep-thought:review # focused code review, one deep pass
|
|
52
|
+
/deep-thought:architecture-review # failure modes, scaling, ADRs
|
|
53
|
+
/deep-thought:cto # strategic CTO advisor
|
|
54
|
+
/deep-thought:craft-skill # meta: generate SKILL.md files
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
### [Marvin](plugins/marvin/) — The Paranoid Android
|
|
58
|
+
|
|
59
|
+
The unglamorous work that compounds.
|
|
60
|
+
|
|
61
|
+
Review code with an emphasis on simplicity — catch YAGNI violations, premature abstractions, and code that solves problems that don't exist yet. Document solutions so the next person (or the next AI session) doesn't waste time re-discovering what you already figured out. Execute plans task by task with tests after every change.
|
|
62
|
+
|
|
63
|
+
3 skills · 2 agents · 3 knowledge files
|
|
64
|
+
|
|
65
|
+
```
|
|
66
|
+
/marvin:compound # document solved problems for future reference
|
|
67
|
+
/marvin:work # execute plans — implement, test, commit, ship
|
|
68
|
+
/marvin:review # quality-focused code review
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### [Babel Fish](plugins/babel-fish/) — Universal Translator
|
|
72
|
+
|
|
73
|
+
Turn words into audio. Turn ideas into images.
|
|
74
|
+
|
|
75
|
+
Text-to-speech, podcast narration, and voice cloning via ElevenLabs. Image generation and editing via Gemini and FLUX through OpenRouter.
|
|
76
|
+
|
|
77
|
+
2 skills
|
|
78
|
+
|
|
79
|
+
```
|
|
80
|
+
/babel-fish:audio # TTS, podcasts, voice cloning, sound effects
|
|
81
|
+
/babel-fish:image # AI image generation and editing
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## Quick Start
|
|
87
|
+
|
|
88
|
+
Install the marketplace and whichever plugins you need:
|
|
89
|
+
|
|
90
|
+
```bash
|
|
91
|
+
# Add the marketplace
|
|
92
|
+
/plugin marketplace add ondrej-svec/heart-of-gold-toolkit
|
|
93
|
+
|
|
94
|
+
# Install what you want
|
|
95
|
+
/plugin install guide@heart-of-gold-toolkit
|
|
96
|
+
/plugin install deep-thought@heart-of-gold-toolkit
|
|
97
|
+
/plugin install marvin@heart-of-gold-toolkit
|
|
98
|
+
/plugin install babel-fish@heart-of-gold-toolkit
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
For the Guide plugin, run the setup wizard:
|
|
102
|
+
|
|
103
|
+
```
|
|
104
|
+
/guide:setup
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
It asks what you read, what you write about, and how you want to be notified. Takes about 2 minutes. Then it offers to run your first pipeline.
|
|
108
|
+
|
|
109
|
+
## Running the Guide on a Schedule
|
|
110
|
+
|
|
111
|
+
**Option A: One-shot via launchd** — headless, runs at a set time, exits when done.
|
|
112
|
+
|
|
113
|
+
**Option B: Persistent session with iMessage** — stays alive in tmux, sends briefs and capture nudges to your phone, you reply to do captures and give feedback. This is the recommended approach if you want two-way interaction.
|
|
114
|
+
|
|
115
|
+
See the [Guide README](plugins/guide/) for setup details.
|
|
116
|
+
|
|
117
|
+
## Requirements
|
|
118
|
+
|
|
119
|
+
- Claude Code
|
|
120
|
+
- Python 3.10+ with `feedparser` and `pyyaml` (Guide plugin)
|
|
121
|
+
- `jq` and `curl` (Guide plugin)
|
|
122
|
+
- ElevenLabs API key (Babel Fish audio)
|
|
123
|
+
- OpenRouter API key (Babel Fish image)
|
|
124
|
+
- macOS for iMessage delivery (optional — everything else works on any OS)
|
|
125
|
+
|
|
126
|
+
## License
|
|
127
|
+
|
|
128
|
+
MIT
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
*"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."*
|
|
133
|
+
|
|
134
|
+
*This toolkit, on the other hand, has been regarded as mildly useful.*
|
package/package.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@heart-of-gold/toolkit",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Cross-platform installer for Heart of Gold skills — works with Codex, OpenCode, Claude Code, and more",
|
|
6
|
+
"bin": {
|
|
7
|
+
"heart-of-gold": "src/index.ts"
|
|
8
|
+
},
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"citty": "^0.1.6",
|
|
11
|
+
"js-yaml": "^4.1.0"
|
|
12
|
+
},
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"author": {
|
|
15
|
+
"name": "Ondrej Svec",
|
|
16
|
+
"url": "https://github.com/ondrej-svec"
|
|
17
|
+
},
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/ondrej-svec/heart-of-gold-toolkit"
|
|
21
|
+
},
|
|
22
|
+
"homepage": "https://github.com/ondrej-svec/heart-of-gold-toolkit",
|
|
23
|
+
"keywords": [
|
|
24
|
+
"codex",
|
|
25
|
+
"claude-code",
|
|
26
|
+
"opencode",
|
|
27
|
+
"ai-agents",
|
|
28
|
+
"skills",
|
|
29
|
+
"agents-md",
|
|
30
|
+
"agentskills",
|
|
31
|
+
"harness-engineering",
|
|
32
|
+
"heart-of-gold"
|
|
33
|
+
]
|
|
34
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Babel Fish — Universal Translator
|
|
2
|
+
|
|
3
|
+
> "The Babel fish is small, yellow, leathery, and probably the oddest thing in the universe."
|
|
4
|
+
> It also translates your words into audio and your ideas into images.
|
|
5
|
+
|
|
6
|
+
A media generation plugin for Claude Code. Turns text into audio content and generates images from prompts.
|
|
7
|
+
|
|
8
|
+
## Skills
|
|
9
|
+
|
|
10
|
+
### `/babel-fish:audio`
|
|
11
|
+
Generate audio content powered by ElevenLabs:
|
|
12
|
+
- Text-to-speech with voice selection
|
|
13
|
+
- Podcast-style narration
|
|
14
|
+
- Voice cloning
|
|
15
|
+
- Sound effects
|
|
16
|
+
- Speech-to-speech transformation
|
|
17
|
+
- Audio isolation
|
|
18
|
+
|
|
19
|
+
Works with both the ElevenLabs Python SDK and CLI. Includes ready-to-run generator scripts.
|
|
20
|
+
|
|
21
|
+
### `/babel-fish:image`
|
|
22
|
+
AI image generation and editing:
|
|
23
|
+
- Text-to-image generation
|
|
24
|
+
- Style transfers
|
|
25
|
+
- Image editing with prompts
|
|
26
|
+
- Logo generation with text
|
|
27
|
+
|
|
28
|
+
Supports Gemini and FLUX models via OpenRouter API.
|
|
29
|
+
|
|
30
|
+
## Requirements
|
|
31
|
+
|
|
32
|
+
- ElevenLabs API key (for audio)
|
|
33
|
+
- OpenRouter API key (for image generation)
|
|
34
|
+
|
|
35
|
+
## Install
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
/plugin install babel-fish@heart-of-gold-toolkit
|
|
39
|
+
```
|