# Cerebro Source Integration

> Scaffold Cerebro source integrations following existing source, preview, runtime, and test patterns.

- Skill: `writer/cerebro-source-integration-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add writer/cerebro-source-integration-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/writer/cerebro-source-integration-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: writer (https://skillmd.com/u/writer)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/writer/cerebro-source-integration-2

---


# Cerebro Source Integration

## Instructions

1. Start from the closest existing integration under `sources/`.
2. Implement config parsing with safe defaults, strict validation, and clear error mapping.
3. Add preview behavior and runtime sync behavior only within the requested scope.
4. Protect network-facing settings against loopback, unsafe schemes, malformed URLs, unbounded responses, and pagination loops.
5. Add package tests for config validation, preview decoding, pagination, and error handling.
6. Run focused source package tests, then `make verify` when feasible.

## Boundaries

- Do not introduce new external dependencies unless explicitly requested.
- Do not add live-service tests unless they are opt-in behind environment variables.

