proomt

Search

Search posts, papers, and topics

All posts

Bjørn Johansen5 min readintermediate

One style guide for everything Claude Code writes

Summary

A detailed walkthrough of forking the nbj‑write‑clearly Claude Code skill to enforce the Google Developer Documentation style guide across all developer‑facing prose (docs, comments, commit messages, review feedback). The fork expands the trigger set, vendors the 70‑page guide offline via a Bun sync script, and adds a layered approach (global CLAUDE.md rules, on‑demand skill, per‑agent preloaded…

  • Google’s developer documentation style guide can be turned into a reusable Claude Code skill.
  • The original skill only handled docs; the fork expands coverage to code comments, commit messages, review feedback, changelogs, etc.
  • Offline copies of the 70‑page guide avoid lossy summarization and network latency; a simple `bun run sync‑offline` script refreshes the snapshots.
  • Layered enforcement: a minimal rule set in `CLAUDE.md` for every session, the full skill loads on demand, and agents can preload the skill via front‑matter.

Consistent, concise technical prose reduces ambiguity in code reviews, commit histories, and documentation, improving developer velocity and reducing miscommunication. Embedding the style guide directly into the LLM workflow ensures the guidance is applied uniformly without relying on network calls…

6/10

Related reading

  1. Blog: How to Build a DevOps Agent

    This blog walks through the open‑source DevOps Agent Kit, which lets Claude Code or Cursor act as a DevOps assistant by connecting to CloudBees Unify, Jira, and Slack via MCP servers and to GitHub via the CLI. It provides a repeatable setup (Docker, Node, env file) and seven slash commands for pipeline overview, triage, security, release readiness, flag management, CI health scoring, and Jira tic…

    Codeshipcloudbees.com10 min
  2. Quoting Thariq Shihipar

    Claude Code version 2.1.277 now supports AGENTS.md as a fallback for CLAUDE.md for project instructions. This feature is built on an upcoming "Claude Code mods" system, which will allow users to create custom project instruction configurations.

    Simon Willisonsimonwillison.net1 minrelease
  3. Claude Cowork and chat are now one Claude

    Claude merges its Cowork and chat interfaces into a single assistant and adds beta Docs, Slides, and Design capabilities, rolling out first to Pro and Max plans. The unified UI lets users ask Claude to generate reports, presentations, and other artifacts within the same conversation, with optional auto‑action settings. No new technical details or implementation specifics are provided.

    Hacker News front pageclaude.com3 minreleaseHN232226