Set Project banner
EhrenDavis12 EhrenDavis12

Set Project

Development community

Description

--- description: Show or switch which project this repo's agents are scoped to argument-hint: "[project name or alias]" --- # Set the active project **This is a command, not a skill — deliberately.** Only the user can run it. Claude has no way to invoke it on its own, so the active project cannot change without the user typing it. That matters because the switch is invisible until it is announced: a mid-session change made on Claude's initiative would leave the user reasoning about one project

Installation

Installs to ~/.claude/skills/ehrendavis12-.claude-set-project/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ehrendavis12-.claude-set-project && curl -fsSL https://raw.githubusercontent.com/EhrenDavis12/.claude/HEAD/commands/set-project.md -o ~/.claude/skills/ehrendavis12-.claude-set-project/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository