Init Oysterun banner
GoatWang GoatWang

Init Oysterun

Development community

Description

--- description: 初始化或同步 Oysterun ClickUp 工作區結構(idempotent) --- On `/init_oysterun [--apply] [--check]`: - Default → dry-run: `uv run python -m tool_scripts.scaffold.scaffold` Scaffold prints the full plan and prompts `y` at the shell. In Telegram, show the plan output verbatim (in a code block), tell the user to reply `y` to apply, then on `y` run `--apply`. - `--apply` → `uv run python -m tool_scripts.scaffold.scaffold --apply` - `--check` → `uv run python -m tool_scripts.scaffold.scaffold

Installation

Installs to ~/.claude/commands/goatwang-clickupagent-init_oysterun.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/GoatWang/ClickUpAgent/HEAD/.claude/commands/init_oysterun.md -o ~/.claude/commands/goatwang-clickupagent-init_oysterun.md

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

Full documentation available on GitHub

View Source Repository