Claude does not seem to know my style / the post sounds generic

The most likely cause is that your MY_WRITING_STYLE.md file is not in the right place, or the Voice Builder did not have enough to work with.

Check the file exists here:

If it is missing, run the Voice Builder again. If it exists but the posts still feel off, open the file in any text editor and check whether the descriptions are specific to you or still sound generic. If they are thin, run the Voice Builder again and this time share real examples of your writing.

Claude says it cannot find or write the file

If automatic file writing fails, Claude will display the full file contents in the chat. Copy everything in the code block, open a plain text editor (TextEdit on Mac set to plain text mode, Notepad on Windows), paste it in, and save the file as MY_WRITING_STYLE.md in your skill folder. Make sure the file extension is .md not .txt.

"Command not found: claude" in the terminal

Node.js is either not installed or the install did not finish. Go to https://nodejs.org, download and install the LTS version, restart your terminal completely, and run npm install -g @anthropic/claude-code again.

Claude Code asks for an API key or says access is denied

Make sure you have logged into https://claude.ai first, then run claude in the terminal to authenticate. If the issue continues, check https://support.claude.ai for current access requirements — some features require a Pro account.