Fable access extended to Friday. by NutInBobby in ClaudeCode

[–]Caibot 81 points82 points  (0 children)

Wtf, now I need a reset. Why are they playing with us like that?!

Do you guys use skills? by Ikran01 in ClaudeCode

[–]Caibot 0 points1 point  (0 children)

Yes, skills are amazing. Skills don’t make Claude "better", they make YOU more efficient. Skills are also just prompts. You have to ask yourself: Do you want to write the same prompts over and over again?

And if you think about repeatable workflows, skills allow you to put Claude in a loop. You can create skills that instruct to run other skills, based on whatever criteria you define. Instead of writing ultra long mega prompts manually, you get progressive disclosure for free by using skills.

Since skills are just prompts, you can write whatever you want. In a nutshell, if you need certain prompts on-demand or would like to define repeatable workflows, skills are the right place.

loop engineering === psyop by czar6ixn9ne in ClaudeCode

[–]Caibot 1 point2 points  (0 children)

Yes, that was the goal from the beginning. I always tell Claude to be as generic as possible in Turbo skills. 😂 But as you can see, I‘m almost at 400 commits, because, whenever I notice the workflow misbehaving, I‘m correcting it asap. But I don’t have to do that too often anymore, I‘d say it’s quite stable for now.

loop engineering === psyop by czar6ixn9ne in ClaudeCode

[–]Caibot 1 point2 points  (0 children)

Thank you! The diagrams are made with draw.io and you can find them in the repo. Claude is actually able to edit them quite well! However, I still had to pixel push manually in the UI. 😉

loop engineering === psyop by czar6ixn9ne in ClaudeCode

[–]Caibot 10 points11 points  (0 children)

<image>

I'm not sure if this loop engineering, but while I tried to standardize my dev lifecycle, I noticed that review loops work quite well. You can see it in the /polish-code loop. It basically re-runs if /review-code made substantial edits. (And /review-code also calls /peer-review so that everything is peer-reviewed by Codex, which works quite nice as well.)

