Skip to content

Instantly share code, notes, and snippets.

@Maciejdziuba
Maciejdziuba / CHEATSHEET.md
Last active August 8, 2026 04:55
Kimi Everywhere — run any coding harness (Claude Code, Codex, OpenCode, Cline, Aider) on one flat-fee Kimi subscription. One key, two protocols, zero token bills.

Kimi Everywhere — Cheat Sheet

One Kimi Code subscription key. Every harness. Copy-paste and go.

Endpoints & key

What Value
Anthropic-compatible base URL https://api.kimi.com/coding/
OpenAI-compatible base URL https://api.kimi.com/coding/v1
@Maciejdziuba
Maciejdziuba / README.md
Last active August 6, 2026 23:50
The Thorsten Prompt — a prompt coach skill from Thorsten Ball's (Amp) playbook. Your agent grades your prompts against the Slack test, shows you the rewrite with every [GUESS] marked, and debriefs on what it had to guess. Installable in Claude Code in 30 seconds.

The Thorsten Prompt — a prompt coach for your agent

A Claude Code Agent Skill built from Thorsten Ball's (Amp) playbook on David Ondrej's podcast.

"An agent has two sources of information: training data and the context window. That's it. The most important number in this equation is the information that you put in."

Most skills change what your agent does. This one changes what you do — it coaches you to prompt like a senior engineer briefing another senior engineer, and it gets quieter as you get better.

What it does

@Maciejdziuba
Maciejdziuba / README.md
Last active August 6, 2026 23:50
The Full Episode Pack — Thorsten Ball (Amp) × David Ondrej. Every tool, technique & idea from the episode: orbs, Puck, the Oracle, the prompting playbook, the kill list.

The Full Episode Pack — Thorsten Ball × David Ondrej

Every tool, technique, and idea from David Ondrej's interview with Thorsten Ball (Amp) — agents in orbs, the Oracle, Puck the meta-agent, the prompting playbook, and the features Amp killed on purpose.

▶ Open the pack (rendered)

Click here to view the Episode Pack

(It's a single self-contained HTML page — the file thorsten-episode-pack.html below. You can also download it and open it in any browser.)

@Maciejdziuba
Maciejdziuba / README.md
Last active August 8, 2026 06:05
The Software Factory Playbook — Dex Horthy's 4-gate workflow (Product → Architecture → Program Design → Vertical Slices) as an installable Claude Code skill. From the Dex Horthy episode on David Ondrej's podcast.

The Software Factory Playbook — Dex Horthy's 4-gate workflow as a skill

A Claude Code Agent Skill built from Dex Horthy's (HumanLayer) playbook on David Ondrej's podcast.

"Once the model has written thousands of lines of code, it is harder to change. The sessions that generate design docs are context-light — you get the most model intelligence when you do the hard thinking early."

By default, agents build horizontally: all the backend, then all the frontend, then a 2,000-line diff lands in your lap and reviewing it is your problem. This skill flips that. Every decision that matters gets made before the code exists — where changing your mind costs a sentence, not a rewrite.

What it does