Skip to main content
caliber-ai-org
GitHub creator profile

caliber-ai-org

Repository-level view of 13 collected skills across 1 GitHub repositories.

skills collected
13
repositories
1
updated
Apr 28, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

adding-a-command
software-developers

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…

Apr 28, 2026
caliber-testing
software-quality-assurance-analysts-and-testers

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,…

Apr 28, 2026
llm-provider
software-developers

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…

Apr 28, 2026
scoring-checks
software-developers

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…

Apr 28, 2026
writers-pattern
software-developers

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…

Apr 28, 2026
adding-a-command
software-developers

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…

Apr 2, 2026
caliber-testing
software-quality-assurance-analysts-and-testers

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,…

Apr 2, 2026
llm-provider
software-developers

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…

Apr 2, 2026
Showing 8 of 13 collected skills.
Showing 1 of 1 repositories
All repositories loaded