skill-installer
The Skill Installer lists and deploys Codex skills from curated repositories or GitHub sources into a workspace's local `skills/` directory, organizing each skill with its SKILL.md documentation and supporting files. Use this when you need to add new capabilities to your workspace, install community-maintained skills by name, or integrate custom skills from external repositories without affecting global Codex installations.
git clone --depth 1 https://github.com/holaboss-ai/holaOS /tmp/skill-installer && cp -r /tmp/skill-installer/runtime/harnesses/src/embedded-skills/skill-installer ~/.claude/skills/skill-installerSKILL.md
# Skill Installer Use this skill to list and install workspace skills into the workspace-local `skills/` directory. ## Common Tasks 1. Install each workspace skill under `skills/<skill-id>/` and save `SKILL.md` plus any helper files there. 2. This embedded skill is guidance only: do not install workspace skills into `runtime/harnesses/src/embedded-skills/`. Do not install into `$CODEX_HOME/skills` unless the user explicitly asks for a global Codex skill install instead of a workspace skill install. 3. List installable skills. 4. Install a curated skill by name. 5. Install a skill from a GitHub repository/path.
Build a new holaOS app using @holaboss/app-builder-sdk (5 backend primitives + optional shadcn dashboard UI). The canonical path for vibe-coded apps — integration modules AND dashboard apps both live here.
Use when working in the embedded browser and you want the cheapest reliable interaction loop.
Use when validating or debugging a workflow in the embedded browser and you need a reproducible, evidence-first loop.
Build the visual layer of a holaOS dashboard app — TanStack Start + @holaboss/ui + workspace tokens. Use when an app has SDK primitives wired (via app-builder-sdk) AND needs a `src/client/` UI surface. NOT for marketing pages, NOT for snapshot HTML reports.
Provision a production-ready teammate only after its stable responsibilities, prerequisites, and reusable operating guidance are understood.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications. Generates creative, polished code that avoids generic AI aesthetics.
This skill is for interface design — dashboards, admin panels, apps, tools, and interactive products. NOT for marketing design (landing pages, marketing sites, campaigns).
Add or update workspace MCP servers using holaOS mcp_registry syntax.