Definitely. Especially since those standards are fairly aligned across lots of tools. The other cool thing is a lot of desktop clients like Claude Cowork and ChatGPT Desktop also speak plugins, so hooking up…
Most guidance I’ve read, and experienced success with, is keeping a lean agents.md file and building out a tree of docs or skills that an agent can navigate via progressive disclosure.
How do you think about using these vs using something like plugins + plugin marketplaces to distribute skills that ship natively in a lot of tools?
Have you seen mattpocock’s skills? I know they are hecka popular with people I work with.
Tracking skill usage like this is really smart, stealing this!
I’ve been keeping all skills in .agents/skills and symlinking .claude/skills, this way I can use them across both claude code and codex. One of the not so straight forward things is knowing what frontmatter overlaps, or…
I’m a heavy user of wisprflow for speech to text and prefer html output for richer understanding. Unfortunately I don’t use a text to speech with a CLI, but want to follow this thread because I’m interested in seeing…
100%. Finding the right hook is important though, especially because CC gives you so many. For my setup I use multiple coding agents and so I use frontmatter.news to compare hooks across agents so I get the same…
I mentioned on the main thread, but thought it would be topical here too. Claude Code ships LSP support but only if packaged within a plugin. So there are hoops you have to jump through to get it rather than getting it…
Claude Code ships LSP support, but only as part of a plugin. I think they’re currently the only vendor to fully support it.
One of the things I struggled with for a while was diffing the configs between tools when switching over and keeping them all straight. I recently built a free directory I’ve been hacking on to continually diff coding…
Came here to say this. Output styles help a lot in cutting down the fluff.
I use a lot of agent hooks to force deterministic guardrails in the moment for faster feedback loops, like someone else mentioned. Others like pre-commit hooks and CI checks are still great for things like enforcing…
Some of the configs are fairly similar, and if you bundle in a plugin they can be distributed without much ceremony. Something you can do for forcing cli migration generation is to write a pretool hook. Here’s an…
Nice write-up! I’ve moved a lot of my prose based guardrails into agent supported hooks, pre-commit hooks and CI checks. I’ve found this deterministic back pressure helps coding agents more consistently figure out for…
I’m fully on letting agents write all code, no longer doing autocomplete. I switch between Claude Code and Codex mostly, although found Cursor’s cloud agents a nicer experience.
Definitely. Especially since those standards are fairly aligned across lots of tools. The other cool thing is a lot of desktop clients like Claude Cowork and ChatGPT Desktop also speak plugins, so hooking up…
Most guidance I’ve read, and experienced success with, is keeping a lean agents.md file and building out a tree of docs or skills that an agent can navigate via progressive disclosure.
How do you think about using these vs using something like plugins + plugin marketplaces to distribute skills that ship natively in a lot of tools?
Have you seen mattpocock’s skills? I know they are hecka popular with people I work with.
Tracking skill usage like this is really smart, stealing this!
I’ve been keeping all skills in .agents/skills and symlinking .claude/skills, this way I can use them across both claude code and codex. One of the not so straight forward things is knowing what frontmatter overlaps, or…
I’m a heavy user of wisprflow for speech to text and prefer html output for richer understanding. Unfortunately I don’t use a text to speech with a CLI, but want to follow this thread because I’m interested in seeing…
100%. Finding the right hook is important though, especially because CC gives you so many. For my setup I use multiple coding agents and so I use frontmatter.news to compare hooks across agents so I get the same…
I mentioned on the main thread, but thought it would be topical here too. Claude Code ships LSP support but only if packaged within a plugin. So there are hoops you have to jump through to get it rather than getting it…
Claude Code ships LSP support, but only as part of a plugin. I think they’re currently the only vendor to fully support it.
One of the things I struggled with for a while was diffing the configs between tools when switching over and keeping them all straight. I recently built a free directory I’ve been hacking on to continually diff coding…
Came here to say this. Output styles help a lot in cutting down the fluff.
I use a lot of agent hooks to force deterministic guardrails in the moment for faster feedback loops, like someone else mentioned. Others like pre-commit hooks and CI checks are still great for things like enforcing…
Some of the configs are fairly similar, and if you bundle in a plugin they can be distributed without much ceremony. Something you can do for forcing cli migration generation is to write a pretool hook. Here’s an…
Nice write-up! I’ve moved a lot of my prose based guardrails into agent supported hooks, pre-commit hooks and CI checks. I’ve found this deterministic back pressure helps coding agents more consistently figure out for…
I’m fully on letting agents write all code, no longer doing autocomplete. I switch between Claude Code and Codex mostly, although found Cursor’s cloud agents a nicer experience.