Advertisement Β· 728 Γ— 90

Posts by Erwann Mest πŸ’

Built a bunch of open-source tools over the years. CLIs, MCP servers, VS Code themes, browser extensions…

Find them all on my new website: https://kud.github.io πŸš€

#OpenSource #DevTools

2 days ago 3 1 0 0
Post image

AI effect

2 days ago 1 0 0 0
gandi-cli β€” A modern CLI for the Gandi v5 REST API A modern CLI for the Gandi v5 REST API. Manage domains and DNS records from your terminal.

Just created gandi-cli β€” a CLI to manage your Gandi domains and DNS records from the terminal.

β†’ gandi domain list / renew
β†’ gandi dns list / set / delete
β†’ gandi doctor β€” check token permissions

npm i -g @kud/gandi-cli

πŸ”— kud.github.io/gandi-cli

#TypeScript #CLI #DNS #OpenSource

2 days ago 3 0 0 0
Nightwatch V3 | Node.js powered End-to-End testing framework Write efficient end-to-end tests in Node.js and run them against W3C WebDriver.

Okay I was on nightwatchjs.org, that's why I was confused and I was like, maaaaaan, playwright is way better. But fair enough :D

5 days ago 1 0 0 0

Nightwatch?

5 days ago 0 0 1 0
GitHub - kud/shui: 🌊 Fluid terminal UI for Zsh β€” a design system for the shell 🌊 Fluid terminal UI for Zsh β€” a design system for the shell - kud/shui

Just shipped shui (ζ°΄) β€” a design system for Zsh scripts 🐚

Token-based themes, semantic components (messages, tables, boxes, spinners…), emoji or Nerd Font icons, zero dependencies. Just source one file.

github.com/kud/shui

#zsh #shell #cli #devtools #opensource

1 week ago 2 0 0 0
Post image

Just released Modern Cobalt2 for VS Code 🎨

A fresh take on the classic Cobalt2 β€” deep navy blues, golden accents, and that iconic blue italic comment style.

πŸ”— marketplace.visualstudio.com/items?itemName=kud.modern-cobalt2-vscode

#vscode #devtools #colorscheme

1 week ago 1 0 0 0
Post image

Just shipped November β€” a dark VS Code theme with warm amber accents πŸ‚

Calm background, focused palette, easy on the eyes during long sessions.

github.com/kud/november-vscode

#vscode #theme #developer

1 week ago 2 0 0 0
Preview
Sponsor @kud on GitHub Sponsors Support kud's open source work

I'm now on GitHub Sponsors 😁

github.com/sponsors/kud

1 week ago 0 0 0 0
Advertisement
Preview
revu - Visual Studio Marketplace Extension for Visual Studio Code - Annotate code, export reviews to AI

I was tired of the messy loop between code and chat. So I built revu for VS Code. Now you can annotate lines and send the full context to your AI of choice in one click. It makes the back-and-forth feel a lot smoother. It is out now on the marketplace. πŸ‘οΈ

#vscode #ai #code-review #github #opensource

1 week ago 2 0 0 0
Video

AI writes the diff, but the context gets lost in the noise. πŸ€–πŸ’¨ I needed a way to actually read what happened. 🧐

So I built revu. It lets you annotate lines and send feedback directly from your terminal. πŸ’»βœ¨ It's just a simple way to stay in flow. 🌊

npm i -g @kud/revu-cli πŸš€

1 week ago 0 0 0 0

I used to publish npm packages by hand, typing out the command every time. Now, a GitHub Action handles the release process for me. It feels much lighter. My workflow is finally quiet. πŸ“¦

1 week ago 0 0 0 0

I spent a year trying to make Neovim my home. I wanted the muscle memory to take hold, but it never quite did. Today I moved back to VS Code. It feels simpler. I might look into WebStorm next, but for now, I’m just happy to type without thinking about the tools. πŸͺ΅

1 week ago 0 0 0 0
Preview
GitHub - kud/gh-pr-comments: Browse GitHub PR review discussions. Browse GitHub PR review discussions. Contribute to kud/gh-pr-comments development by creating an account on GitHub.

v0.6.0 of gh-pr-comments is out πŸŽ‰

browse, reply & resolve GitHub PR review threads straight from your terminal β€” powered by fzf

new: mise tasks, offline test fixtures, throwaway PR generator

gh extension install kud/gh-pr-comments

github.com/kud/gh-pr-co...

