swcstudiospace

Uplift — Development skill for Claude Code

Development community

Control Prompt Uplift — on, off, skip (next prompt), status, last; think and HITL toggles.

How to install Uplift

Installs to ~/.claude/skills/swcstudiospace-plugin-uplift/SKILL.md

Terminal
mkdir -p ~/.claude/skills/swcstudiospace-plugin-uplift && curl -fsSL https://raw.githubusercontent.com/swcstudiospace/plugin/HEAD/commands/uplift.md -o ~/.claude/skills/swcstudiospace-plugin-uplift/SKILL.md

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

What Uplift does


description: Control Prompt Uplift — on, off, skip (next prompt), status, last; think and HITL toggles argument-hint: "[on|off|skip|status|last|think on|think off|think last|hitl on|hitl off|hitl last|hitl status]" allowed-tools: Bash(bun *)

Run this exact command and show the user its output verbatim, then stop:

bun "${CLAUDE_PLUGIN_ROOT}/hooks/uplift.ts" --ctl $ARGUMENTS

Do not run anything else and do not interpret the arguments yourself.

Alternatives in Development

Full documentation available on GitHub

View Source Repository