caliber-ai-orgcaliber-ai-orgOfficialΒ·11 Agent Skills Included

ai-setup

Keep AI agent configs accurate and synced with your codebase

Generates and maintains CLAUDE.md, Cursor rules, AGENTS.md, and Copilot instructions so they stay accurate as your code evolves. Eliminates stale agent context, hallucinated file paths, and manual config updates across Claude Code, Cursor, Codex, OpenCode, and GitHub Copilot. Scores config quality deterministically, syncs changes automatically on every commit, and learns reusable patterns from your coding sessions.
npx skills add caliber-ai-org/ai-setup --all -g -y
Available:

Instructs the AI agent on the project architecture and conventions, and requires it to run Caliber's config sync before every commit while applying patterns recorded in CALIBER_LEARNINGS.md.

All Skills in This Repository (11)

Pure Emerald Level Indicators
πŸ“¦ In Repo
caliber-ai-orgcaliber-ai-org

writers-pattern

Scaffolds boilerplate writer implementations for new agent platforms with registry integration and unit tests.

Official
Advanced
πŸ“¦ In Repo
caliber-ai-orgcaliber-ai-org

save-learning

Capture user instructions as structured learnings and stage CALIBER_LEARNINGS.md.

Official
Intermediate
πŸ“¦ In Repo
caliber-ai-orgcaliber-ai-org

find-skills

Discover and install community skills from the public registry.

Official
Intermediate
πŸ“¦ In Repo
caliber-ai-orgcaliber-ai-org

scoring-checks

Implement TypeScript scoring checks with constants and weights summing to 100.

Official
Advanced
πŸ“¦ In Repo
caliber-ai-orgcaliber-ai-org

adding-a-command

Create a new CLI command with Commander.js registration and tests.

Official
Intermediate
πŸ“¦ In Repo
caliber-ai-orgcaliber-ai-org

setup-caliber

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

Official
Advanced
πŸ“¦ In Repo
caliber-ai-orgcaliber-ai-org

llm-provider

Implement LLMProvider interfaces and wire new providers into config, factory, and tests.

Official
Advanced
πŸ“¦ In Repo
caliber-ai-orgcaliber-ai-org

caliber-testing

Automates creation of Vitest tests with standard __tests__ layout and env isolation.

Official
Intermediate
πŸ“¦ In Repo
caliber-ai-orgcaliber-ai-org

save-learning

Saves user instructions as persistent project learnings via the caliber CLI.

Official
Basic
πŸ“¦ In Repo
caliber-ai-orgcaliber-ai-org

find-skills

Searches the public skill registry and installs community skills into the project.

Official
Basic
πŸ“¦ In Repo
caliber-ai-orgcaliber-ai-org

setup-caliber

Installs Caliber and configures pre-commit hooks to sync AI agent config files on every commit.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install ai-setup?β–Ό

Run `npx skills add caliber-ai-org/ai-setup --all -g -y` in your terminal to install all skills in this suite globally.

How to keep CLAUDE.md files up to date?β–Ό

Caliber regenerates and refreshes your agent configs automatically via a pre-commit hook, so CLAUDE.md, Cursor rules, and AGENTS.md always match your current code.

Does Caliber work with Cursor and GitHub Copilot?β–Ό

Yes. It generates and syncs configs for Claude Code, Cursor, Codex, OpenCode, and GitHub Copilot from a single setup.

How does Caliber score my agent config?β–Ό

It runs deterministic, offline checks that cross-reference your config files against your actual filesystem, grading existence, quality, grounding, accuracy, and freshness out of 100 points.

Can my AI agent remember my coding preferences?β–Ό

Yes. The save-learning skill turns instructions like 'always use bun' into persistent learnings stored in CALIBER_LEARNINGS.md and applied in future sessions.

Related Repositories in Software Engineering

View All in Software Engineering→