We really need some consolidation around commands, skills, subagents, and plugins. For example, if you want to, say, review code, you have five options now: - Write a .claude/commands/review.md. Simple but deprecated. - Use a /code-review skill, either one you install or one you just write yourself (it's just Markdown, after all). - Use the /pr-review subagent. Also just Markdown, but it runs "in the background" and…
Hey, Boris from the CC team here. I agree, we're working on consolidating these. Going forward it will just be the built-in /code-review skill. Here's how to use the skill on the latest version: /code-review # do a balanced code review. checks for bugs and inconsistencies, poor code quality, duplication, band aids, etc. /code-review --fix # same as above, but also fix the issues # choose an explicit effort level (def…
Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
291–297 of 297 posts
Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#292Earlier quoted context omitted.
Yikes. That Nix code is a mess without meaningful organization & only usable via experimental flakes.
There are two kinds of organization happening here that you might not see: 1. All .nix files (besides flake.nix) are flake-parts modules: https://flake.parts/ 2. It's not only usable with experimental flakes. Works fine with unflake or trix. The experimental part of flakes is enabling flake support in the `nix` CLI. Flakes are also a design pattern in pure Nix syntax that can be evaluated fine without the experimenta…
Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#293Earlier quoted context omitted.
(for context, you're replying to the author of an alternative nix input pinning mechanism, which means... they're probably aware of all that and yet they chose their wording like this anyway)
Hahaha, I didn't see. Hi toastal, I appreciate your work.
Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#294Earlier quoted context omitted.
Isn't it simpler to use claude's vocabulary? I don't see a good use case for this.
To understand a solution you must first understand the problem. If your whole company calls its customers "clients" but claude finds that confusing, I think it's probably easier to tell claude that then get everyone in the company to change how they talk.
Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#295Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#296How many times can I read the same shallow guidance written by AI on using a coding agent? Good god when will it stop
"Read it again." - "Now the fun part." - "Short file, huge payoff. Keep it tight." - "The file isn't a knowledge base, it's a guardrail"
Also the Specific-day + specific-number + reveal format of sentences as well.
"Read it again." - This is the worst one, as if I didn't read it the first time. I do not think I have ever been told to read a code snippet again at the end of it.
"a different kind of force multiplier" - make it stop!!!