setup-caliber

Automate Caliber agent configuration setup and synchronization across codebases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Buckeyes22/weather-app --skill setup-caliber-buckeyes22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-caliber
Source: https://github.com/Buckeyes22/weather-app/tree/main/docs/corpora/caliber/skills/setup-caliber
Command: npx skills add https://github.com/Buckeyes22/weather-app --skill setup-caliber-buckeyes22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboarding Caliber and keeping agent configs in sync across a codebase is automated, ensuring CLAUDE.md, Cursor rules, and AGENTS.md stay up to date without manual edits.

Core Features & Use Cases

  • Detects whether Caliber is installed and whether the pre-commit hook is active.
  • Installs or configures the pre-commit hook to ensure agent configs sync on every commit.
  • Generates and updates CLAUDE.md, Cursor rules, AGENTS.md, and related sync infrastructure for the configured agents.
  • Supports team setups with automated workflow integration for nightly and PR-based sync.

Quick Start

Run the setup-caliber process to detect your environment, install Caliber with pre-commit hooks, and enable automatic agent-config synchronization.

Frequently Asked Questions about setup-caliber

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep CLAUDE.md and Cursor rules in sync across commits?

To keep CLAUDE.md and Cursor rules in sync across commits, you need an automated pre-commit hook that detects configuration changes and refreshes agent instruction files. This ensures your coding agent configs stay current without manual edits on every commit.

What is the best way to automate agent config synchronization for a team?

Automating agent config synchronization for a team is best handled by configuring a GitHub Action for nightly and PR-based sync workflows. This governance approach ensures CLAUDE.md and AGENTS.md stay uniform across all developer environments and pull requests.

How does a pre-commit hook work with AI coding agents?

A pre-commit hook for AI coding agents works by automatically detecting installation status and generating or refreshing instruction files like AGENTS.md before a commit is finalized. This mechanism guarantees your agent configurations never drift out of date.

Does automated agent config setup work with both Cursor and Copilot?

Yes, automated agent config setup works with Cursor and Copilot, alongside Claude and Codex. It generates and updates the specific rules and instruction files required by each supported agent to maintain context synchronization across your codebase.

Why do my CLAUDE.md and AGENTS.md files keep going stale between commits?

Your CLAUDE.md and AGENTS.md files go stale between commits because they lack an automated pre-commit hook to assess config freshness and refresh instructions. Installing an automated synchronization process eliminates this manual drift.