"Covers MaxKB service startup, settings, Celery, static assets,
Scanned 9/8/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill runtime-architecture --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Runtime Architecture?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-runtime-architecture)More formats (shields.io, HTML) on the badges page.
---
name: "runtime-architecture"
description: "Covers MaxKB service startup, settings, Celery, static assets,
migrations, and runtime configuration."
disable-model-invocation: true
metadata:
disco-role: operating
license: GPL 3.0
---
# runtime-architecture
Use this sub-skill for tasks about starting, configuring, or troubleshooting the MaxKB backend runtime.
## Owns
- `main.py` and `apps/manage.py` entrypoints.
- `apps/maxkb/conf.py`, settings selection, and route-prefix configuration.
- Celery bootstrap, queues, static collection, and migration flow.
- Runtime startup docs and safe static inspection of service commands.
## Do not own
- Workflow execution and MCP runtime -> `workflow-chat-mcp`.
- Knowledge retrieval and model catalogs -> `knowledge-models`.
- Vue/Vite build and routing -> `frontend-integration`.
- Users, permissions, folders, tools, triggers, and admin pages -> `admin-access`.
## Key files
- `references/service-entrypoints.md`
- `references/troubleshooting.md`
- `scripts/runtime_command_check.py`
## Guidance
- Prefer repo-relative commands and static checks.
- Mention when a check needs DB, Redis, Celery, or a built `ui/dist`.
- Keep advice tied to the canonical config source instead of hard-coded prefixes.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!