brain-register

Register LLM agents, executor task types, and skill paths in the Cecelia Brain system.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/perfectuser21/cecelia --skill brain-register
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brain-register
Source: https://github.com/perfectuser21/cecelia/tree/main/packages/workflows/skills/brain-register
Command: npx skills add https://github.com/perfectuser21/cecelia --skill brain-register

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of registering new AI agents, executor task types, and skill paths within the Cecelia Brain system, preventing CI errors and ensuring proper integration.

Core Features & Use Cases

  • LLM Agent Registration: Guides you through adding new agents to model-registry.js, ensuring they are recognized by the system.
  • Executor Task Type Registration: Helps you define new task types in executor.js and optionally in model-registry.js for frontend configuration.
  • Skill Path Registration: Assists in making new skills discoverable by the Brain and accessible via symlinks.
  • Use Case: When you develop a new LLM agent for sentiment analysis, this Skill will guide you through updating model-registry.js and running validation checks to ensure it's correctly registered before deployment.

Quick Start

Use the brain-register skill to add a new LLM agent named 'sentiment-analyzer' to the system.

Frequently Asked Questions about brain-register

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I register a new AI agent in the Cecelia Brain system?

To register a new AI agent in the Cecelia Brain system, you need to update the `model-registry.js` configuration file with the agent details. The brain-register skill provides step-by-step instructions to ensure proper integration and prevent CI errors.

What configuration files need to be updated to add an executor task type?

Adding an executor task type requires updating the `executor.js` file and optionally the `model-registry.js` file for frontend configuration. This ensures the new task type is recognized and validated within the Cecelia Brain system.

How do I make a new skill discoverable and accessible via symlinks?

To make a new skill discoverable, you must register its skill path so the Cecelia Brain system can locate it. This process involves creating symlinks and updating the `brain-manifest.generated.json` file for proper validation.

Why do I get CI validation errors when adding new LLM agents?

CI validation errors occur when new LLM agents are not properly registered across necessary configuration files like `model-registry.js` and `brain-manifest.generated.json`. The registration process ensures all components are updated and local verification checks pass before deployment.

Can I validate new skill paths locally before deployment?

Yes, you can validate new skill paths locally before deployment by running specific verification commands. The registration workflow includes these local checks to ensure the `brain-manifest.generated.json` is correctly updated and prevents CI failures.