1 week ago 0 0 0 0
GitHub - kud/soap-cli: 🧼 macOS CLI to uninstall apps and scrub all their leftover files 🧼 macOS CLI to uninstall apps and scrub all their leftover files - kud/soap-cli

I've just released v2 of soap 🧼 β€” my open-source macOS
CLI to fully uninstall apps and scrub all their leftover
files (prefs, caches, containers, launch agents…).

Because deleting the .app is never enough.

npm i -g @kud/soap-cli

github.com/kud/soap-cli

2 weeks ago 0 0 0 0

Claude is not really stable recently I must admit.

2 weeks ago 0 1 0 0

Weird. I do see sometimes Claude thinking in the void, but it's not related to that. I'm got for instance a skill as orchestrator and different agents inside, and it works pretty well. Do you have the latest version of Claude?

2 weeks ago 0 0 1 0
Advertisement

I'm confused. Are you saying it stops once one agent has finished for instance?

2 weeks ago 0 0 1 0
Post image

Yes

2 weeks ago 0 0 0 0

Add permissions in your settings, like allow, ask, deny.

2 weeks ago 0 0 1 0
Preview
GitHub - kud/claude-sessions-cli: TUI session manager for Claude Code TUI session manager for Claude Code. Contribute to kud/claude-sessions-cli development by creating an account on GitHub.

Just published claude-sessions β€” a TUI session manager for Claude Code πŸ€–

Browse, open, and create Claude sessions from an interactive terminal interface. Chat sessions, code sessions,
search, filter, and a clean mode to tidy up stale history.

github.com/kud/claude-s...

2 weeks ago 1 0 0 0

I do think we should stick to daylight saving time.

2 weeks ago 1 0 1 0

Just migrated the AI backend from spawning opencode run subprocesses to @opencode-ai/sdk.

Reuses your already-running opencode server, falls back to starting one if needed. Result: ~2Γ— faster suggestions
(9.7s β†’ 4.2s) and way less plumbing. πŸŽ‰

2 weeks ago 0 0 0 0
Preview
GitHub - kud/ai-conventional-commit-cli: AI‑assisted, style‑aware Conventional Commit generator & splitter. Opinionated CLI that learns your repo's commit style and produces polished single or multi c... AI‑assisted, style‑aware Conventional Commit generator & splitter. Opinionated CLI that learns your repo's commit style and produces polished single or multi commits – safely, quickly, repe...

ai-conventional-commit-cli β€” a CLI that uses AI to craft conventional commit messages from your staged diff.
Supports styles, split commits, scope hints, and works with any opencode-supported model.

github.com/kud/ai-conve...

2 weeks ago 0 0 0 0
Color-coding my Claude Code sessions | amanhimself.dev

TIL: You can change the colour of the input borders in Claude via `/color`

amanhimself.dev/blog/color-c...

2 weeks ago 0 1 0 0
Preview
GitHub - kud/claude-dash-cli: Terminal dashboard for monitoring Claude Code sessions in real time Terminal dashboard for monitoring Claude Code sessions in real time - kud/claude-dash-cli

I wanted a way to watch my Claude Code sessions from the terminal without extra overhead. So I built a dashboard using Rust and Ratatui. It handles live stats and approvals natively. Now v0.9.1 is out. It feels good to have a quiet, reliable tool for the job. πŸ¦€

github.com/kud/claude-dash-cli

3 weeks ago 0 0 0 0
Advertisement

Check "dispatch" as well. :]

3 weeks ago 1 0 0 0
La maladie qui rattrape tous les vibe coders.
La maladie qui rattrape tous les vibe coders. YouTube video by Benjamin Code

I found a talk about AI that really hit home. It is originally in French, but the English audio translation is surprisingly natural. I spent some time listening this morning and it felt worth sharing. It is just a thoughtful perspective on where things are going. 🎧

www.youtube.com/watch?v=QBGo...

3 weeks ago 0 0 0 0

πŸ”Œ just shipped claude-plugins β€” a marketplace for Claude Code

bundle an MCP server + skills into one installable plugin. add mine with:

/plugin marketplace add kud/claude-plugins

ships with opencode, jenkins, harness fme, trakt & raindrop.io

github.com/kud/claude-p...

3 weeks ago 2 0 0 0

It's a good question. I wasn't aware of this service. I usually only create and maintain tools on services I use. So I won't create one for SIMKL for now. I'm happy to give you some guidance on how to create your own MCP though!

3 weeks ago 1 0 1 0