cbass-context-v1-0-0

Loads CBass repository onboarding context and documentation paths for agent orientation.

2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/mdc159/cbass --skill cbass-context-v1-0-0-mdc159
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cbass-context-v1-0-0
Source: https://github.com/mdc159/cbass/tree/main/.claude/skills/cbass-context-v1-0-0
Command: npx skills add https://github.com/mdc159/cbass --skill cbass-context-v1-0-0-mdc159

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? New agents or contributors starting work in the CBass self-hosted AI stack lack context about its architecture, services, deployment, and operations, leading to unsafe or misinformed changes. ## Core Features & Use Cases - Fast-Start Workflow: Reads CLAUDE.md and docs indexes in a defined order to build current-state awareness. - Focused Context Paths: Maps focus areas (deploy, services, ops, n8n, flowise) to the exact documentation files to read. - Structured Output: Produces a standardized context snapshot with current state, key facts, and recommended next steps. - Use Case: When onboarding a fresh agent to modify the n8n pipeline, the skill directs it to docs/services/n8n.md, n8n_pipe.py, and CLAUDE.md before any edits. ## Quick Start Ask the agent to load CBass context with a focus area such as deploy, services, ops, n8n, or flowise before starting work in the repository.

Frequently Asked Questions about cbass-context-v1-0-0

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

FAQPage Schema
How do I onboard a new agent to the CBass repository?▼

Invoke the cbass-context skill, which reads CLAUDE.md for current state, docs/README.md for the documentation map, and docs/services/README.md for the service inventory. It then outputs a structured snapshot with key facts and next steps.

What documentation should I read before deploying CBass?▼

Use the deploy focus area, which directs you to docs/deployment/README.md, docs/deployment/vps-setup.md, and docs/deployment/local-dev.md. These cover VPS setup and local development workflows for the Docker Compose stack.

Does CBass work on Apple Silicon Macs?▼

Yes, but Docker on Mac cannot access the Metal GPU. Use the --profile none flag to skip Docker Ollama, install system Ollama via Homebrew, and connect services through http://host.docker.internal:11434.

What services are included in the CBass stack?▼

The stack includes n8n, Open WebUI, Flowise, Ollama, Supabase with pgvector, Qdrant, Neo4j, Langfuse, SearXNG, Kali Linux, and Caddy for automatic HTTPS. The full inventory is in docs/services/README.md.

When should I not use this context skill?▼

Skip it for tasks outside the CBass repository or when you already have current context loaded. It is an orientation aid that reads documentation, not a tool that modifies code or executes deployments.