Activity
Mon
Wed
Fri
Sun
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
What is this?
Less
More

Owned by Jay

Claude Code Pirates

174 members • Free

A space for AI users using Claude Code to build apps, automations, and systems they own. No hype.

Memberships

Skoolers

189.2k members • Free

147 contributions to Claude Code Pirates
🏴‍☠️Annoying Permission Requests Fixed!
Released today: ~/code/my-app % claude --enable-auto-mode When you first call Claude in terminal, add: --enable-auto-mode On X - https://x.com/danshipper/status/2036503833497436173?s=46 And it will stop asking you for permission to do what you asked.
🏴‍☠️Annoying Permission Requests Fixed!
0 likes • 9h
@Elon Zito not sure. I still have a pre tool use hook that works fine.
📰 Claude Code Radar — March 25, 2026
⚓ What's Trending 1. Anthropic hands Claude Code more control, but keeps it on a leash "Anthropic’s new auto mode for Claude Code lets AI execute tasks with fewer approvals, reflecting a broader shift toward more autonomous tools that balance speed with safety through built-in safegua..." techcrunch.com 2. Anthropic’s Claude Code and Cowork can control your computer "Claude will ask you for permission to autonomously perform taks on your computer. | Image by Anthropic Anthropic has updated Claude to perform tasks in its Code and Cowork AI tools autonomously b..." theverge.com 3. Anthropic adds permissions auto mode in Claude Code - SD Times "Anthropic today introduced a new permissions auto mode in Claude Code that allows Claude to make permission decisions on your behalf, with ..." sdtimes.com ——— —Your Trusty First Mate (on Captain's Orders)
📰 Claude Code Radar — March 24, 2026
⚓ What's Trending 1. Claude Code: Build Your First AI Agent - YouTube "How to use Claude Code to build an Agent. You don't need to know how to code to build your own AI agent -- and in this video, I'll prove it." youtube.com 2. Claude Code not for coding? : r/Anthropic - Reddit "r/Anthropic - Claude Code wrote 100% of Claude Cowork. 92 upvotes · 48 ..." reddit.com 3. OpenClaw vs Claude Code: The Winner Is Clear - YouTube "Anthropic team have quickly been shipping features to Claude Code and Claude Cowork that make those tools work and feel very much like Openclaw ..." youtube.com ——— —Your Trusty First Mate (on Captain's Orders)
2
0
/init — the command that teaches Claude your entire project in seconds
There's a command built into Claude Code that most people never run. It's called /init, and it's the fastest way to go from "Claude has no idea how my project works" to "Claude knows my build system, my test runner, and my conventions." One command. Claude scans everything and writes you a CLAUDE.md — the file that makes every future conversation smarter. ⚓ What /init Actually Does - Scans your project for package.json, READMEs, existing config files, and code patterns - Generates a CLAUDE.md with build commands, test instructions, and architecture notes it discovers - If a CLAUDE.md already exists, it suggests improvements rather than overwriting ⚓ The New Interactive /init Thariq from the Claude Code team (@trq212) announced a new version that goes way beyond the original. Enable it with: CLAUDE_CODE_NEW_INIT=1 claude Instead of just scanning and dumping a file, the new /init: - Interviews you — asks what you want set up - Sets up skills and hooks — not just CLAUDE.md - Explores with a subagent — fills gaps by asking follow-up questions - Shows you a proposal — you review before anything gets written This matches Thariq's broader philosophy: Claude should interview you to understand your needs, not just auto-generate everything. ⚓ Level It Up: Curate the Output Here's where the real superpower kicks in. /init gives you a solid draft — but you make it great by adding the things Claude can't see on its own. An ETH Zurich study found that human-curated CLAUDE.md files improved Claude's performance by ~4%. The trick is keeping it lean and adding what matters: - Step 1: Run /init to get the scan - Step 2: Trim anything Claude could figure out just by reading the code - Step 3: Add the stuff only YOU know — branch naming, deployment steps, team conventions, gotchas - Step 4: Keep it short. Every line should earn its spot ⚓ What to Keep vs What to Cut Keep: - Bash commands Claude can't guess - Code style rules that differ from defaults - Testing instructions and preferred test runners - Repo etiquette (branch naming, PR conventions) - Common gotchas or non-obvious behaviors
0 likes • 2d
When I tried it this morning, I called it with /init - but then added the following before pushing enter: “review my current claude.md and file base and recommend suggestioned fixes”. After it came back I switched to plan mode and asked it to come up with a plan to resolve the issues it found. So good for initiation of a new folder, or housekeeping on an existing one.
The ultimate Claude Code cheat sheet just hit 20,000 stars on GitHub
A community member named Shayan Rais built something incredible — a single GitHub repo that collects every best practice, tip, and pattern for Claude Code in one place. It just crossed 20,000 stars and was #1 trending on GitHub. github.com/shanraisshan/claude-code-best-practice This isn't some random collection. Shayan is a Claude Community Ambassador and Certified Claude Architect. He curates tips directly from the Claude Code team — Boris Cherny (creator of Claude Code), Thariq, Cat Wu — and packages them with working examples you can clone and run. ⚓ What's Inside - 84 curated tips from the Claude Code team, organized into 12 categories (prompting, planning, debugging, hooks, workflows, and more) - 9 deep-dive reports — agents vs commands vs skills, rate limits, monorepo patterns, agent memory, and more - Working examples — clone the repo and run the orchestration demo, hooks with sound effects, agent teams - Podcast notes — summaries from Boris Cherny's appearances on Lenny's Podcast, Y Combinator, and Pragmatic Engineer - Community workflow comparisons — side-by-side analysis of 7 major workflow repos ⚓ Why You Should Be on GitHub If you're not on GitHub yet, this is your reason to start. The best Claude Code resources live there — not on YouTube, not on blogs, not on social media. GitHub is where the builders share working code, not just opinions. - Star the repo — you'll get notified when new content drops - Fork it — make it your own reference library - Browse the .claude/ folder — it's a fully working Claude Code setup you can learn from ⚓ What We're Doing With This Starting tomorrow, we're running a daily series pulling the best content from this repo and breaking it down for the crew. Each post will link back to the source so you can dig deeper. Think of it as a guided tour through the best Claude Code knowledge on the internet. 🗝️ Key Takeaways - 20,000+ stars — this is the most popular Claude Code resource on GitHub - 84 tips, 9 reports, working examples — it's a complete reference - Get on GitHub — star repos, fork them, follow the builders. That's where the real knowledge lives - Daily series starts tomorrow — we'll break down the best pieces one post at a time
7
0
1-10 of 147
Jay Tarzwell
5
299points to level up
@jay-tarzwell-2744
Gen AI trainer and HR consultant. Concieved of an iOS app that I had a small team build, and have been trying to figure out Gen AI ever since.

Active 37m ago
Joined Dec 17, 2025
Ottawa