setup-caliber

Automate Caliber config setup and sync with pre-commit hooks.

6|1|Updated Jun 8, 2017
One-click install
npx skills add https://github.com/myadmin-plugins/opensrs-domains --skill setup-caliber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-caliber
Source: https://github.com/myadmin-plugins/opensrs-domains/tree/main/.claude/skills/setup-caliber
Command: npx skills add https://github.com/myadmin-plugins/opensrs-domains --skill setup-caliber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup and ongoing synchronization of Caliber agent contexts, ensuring pre-commit hooks are installed and agent configs stay in sync across commits.

Core Features & Use Cases

  • Auto-detects Caliber installation status and installs pre-commit hooks.
  • Generates and maintains CLAUDE.md, Cursor rules, and AGENTS.md for team-wide consistency.
  • Supports both solo and team workflows with optional GitHub Action integration for nightly sync.

Quick Start

Run the on-demand setup for Caliber in your project and follow the prompts to install hooks and synchronize agent configs.

Frequently Asked Questions about setup-caliber

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

FAQPage Schema
How do I keep agent configs in sync across git commits?

You can keep agent configs in sync across git commits by automating pre-commit hook installation and config generation for files like CLAUDE.md and AGENTS.md. This ensures versioned syncing whenever changes are committed.

What is the best way to set up pre-commit hooks for team-wide agent configurations?

The best way to set up pre-commit hooks for team-wide agent configurations is to auto-detect the installation status and auto-install the hook. This generates consistent Cursor rules and AGENTS.md files for the entire team.

Can I use a GitHub Action to automate nightly agent config synchronization?

Yes, you can optionally add a GitHub Action to automate nightly agent config synchronization. This workflow supports both solo developers and teams by safely refreshing agent contexts without manual intervention.

Do I need a Node environment to generate and maintain CLAUDE.md files?

Yes, you need a Node/CLI-based environment to generate and maintain CLAUDE.md files. The setup process checks for this environment to initialize pre-commit hooks and refresh agent configurations safely.

Why are my Cursor rules out of sync after my team makes new commits?

Cursor rules fall out of sync after new commits if pre-commit hooks are not installed or configured. Automating hook installation and applying a configurable workflow ensures versioned syncing of all agent configs.