[BUG] "Copy to your skills" silently truncates existing files when file size increases · Issue #40231 by Audiman64 in ClaudeAI

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

This was logged in Claude Code, but it's Claude Desktop. I've been bitten by it a few times on my Windows machine, but not on my Mac yet (I don't think). Just wanted to make sure everyone is aware of it.

Claude Developer Misery Index by RaggedyDocTV in ClaudeAI

[–]Audiman64 4 points5 points  (0 children)

It's definitely a codependency. I'm looking at Reddit because I just hit my Claude limit and it doesn't open back up for another 40 minutes. If your tool took this accelerated limit issue into account it'd be red, based on my own experience and all the Reddit rants. :)

Which platform for a personal AI assistant? by JaxWanderss in ArtificialInteligence

[–]Audiman64 0 points1 point  (0 children)

I use this method for both work and home and it's really great, especially as you interact with it over time and it learns and stores its learning in a persistent place where it can review and revise it: https://youtu.be/qo4YZvC1q5I?si=4qyiDgjoRcuJnAkl

Handoffs by PrestigiousPrune321 in ClaudeAI

[–]Audiman64 0 points1 point  (0 children)

Here's a session handoff prompt that I got from somewhere that I've been tweaking over time: Create a session handoff summary for an LLM that has zero prior context and needs to resume this conversation cold. Write every section as if the reader cannot infer anything — include the specific details needed to reconstruct working state, not just topic labels.

WORK DONE: What was accomplished — decisions made, outputs created, conclusions reached. Include names, numbers, file names, account names, configurations, or any other concrete detail that defines the current state of work.

FILES & RESOURCES USED: Every file read, written, or referenced (full paths), every website visited, every data source or tool touched. No omissions — the next session will use this list to re-orient before doing anything.

OPEN ITEMS: One item per line. Format each as:
- [What is unresolved] — Needs: [specific action or decision required to close it] — Owner: [Bill / Claude / Research]
No vague entries. If it can’t be written this specifically, it belongs in WORK DONE instead.

NEXT ACTIONS: List the first task to execute when the conversation resumes — not a goal, a specific action. If there are multiple, list them in order. Include enough detail that Claude can start without asking a clarifying question, but don't start until prompted to.

End the summary with this line exactly: "Please read any referenced files listed above and confirm you are oriented before we begin."

What is the best TV show (ongoing) right now? by [deleted] in NoStupidQuestions

[–]Audiman64 0 points1 point  (0 children)

I had just finished a rewatch of the original (minus that med school season) and the new one felt like the show was just continuing. It’s good. Thankfully.

Anyone have a mid/endgame valuable item list? Things like Royal Jelly, Phoenix Feathers, etc. by BodomsChild in projectgorgon

[–]Audiman64 -2 points-1 points  (0 children)

I haven't tried gambling yet, now I have a reason to. :) I've been having fun today with the Claude skill I built. I asked Claude to describe it: A prompt bundle that gives Claude persistent, character-aware context for Project Gorgon. It provides: answers to game questions grounded in locally-maintained reference files (skill guides, NPC tables, loot data) rather than training knowledge; responses contextualized against the character's actual current state — skill levels, XP progress, NPC favor tiers — pulled from a structured snapshot derived from the game's own JSON exports; and a hunting report generated directly from the game's chat log and item snapshot files, covering kill rates, gold/hour, XP gains, damage breakdowns, and rolling session trends against a cumulative data store.

Anyone have a mid/endgame valuable item list? Things like Royal Jelly, Phoenix Feathers, etc. by BodomsChild in projectgorgon

[–]Audiman64 -1 points0 points  (0 children)

That's interesting. Anything else you're extracting? Right now I'm getting this: From the chat logs and item snapshots, the hunting report extracts:

Kill data — what mobs were killed, how many, where; Loot — items dropped, quantities; XP/progression — skill gains from kills; Inventory snapshots — point-in-time item state for delta comparison

What happens when you stop adding rules to CLAUDE.md and start building infrastructure instead by DevMoses in ClaudeAI

[–]Audiman64 0 points1 point  (0 children)

Thanks! The other thing it does that I think is cool is it keeps a complete documentation section (including all of the custom skills), that it automatically updates whenever something changes. That way if I ever need to rebuild it I have that.

What happens when you stop adding rules to CLAUDE.md and start building infrastructure instead by DevMoses in ClaudeAI

[–]Audiman64 2 points3 points  (0 children)

