caliber-ai-org/ai-setup

Continuously sync your AI setups with one command. Codebase tailor suited agent skills, MCPs and config files for Claude Code, Cursor, and Codex.

1.3kStars on the repository
23Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adding-a-command

01

caliber-ai-org/ai-setup

Skill Claude CodeCodex

Creates a new CLI command following the Commander.js pattern in src/commands/. Handles command registration in src/cli.ts, telemetry tracking via tracked() wrapper, and option parsing. Use when user says add command, new CLI command, create subcommand, or adds files to src/commands/. Do NOT use for modifying existing…

not rated 1.3k +4 1mo ago A 76 tokens original MIT

caliber-testing

02

caliber-ai-org/ai-setup

Skill Claude CodeCodex

Writes Vitest tests following project patterns: tests/ directories, vi.mock() for module mocking with vi.hoisted() for test-time factories, global LLM mock from src/test/setup.ts, environment variable save/restore in beforeEach/afterEach, vi.clearAllMocks() lifecycle, and test file organization. Use when user says…

not rated 1.3k +4 1mo ago A 113 tokens original MIT

find-skills

03

caliber-ai-org/ai-setup

Skill Claude CodeCodex

Discovers and installs community skills from the public registry. Use when the user mentions a technology, framework, or task that could benefit from specialized skills not yet installed, asks 'how do I do X', 'find a skill for X', or starts work in a new technology area. Proactively suggest when the user's task…

not rated 1.3k +4 1mo ago A 76 tokens original MIT

llm-provider

04

caliber-ai-org/ai-setup

Skill Claude CodeCodex

Adds a new LLM provider implementing LLMProvider interface with call() and stream() methods. Integrates with provider factory in src/llm/index.ts, config detection in src/llm/config.ts, and error handling via tracking and recovery. Use when adding a new model backend, integrating a third-party LLM API, or extending…

not rated 1.3k +4 1mo ago A 100 tokens original MIT

save-learning

05

caliber-ai-org/ai-setup

Skill Claude CodeCodex

Saves user instructions as persistent learnings for future sessions. Use when the user says 'remember this', 'always do X', 'from now on', 'never do Y', or gives any instruction they want persisted across sessions. Proactively suggest when the user states a preference, convention, or rule they clearly want followed in…

not rated 1.3k +4 1mo ago A 71 tokens original MIT

scoring-checks

06

caliber-ai-org/ai-setup

Skill Claude CodeCodex

Add a new deterministic scoring check in src/scoring/checks/ that evaluates config quality. Follows the Check[] return pattern, uses point constants from src/scoring/constants.ts, and integrates via filterChecksForTarget() in src/scoring/index.ts. Use when user says 'add scoring check', 'new check', 'modify scoring…

not rated 1.3k +4 1mo ago A 95 tokens original MIT

setup-caliber

07

caliber-ai-org/ai-setup

Skill Claude CodeCodex

Sets up Caliber for automatic AI agent context sync. Installs pre-commit hooks so CLAUDE.md, Cursor rules, and Copilot instructions update automatically on every commit. Use when Caliber hooks are not yet installed or when the user asks about keeping agent configs in sync.

not rated 1.3k +4 1mo ago A 61 tokens original MIT

writers-pattern

08

caliber-ai-org/ai-setup

Skill Claude CodeCodex

Add a new platform writer module in src/writers/ that generates and writes agent config files for a supported platform. Each writer exports a function that accepts a config interface, creates directories (rules/, skills/, mcp configs), writes files with proper formatting and frontmatter, and returns string[] of…

not rated 1.3k +4 1mo ago A 111 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: