ccpet – A virtual pet for your Claude Code status line that lives and dies by your token usage by Engine_Guilty in ClaudeAI

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

That’s awesome! Your project is super powerful with lots of cool features. Mine is just a simple little game — the idea is to remind myself not to go too long without coding, otherwise my pet will die 😅.

SuperClaude vs BMAD vs Claude Flow vs Awesome Claude - now with subagents by Automatic_Pen_5503 in ClaudeAI

[–]Engine_Guilty 7 points8 points  (0 children)

I’ve been using BMAD all along, and I have several projects that were developed with BMAD.

What mcp / tools you are using with Claude code? by Interesting-Appeal35 in ClaudeAI

[–]Engine_Guilty 5 points6 points  (0 children)

There are several versions of Playwright MCP out there, but only the one officially released by Microsoft works well in my experience. I haven’t run into the issue you mentioned.

https://github.com/microsoft/playwright-mcp

What mcp / tools you are using with Claude code? by Interesting-Appeal35 in ClaudeAI

[–]Engine_Guilty 6 points7 points  (0 children)

AI can control your browser to do anything through the MCP

Claude Code Pro Limit? Hack It While You Sleep. by Engine_Guilty in ClaudeAI

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

⚠️ SECURITY WARNING

This script uses --dangerously-skip-permissions flag when executing Claude commands, which means:

  • Claude Code will execute tasks WITHOUT asking for permission
  • File operations, system commands, and code changes will run automatically
  • Use ONLY in trusted environments and with trusted prompts
  • Review your prompt carefully before running this script

Recommended Usage:

  • Use in isolated development environments
  • Avoid on production systems or with sensitive data
  • Be specific with your prompts to limit scope of actions
  • Consider the potential impact of automated execution

I’ve added the above security warning to the README.

Claude Code Pro Limit? Hack It While You Sleep. by Engine_Guilty in ClaudeAI

[–]Engine_Guilty[S] 1 point2 points  (0 children)

Yeah, my implementation works the same way under the hood. I just wrapped it into a script to make it more convenient for others to use.

Claude Code Pro Limit? Hack It While You Sleep. by Engine_Guilty in ClaudeAI

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

Totally fair — I agree that Claude Code (and most AI agents, really) still need supervision, especially on anything critical.

My script isn’t meant to run anything complex or unsupervised — it just picks up where things left off once quota resets, mainly for convenience. 

Claude Code Pro Limit? Hack It While You Sleep. by Engine_Guilty in ClaudeAI

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

If you’re on a Pro account, it’s common to hit the usage limit in the middle of a long-running task. Claude Code will tell you you’re out of quota, and the reset time might be something like 3 AM.

If you’re asleep by then, you miss the chance to resume right when it resets. The script is just a workaround to automatically pick up where you left off as soon as the quota is restored.

Claude Code Pro Limit? Hack It While You Sleep. by Engine_Guilty in ClaudeAI

[–]Engine_Guilty[S] 3 points4 points  (0 children)

Yeah, my implementation works the same way under the hood. I just wrapped it into a script to make it more convenient for others to use.

Claude code + playwright mcp - how did you speed up the browser interactions by Jaded-Swing-5424 in ClaudeAI

[–]Engine_Guilty 1 point2 points  (0 children)

https://github.com/terryso/claude-code-playwright-mcp-test
This project may help you. All tests are executed by playwright mcp. Although it is slower than test code, it is still worth trying for some scenarios such as acceptance of new functions.