Three Claude skills for end-to-end Ghost blog publishing Three composable Claude skills that handle Ghost blog publishing end to end: topic research, HTML draft, schema injection, and Admin API POST - with the gotchas encoded.
How to fix Claude Code SessionStart hooks firing without context Plugin SessionStart hooks fire but Claude does not see additionalContext. Move the hook to ~/.claude/settings.json. Plus four similar bugs that need different fixes.
Cursor rules not loading: 4 causes and how to fix each Four causes: wrong scope (project vs global), invalid glob pattern, missing alwaysApply flag, or .mdc frontmatter syntax error. One-minute check and exact fix for each.
How to set up an MCP server in Claude Code on Windows Add HTTP, SSE, and stdio MCP servers to Claude Code on Windows. The cmd /c npx wrapper, the three scopes, and the errors you hit if you skip the wrapper.