Skip to main content

cerebro-source-integration

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

Ir a la instalación

Datos de origen

Repositorio
writer/cerebro
Última actividad en el origen
30 de abril de 2026 a las 14:20
Idioma detectado de SKILL.md
inglés
Estrellas
14
Forks
2

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
cerebro-source-integration
description
Scaffold Cerebro source integrations following existing source, preview, runtime, and test patterns.
# 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.
Ver en GitHub