caliber-ai-org

23 mods across 1 repository, 1.3k stars between them.

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…

1.3k 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…

1.3k 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…

1.3k 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…

1.3k 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…

1.3k 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…

1.3k 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.

1.3k 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…

1.3k 1mo ago A 111 tokens original MIT

SessionEnd

09

caliber-ai-org/ai-setup

Hook Claude Code

Runs when a session ends, running caliber refresh --quiet (2 commands). From caliber-ai-org/ai-setup.

1.3k 1mo ago A tokens not measured original MIT

PostToolUse

10

caliber-ai-org/ai-setup

Hook Claude Code

Runs after a tool call finishes, running caliber learn observe. From caliber-ai-org/ai-setup.

1.3k 1mo ago A tokens not measured original MIT

PostToolUseFailure

11

caliber-ai-org/ai-setup

Hook Claude Code

Runs when a tool call fails, running caliber learn observe --failure. From caliber-ai-org/ai-setup.

1.3k 1mo ago A tokens not measured original MIT

UserPromptSubmit

12

caliber-ai-org/ai-setup

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, running caliber learn observe --prompt. From caliber-ai-org/ai-setup.

1.3k 1mo ago A tokens not measured original MIT

Stop

13

caliber-ai-org/ai-setup

Hook Claude Code

Runs when the agent finishes a response, executing caliber-check-sync.sh. From caliber-ai-org/ai-setup.

1.3k 1mo ago A tokens not measured original MIT

SessionStart

14

caliber-ai-org/ai-setup

Hook Claude Code

Runs when a session starts, executing caliber-session-freshness.sh. From caliber-ai-org/ai-setup.

1.3k 1mo ago A tokens not measured original MIT

Notification

15

caliber-ai-org/ai-setup

Hook Claude Code

Runs when the agent sends a notification, executing caliber-freshness-notify.sh. From caliber-ai-org/ai-setup.

1.3k 1mo ago A tokens not measured original MIT

ai-setup

16

caliber-ai-org/ai-setup

Settings file Claude Code

Agent settings declaring 7 hook events (SessionEnd, PostToolUse, PostToolUseFailure, UserPromptSubmit) and 3 allowed tools.

1.3k 1mo ago A tokens not measured original MIT

ai-setup AGENTS.md

22

caliber-ai-org/ai-setup

Instructions file CodexOpenCode

Instructions for caliber-ai-org/ai-setup, covering caliber, commands, architecture, conventions and before committing.

1.3k 1mo ago A 1,076 tokens original MIT

ai-setup CLAUDE.md

23

caliber-ai-org/ai-setup

Instructions file

Instructions for caliber-ai-org/ai-setup, covering caliber, what is this, commands, architecture and conventions.

1.3k 1mo ago A 2,000 tokens original MIT