-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Apr 8, 2026
·
12 revisions
Scaffold vendor-neutral AI tooling config (rules, agents, skills) with cross-platform sync for Cursor, Claude Code, and GitHub Copilot.
Bluetemberg is an internal CLI tool 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, and GitHub Copilot with the correct format for each.
- Installation — set up GitHub Packages auth and install
-
Commands — CLI reference for
initandsync -
Configuration —
bluetemberg.config.jsonschema - Writing Rules — how to write vendor-neutral rules
- Writing Agents — agent definition format
- Writing Skills — SKILL.md format
- Architecture — how the sync engine works
- Consumer Setup — set up a downstream project
- Contributing — dev setup and release process