From context-os
Installs Context OS in the current project: builds a local repo graph and adds Claude Code guidance files via a shell script.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-os:initThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the installer in the current project:
Run the installer in the current project:
curl -fsSL https://raw.githubusercontent.com/sravan27/context-os/main/setup.sh | bash
If the user supplied --global, pass it through:
curl -fsSL https://raw.githubusercontent.com/sravan27/context-os/main/setup.sh | bash -s -- --global
Show the command output. If installation fails, report the exact failing line and suggest running context-os:doctor after fixing it.
npx claudepluginhub sravan27/context-osInstalls project or global context files for Claude Code from a registry. Auto-activates when context is missing or user invokes install context command.
Repo onboarding driver: .claude/ directory, SessionStart hook, install_pkgs.sh. Use when onboarding any repo to Claude Code with the claude-plugins marketplace.
Interactive wizard configures repositories for Claude Code best practices by creating CLAUDE.md, slash commands, agents, hooks, and permissions. Activates on 'setup claude', 'init claude', or repo setup requests.