ai-setup
Keep AI agent configs accurate and synced with your codebase
All Skills in This Repository (11)
Pure Emerald Level Indicatorswriters-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.
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.
Frequently Asked Questions
FAQPage SchemaHow 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βopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core