Skip to content
github-actions[bot] edited this page Jun 11, 2026 · 12 revisions

Bluetemberg

Scaffold vendor-neutral AI tooling config (rules, agents, skills) with cross-platform sync for Cursor, Claude Code, GitHub Copilot, Gemini CLI, and Windsurf.

What is Bluetemberg?

Bluetemberg is an open-source CLI tool (published on npm as bluetemberg, MIT) that sets up and maintains AI assistant configuration across multiple platforms from a single source of truth. Write your rules, agent definitions, and skills once in llm/, and Bluetemberg syncs them to Cursor, Claude, GitHub Copilot, Gemini CLI, and Windsurf with the correct format for each.

Rules are self-contained Markdown files — the AI reads them directly, no cross-file dependencies. The sync engine only transforms frontmatter for each platform. sync --check in CI catches any drift before it ships.

If you're wondering why this exists or how it's different from maintaining platform configs by hand, start with Why Bluetemberg.

Quick links

Clone this wiki locally