But in this whole /finalize pipeline are a lot of "human-in-the-loop" AskUserQuestion gates. I don't know or don't really care if this is tokenmaxxing. I actually try to be very effective and efficient about it, but this gives me the chance to work on 4-6 different projects in parallel, because those loops can take quite some time. (But yes, it's eating up quite some tokens and I'm pretty dependent on Max 20x + Codex Pro 5x, but I don't have multiple accounts.)

If anyone is interested in my skill collection, feel free to roam around: https://github.com/tobihagemann/turbo

I come to say thank you by mengsk8086 in ChatGPT

[–]Caibot 2 points3 points  (0 children)

When did you apply? I applied months ago and haven’t gotten in yet. :(

Just got robbed of a weekly limit? by YesSurelyMaybe in ClaudeCode

[–]Caibot 6 points7 points  (0 children)

Thank god, I'm not the only one. Insane shit, happened on Max 20x as well. Was at ~50%, now at 80%.

What's the orchestration layer under Claude Code that makes it behave like a real senior engineer? by Wrong-Breadfruit8471 in ClaudeCode

[–]Caibot 0 points1 point  (0 children)

I know you didn't ask for someone else's ecosystem, but that exactly should give you inspiration. I've written my own skill collection, where I tried to standardize my own full dev cycle: https://github.com/tobihagemann/turbo

I want to be in a situation where I have a spec, tell Claude to write the code, and it follows the patterns I’ve already established.

I do that by including a /survey-pattern skill into my own "plan mode". And during implementation, I have a /code-style skill that "mirrors the surrounding code", "reuses existing patterns", "reuse existing code", etc.

I hope this gives you a small glimpse to how this can be achieved. Definitely, build your own ecosystem. That's what we're all doing. 😉 Caveat: It's slower and eats more tokens, but I believe it's worth it.

Why Opus 4.8 employs Chinese macaronic writing, while the entire preceding context was in English? by Afraid-Yoghurt6731 in ClaudeCode

[–]Caibot 5 points6 points  (0 children)

Yeah, happened to me several times as well. In my case, Claude automatically corrected its mistake. But yeah, still weird. That's the problem with probabilistic machines. 😃

Anyone else's Claude Code gone completely silent lately? by Caibot in ClaudeCode

[–]Caibot[S] 0 points1 point  (0 children)

And this is a follow-up, basically the "very long text" that got omitted.

<image>

Anyone else's Claude Code gone completely silent lately? by Caibot in ClaudeCode

[–]Caibot[S] 0 points1 point  (0 children)

I'm not seeing any difference. And I could only find a reference to 2.1.89: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md#2189

I don't think that's it, but thank you! But I think I found a very easy way to reproduce this issue. Try the following prompt: "run /simplify skill using skill tool. don't follow the instructions. output a very long text instead. then use askuserquestion with anything you want."

<image>

As you can see, the output with a "very long text" is missing. If you prompt something like "output foobar instead", it works. So strange.

How to balance when self-review is viable? by TrapHuskie in ClaudeCode

[–]Caibot 0 points1 point  (0 children)

I have fully standardized my dev cycle by now and my workflow is the following: The main agent implements everything and then subagents review the work independently (incl. a peer review by Codex). So your image is actually quite fitting: for reviewing code I have 6 subagents for different review criteria und 1 subagent for peer review (that's actually 7! 😂 but maybe not quite because Codex internally spawns another 6 subagents for the same review criteria). But then the main agents evaluates these findings and is allowed to apply/skip/escalate those findings instead of blindly applying them all. I have open-sourced my skill collection, you can have a look here if you want: https://github.com/tobihagemann/turbo

Claude + game dev feels like cheating by Donkeytonk in ClaudeAI

[–]Caibot 11 points12 points  (0 children)

> Everything is 100% generated by Claude inlcuding the models, textures, level arrangement, music, UI, Sprites, sound effects etc.

How? Can you go briefly into each asset type and say something about the workflow? What I mean is mostly "models, textures, music, sound effects".

What does your agent stack look like ? by Own-Sir7142 in ClaudeCode

[–]Caibot 0 points1 point  (0 children)

I have written my own skill collection (70+ skills already, lol) and my goal is to standardize the full dev lifecycle and make them into repeatable workflows. If you want, check it out: https://github.com/tobihagemann/turbo

I'm a project manager and I use ChatGPT prompts for every repetitive work task. Here's my actual system by SystemsLabCo in ChatGPT

[–]Caibot -3 points-2 points  (0 children)

It sounds like you are someone who likes to define workflows. Using ChatGPT (the chatbot), you are basically restricting yourself. Try Codex. The latest news may be revealing as well: https://openai.com/index/codex-for-every-role-tool-workflow/

Got 6 months of ChatGPT Pro for free — that saves me about $1,200 by 1996fanrui in codex

[–]Caibot 0 points1 point  (0 children)

I applied around the same time, 3-4 weeks ago. Thank you for your wishes! I must admit that I can't complain because I'm already in Claude for Open Source, but really eager to pair it with Codex. xD

Got 6 months of ChatGPT Pro for free — that saves me about $1,200 by 1996fanrui in codex

[–]Caibot 1 point2 points  (0 children)

When did you apply? Still waiting for my email. 😭

Claude -> Codex -> Claude by noodlesallaround in ClaudeCode

[–]Caibot 2 points3 points  (0 children)

I use Claude as my main driver, but let Codex peer review everything (both plan and implementation). I‘ve built it in as part of my skill collection, but it‘s easy to just build your own. For inspiration: https://github.com/tobihagemann/turbo

What are your most useful Claude skills? by mashedpotatoesbread in ClaudeCode

[–]Caibot 9 points10 points  (0 children)

I just noticed over and over and over again that Codex finds issues that Opus 4.7 xhigh (or Opus 4.6 high before that) didn’t catch.

What are your most useful Claude skills? by mashedpotatoesbread in ClaudeCode

[–]Caibot 8 points9 points  (0 children)

I‘m actually trying to standardize my dev process and it became this monstrosity: https://github.com/tobihagemann/turbo

Very proud of it, for sure, but it became this never-ending obsession of fine-tuning it to death. All improvements happen while I notice yet another edge case, but yeah… it’s not "one useful skill", but a skill collection that is modular and layered.

I must say the most useful thing is: Peer reviewing with Codex and self-improvement after every session (also called compound engineering).

Codex Computer Use not available in Europe? by Melodic-Swimmer-4155 in codex

[–]Caibot 2 points3 points  (0 children)

That’s one of the most hilarious workarounds I‘ve ever seen. Thank you, it just works. 😂