Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub sravan27/context-osHow 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:
Installs context files for Claude Code projects defining standards, security, and workflows. Checks git/node, prompts for local/global and profile (standard/extended/all), runs bash/node scripts.
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.
Use this skill for "initialize project", "set up project", "scaffold project", "create CLAUDE.md", "set up rules", "create context directory", "vibe rules", "project templates", "init new project", "set up development structure", "create .rules", "create .context", "project scaffolding", "set up pre-commit hooks", or when the user wants to initialize a new project with Claude/Cursor development templates and structured documentation.
Share bugs, ideas, or general feedback.
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.