Skip to main content
Run any Skill in Manus
with one click
GitHub repository

ORBIS

ORBIS contains 17 collected skills from protoLabsAI, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
17
Stars
6
updated
2026-06-01
Forks
2
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

orbis-rebuild-install
software-developers

Full clean rebuild of ORBIS — wipes web/dist, dist-sdist, src-tauri bundle, staged sidecar binary, pyapp env cache, WKWebView state, sidecar.log, and stale unix sockets, then rebuilds frontend → sdist → pyapp sidecar → tauri bundle in the correct order, and launches with stderr captured. Use when voice doesn't work, the orb shows weird state, "Load failed" appears anywhere in the UI, or anything feels off after a code change.

2026-06-01
add-pipeline-component
software-developers

Step-by-step workflow for adding a new processing component to the ORBIS agent pipeline

2026-04-27
add-pipeline-stage
software-developers

Step-by-step workflow for integrating a new stage into the ORBIS audio/processing pipeline

2026-04-27
agent-pipeline-integration
software-developers

Integrate a new ML component (classifier, reranker, etc.) into an existing agent pipeline by reading the codebase, identifying hook points, implementing the module, and wiring it in.

2026-04-27
commit-and-beta-release
software-developers

Commit pending changes, bump the patch version tag, and publish a beta release

2026-04-27
marketing-site-setup
web-developers

Scaffold and plan a new marketing site — branding audit, stack selection, hero design, and deployment config

2026-04-27
ml-component-integration
software-developers

Integrate a new ML component (classifier, reranker, embedder, etc.) into an existing pipeline by locating insertion points, implementing the module, and wiring it in.

2026-04-27
pipecat-frame-processor-integration
software-developers

Wire a new FrameProcessor into ORBIS's pipecat pipeline at the correct hook point

2026-04-27
pipecat-frame-processor
software-developers

Wire a new FrameProcessor into a pipecat pipeline — create the class, refine it, and connect it in app.py

2026-04-27
pipeline-component-integration
software-developers

Integrate a new component into the ORBIS pipeline — import, builder function, config wiring, pipeline insertion, pyproject extra, and env/yaml examples.

2026-04-27
stale-ref-sweep
software-developers

Audit and fix stale cross-document references after a feature removal or rename

2026-04-27
verified-status-report
software-developers

Generate a project status summary, verify all claims against ground truth, and correct before finalizing

2026-04-27
wire-ai-component
software-developers

Step-by-step workflow for building and wiring a new AI component (classifier, reranker, etc.) into the ORBIS pipeline

2026-04-27
wire-component-into-pipeline
software-developers

Step-by-step workflow for integrating a new component (classifier, reranker, etc.) into an existing app pipeline with metrics and hooks

2026-04-27
wire-frame-processor
software-developers

Wire a new pipecat FrameProcessor into the ORBIS pipeline — class authoring through pipeline insertion

2026-04-27
wire-pipecat-processor
software-developers

Step-by-step workflow for designing and wiring a new FrameProcessor into the ORBIS pipecat pipeline in app.py

2026-04-27
wire-pipeline-component
software-developers

Step-by-step process for integrating a new component into the ORBIS audio pipeline (config, wiring, deps, env, docs, tests)

2026-04-27