Claude CodeModelsToolsOpen SourceImage and VideoAudioAgentsAppsResearchPeopleCompanies

News / Claude Code

Claude Code 126 items

All Claude Code stories, newest first. Every card links to a TLDR page with the original source.

Free Claude skill to audit Meta Ads accounts end-to-end

Free Claude Cowork skill (not CC) that audits Meta Ads end-to-end using live data via Two Minute Reports MCP. Read-only - pulls 9 data layers (campaigns, ad sets, creative, placements, device, geo, dayparting, funnel ...

/r/ClaudeCowork

Using Claude to scrape Reddit posts

Claude is blocked from direct Reddit scraping (legal dispute + anti-bot). Community found 3 clean workarounds: (1) Reddit's public JSON API - free, no auth for public subs, returns 100 posts as structured JSON; (2) ol...

/r/ClaudeCowork

All Italian legislation, free, on GitHub in Markdown

Repo github.com/ahmeabd/italia-corpus contains all Italian legislation in clean Markdown. A git clone gives Claude Code (or any LLM) instant access to the full corpus. Most valuable feature: every legislative update i...

/r/ClaudeAI

Claude Box

Built a physical device that shows Claude Code token/usage stats in real time on a GeekMagic Small TV Ultra - a tiny $8 esp8266 + ST7789 screen. Ported and rebuilt from an existing M5StickC Plus project by u/Mechanica...

/r/ClaudeCode

Developing with Claude Code feels slow, frustrating...

Data scientist new to AI-first company finds CC slow and mentally draining. Top community response: vanilla setup = bad results - you need CLAUDE.md, skills, hooks, and memory configured. Heavy users who get productiv...

/r/ClaudeCode

Four Claude Code context tools between /clear and /compact

A practical breakdown of underused context management: /btw for side questions outside context, /rewind with directional summarization, /compact with explicit instructions, and CLAUDE.md compaction invariants set once.

/r/ClaudeCode

Anthropic launches financial services

Reference repo with 10 financial workflow agents (investment banking, PE, asset management, ops). Same agent definitions run via Claude Cowork plugin OR Managed Agents API - harness-neutral architecture. Key agents fo...

/r/ClaudeCode

I made Claude Code aware of its own usage limits

Anthropic returns `anthropic-ratelimit-unified-5h-utilization` and `anthropic-ratelimit-unified-7d-utilization` headers on every inference response - Claude Code uses them to render UI bars but never exposes them to t...

/r/ClaudeAI

Stale markdown files silently poison agent context

As CLAUDE.md files, skills and knowledge docs proliferate, stale instructions and obsolete paths get silently loaded and followed as current. A data-quality failure mode specific to persistent agent systems.

/r/ClaudeCode

How to give Claude Code Superpowers

Superpowers is a Claude Code plugin that enforces a structured development methodology: brainstorm → spec → plan → subagent execution → TDD → two-stage code review → systematic debugging. The core discipline: no code ...

/r/BuildToShip

Claude Design is Incredible...

User shared a before/after redesign using Claude Design - fast, low-effort transformation they liked for personal use. But top comments converge on one theme: Claude Design outputs a recognizable house style (same fon...

/r/ClaudeAI

Opus 4.7 is legendarily bad. I cannot believe this.

Power user burned $120 in API credits testing Opus 4.7 and found it hallucinates constantly, refuses correction even with direct evidence, and is far worse than 4.6. Root cause appears to be Junie CLI defaulting to `r...

/r/ClaudeCode

10 Hours of Claude Design - My Thoughts

Developer with ~1yr Claude Code experience spent 10hrs with Claude Design (Anthropic's new AI design tool). Used 80% of weekly 5x plan. Key finding: Opus 4.7 for the initial/first prompt is critical (sets the foundati...

/r/ClaudeAI

Opus 4.7 - my takes after 1 day of use

Community verdict after day 1: ~20% better output for ~40% more token usage. Key upgrade: longer uninterrupted execution, better phase-following, better architecture-level reasoning. Key regression: "GPT vibe" - pushe...

/r/ClaudeCode

Don't use Claude Code's Default System Prompt

45-year veteran dev says the default CC system prompt tries to serve everyone and fails all sides. Recommends: read the extracted prompts at Piebald-AI/claude-code-system-prompts, take the best parts, build a custom o...

/r/ClaudeCode

Piebald-AI/claude-code-system-prompts - GitHub

All of Claude Code's system prompts extracted from source - updated within minutes of each new release. Covers 152 version changelog. Includes sub-agent prompts (Explore, Plan), slash command prompts (/batch, /review-...

/r/unknown

AgentSeal/codeburn - GitHub

CLI/TUI dashboard that reads Claude Code session files from ~/.claude/projects/ directly - no wrapper, no proxy, no API keys. Shows token spend by task type, tool, model, MCP server, and project. Tracks one-shot succe...

/r/unknown

Claude Code caching: actual TTL is 5 minutes, not 1 hour

Claude Code lead Boris Cherny confirms leaving a session open too long causes full cache misses and inflated token usage. Advice: start fresh conversations, and note that too many skills and agents inflate context.

/r/ClaudeCode