botcore-architecture

Explain botcore architecture for integration and troubleshooting across plugins, MCP, and connectors.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/lushly-dev/botcore --skill botcore-architecture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: botcore-architecture
Source: https://github.com/lushly-dev/botcore/tree/main/.claude/skills/botcore-architecture
Command: npx skills add https://github.com/lushly-dev/botcore --skill botcore-architecture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Botcore architecture documentation helps teams understand component topology, data flow, security boundaries, and extension points to plan changes and troubleshoot issues across plugins and connectors.

Core Features & Use Cases

  • Provides a reference for core package structure, plugin registry flow, and MCP server factory.
  • Details agent orchestrator behavior, memory subsystem, and connector middleware stack.
  • Use case: When planning a new plugin or connector, refer to this architecture to align with system boundaries and data flow.

Quick Start

Review the system topology diagram and trace a request from surface to core components to understand data flow.

Frequently Asked Questions about botcore-architecture

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

FAQPage Schema
How does botcore architecture handle data flow across the plugin registry and connectors?

Botcore architecture maps component topology to trace data flow across the plugin registry, connector middleware stack, and agent orchestrator. It documents these extension points to help developers align new integrations with existing boundaries.

What is the best way to plan a new plugin integration using botcore?

Review the system topology diagram and core package structure to plan a new plugin integration. You can align your extension with system boundaries, the MCP server factory, and cross-cutting concerns like auth and config.

Why does the botcore agent orchestrator interact with the memory subsystem?

The agent orchestrator interacts with the memory subsystem to manage state and contextual data during execution. Botcore architecture documents this behavior to help you troubleshoot orchestrator and memory boundary issues.

Can I use botcore architecture documentation to troubleshoot connector middleware issues?

Yes, you can use botcore architecture documentation to troubleshoot connector middleware issues. It details the middleware stack and security boundaries to help isolate data flow problems across connectors.

Does botcore architecture cover cross-cutting concerns like audit and authentication?

Botcore architecture explicitly covers cross-cutting concerns including audit, auth, and config. This helps developers understand security boundaries and configuration management across plugins, MCP, and connectors.