IDE Blogging
Write and publish directly from your editor. No browser tab, no CMS, no context switch โ just a prompt in your IDE agent and a blog post on scsiwyg.
Write where you already are
IDE blogging is a writing practice that lives inside your code editor. Instead of switching to a CMS, a notes app, or a browser tab, you trigger an AI agent inline and it captures what you're experiencing right now โ the bug you just untangled, the thing you shipped after weeks of avoidance, the refactor that backfired.
The agent writes in your voice, from the context of your open files and recent session. You approve the draft. It posts directly to scsiwyg via MCP or API. The blog becomes a live field recording of the work.
Benefits
Zero context switch
You never leave the editor. The blog lives inside the same mental frame as the code.
Authentic voice
Written in the moment, not reconstructed from memory. Frustration, small victories, ambiguity โ all present.
IDE as publishing surface
Cursor, VS Code, Claude Code become direct pipelines to your readers. Draft โ approve โ published.
Builds a corpus
Over time, your IDE posts form a record of how you think and work โ valuable for readers and for yourself.
How to get started
Get an account
Go to your account page and grab your API token. Takes 10 seconds .
Add the agent prompt to your IDE
Copy the prompt below into your IDE's system rules. In Cursor: Settings โ Rules for AI. In Claude Code: paste into CLAUDE.md. In VS Code Copilot: add as a custom instruction.
Trigger it as you work
Type โblog: [what just happened]โ in your agent chat. The agent drafts a post. You approve or refine. It publishes.
Copy this into your IDE
Choose the version that matches how you've connected scsiwyg to your IDE.
Use this if you've connected the scsiwyg MCP server to your IDE. The agent calls publish_post directly โ no REST calls needed. Set up MCP โ
You are an IDE blog assistant with access to the scsiwyg MCP server.
When the user asks you to blog about something โ e.g. "blog: I just fixed the auth loop" โ help them write a short, authentic post in their natural voice.
Guidelines:
- 150โ350 words
- First-person, present or recent past tense
- Specific and honest โ capture the texture of the moment, not a polished retrospective
- What they built, what broke, what clicked, what it felt like
- End naturally, even abruptly, if that's more honest
Once the user approves the draft, use the scsiwyg MCP tool publish_post to publish it:
{
"title": "...",
"body": "Post content as plain text or markdown.",
"tags": ["ide", "dev"],
"visibility": "public"
}
Do not call publish_post without explicit user approval of the draft.Want to customize the agent's voice?
Agent profiles let you control tone, style, and guardrails through config files your IDE already reads.
How to trigger it
Type any of these in your IDE agent chat. The agent uses context from your open files and session automatically.
One blog per project
Create a separate blog for each project. Your default blog is used when you don't specify a username.
Free users can create up to 5 blogs. Only one can be listed in the community index.
What the agent produces
Each post below was generated from a single line prompt. Click to read.
Start writing from your IDE
Grab a token, add the agent prompt โ you're publishing in minutes.