bycaliber-ai-org· 8 skills
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 written file paths. Use when adding platform support for a new agent, integrating a new code AI tool, or extending caliber to support new targets. Do NOT use for modifying existing writers, refactoring scoring logic, or changing how writers are invoked.
$npx -y skills add caliber-ai-org/ai-setup --skill writers-patternInstalls into the current project.
Run `npx skills use "https://github.com/caliber-ai-org/ai-setup" --skill "caliber-ai-org/ai-setup/writers-pattern"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/caliber-ai-org/ai-setup" that are relevant to the current task. Run `npx skills add "https://github.com/caliber-ai-org/ai-setup"` and select the relevant skills, then follow their instructions.