Caliber
Official@caliber-ai-org
open source CLI that scans your repo and generates a tailored AI coding setup. MCPs, rules, skills, agents, plugins.
Agent Skills by Caliber
Showing 11 vetted skills indexed across 1 GitHub repositories.
save-learning
Saves user instructions as persistent project learnings via the caliber CLI.
find-skills
Searches the public skill registry and installs community skills into the project.
setup-caliber
Installs Caliber and configures pre-commit hooks to sync AI agent config files on every commit.
writers-pattern
Scaffolds boilerplate writer implementations for new agent platforms with registry integration and unit tests.
save-learning
Capture user instructions as structured learnings and stage CALIBER_LEARNINGS.md.
find-skills
Discover and install community skills from the public registry.
scoring-checks
Implement TypeScript scoring checks with constants and weights summing to 100.
adding-a-command
Create a new CLI command with Commander.js registration and tests.
setup-caliber
Automate Caliber setup with pre-commit hooks and agent config sync.
llm-provider
Implement LLMProvider interfaces and wire new providers into config, factory, and tests.
caliber-testing
Automates creation of Vitest tests with standard __tests__ layout and env isolation.
Frequently Asked Questions About Caliber
FAQPage SchemaWhat specific tasks does Caliber enable for developers?βΌ
Caliber enables the rapid scaffolding of boilerplate code, the registration of new commands using Commander.js, and the systematic capture of user instructions. It facilitates the integration of community-sourced registry components and ensures consistent project configuration through pre-commit hooks and standardized testing layouts.
Which engineering personas benefit most from these capabilities?βΌ
Platform engineers, developer experience leads, and software architects benefit from Caliber. It is designed for teams needing to enforce standardized coding patterns, maintain consistent environment configurations across repositories, and streamline the onboarding of new registry-based components within their development lifecycle.
What are the prerequisites for implementing Caliber in a repository?βΌ
Implementation requires a TypeScript-based environment and familiarity with Commander.js for command registration. Users must ensure their project structure supports Vitest for testing and allows for the integration of pre-commit hooks to manage configuration synchronization and environment isolation effectively.