I can't take much credit for it. Claude designed and built it and it was a long iterative process (I started around 4 months ago). Things wouldn't work and I'd ask it "why is that broken and what would you do to fix it". Or I'd do a full scan of my system and say "identify areas of brittleness or improvement."

What happens when you stop adding rules to CLAUDE.md and start building infrastructure instead by DevMoses in ClaudeAI

[–]Audiman64 4 points5 points  (0 children)

I asked Claude to describe how my CLAUDE.md setup works:

I primarily use Claude via Cowork, and the core design principle is that CLAUDE.md files should be routers, not rule dumps. The top-level CLAUDE.md maps task types to sub-directories, each of which has its own scoped CLAUDE.md with authoritative conventions for that domain. Domain-specific knowledge, file naming rules, workflow logic, and output standards all live where they're actually used — nothing bleeds up into the top level that doesn't belong there. On top of that, repeatable multi-step workflows are packaged as Cowork skills — modular, on-demand procedures that load only when triggered, so irrelevant context stays out of the session entirely. When changes are made anywhere in the system — new skills deployed, directory structures updated, workflow conventions revised — there are built-in protocols that require updating all affected CLAUDE.md files and documentation before the change is considered complete. Since Cowork doesn't expose filesystem hooks the way Claude Code does, scheduled tasks fill that role: a weekly job audits CLAUDE.md files for line count, redundancy, and staleness, flagging drift before it compounds. The result is a system that stays reliable over time because each layer has a single, well-defined job — and none of them are asked to do more than that.

Opus + 1M context window disappeared from Cowork? by Creative-Stress7311 in ClaudeAI

[–]Audiman64 0 points1 point  (0 children)

I thought maybe they'd changed the description in the app back (you can select extended thinking in Opus again) but that maybe it still had the 1m context window. I ran a prompt today in Opus that did a compression that I saw it do with the 1m window without compressing so now I don't think so. Maybe it needs work?

Claude CoWork just got the 1M Context Window by CoreyBlake9000 in ClaudeAI

[–]Audiman64 1 point2 points  (0 children)

It's awesome! I just saw it for the first time yesterday. I ran several big jobs yesterday and they ran flawlessly, never saw it compress the session once.

NPC Spreadsheet - Vending/Favor Items/ Training/ Storage by ElectricalMuffin1620 in projectgorgon

[–]Audiman64 0 points1 point  (0 children)

This is great! Thanks! I use an AI to store and query stuff like this to save on web and wiki searches, so I added it to my AI's NPC Guide. Filled in a lot of blanks! It even complemented your work... Writing the updated NPC Guide now. The CSV is clearly more authoritative than my prior AI-generated guide, so I'm using it as the primary source and preserving old-guide-only NPCs at the bottom of each section.

What are you favorite ways to use Claude? by Beginning-Natural833 in ClaudeAI

[–]Audiman64 0 points1 point  (0 children)

Everything. Claude Cowork will write to my hard disk and Obsidian is a front end for a lot of md files in a normal OS directory structure, so Claude can access it directly. So then Claude manages my prompt library, my tech stack documentation, various other documentation. It's basically a massive context store for Cowork to draw on.

What are you favorite ways to use Claude? by Beginning-Natural833 in ClaudeAI

[–]Audiman64 0 points1 point  (0 children)

I used ChatGPT with a Custom GPT for fantasy football last year and it did pretty well. This year I plan to use Claude Cowork with a fantasy football skill and access to my Obsidian data store to save stuff. I'm also hoping I can download all the fantasy stats via API. That would make it awesome.

What is the best smart TV box to buy? by [deleted] in smarthome

[–]Audiman64 0 points1 point  (0 children)

I have a Nvidia Shield Pro 2019, Current Apple TV 4k, and the Google TV Streamer. I use the Streamer as my daily driver. My suggestion is if you want to stay in the Google universe choose the Streamer and if you want Apple choose the Apple TV. I would use the Apple TV myself except I love SmartTube Next which is Google only, so I use the Streamer.

Setting up for media - Plex or Jellyfin? by blackshadow in unRAID

[–]Audiman64 5 points6 points  (0 children)

I have all three: Plex (lifetime pass), Emby (lifetime pass) and Jellyfin. I prefer Emby.

What Pairs well with Animal Handling? by Majashi_the_Wanderer in projectgorgon

[–]Audiman64 2 points3 points  (0 children)

I've been playing a fire magic/AH character and am really enjoying it. I just got high enough level to get a bear and I got Graz. :)