Off
Description
--- description: "PUA 关闭默认模式 — 关闭自动加载、停止 loop、清理本地运行状态。" --- 关闭 PUA 默认模式(v3 级联语义): ## 步骤 1. **写入配置**(确保 `~/.pua/` 目录存在): - 将 `{"always_on": false, "feedback_frequency": 0}` 写入 `~/.pua/config.json` 2. **停止活跃 loop**(若有): ```bash find "$HOME/.claude/pua/" -name "loop-*.md" -delete 2>/dev/null rm -f .claude/pua-loop.local.md 2>/dev/null ``` 3. **清理活跃 agent 记录**: ```bash rm -f "$HOME/.claude/pua/active-agents.json" 2>/dev/null ``` 4. **记录事件**: ```bash mkdir -p "$HO
Installation
Installs to ~/.claude/skills/tanweai-pua-off/SKILL.md
mkdir -p ~/.claude/skills/tanweai-pua-off && curl -fsSL https://raw.githubusercontent.com/tanweai/pua/HEAD/commands/off.md -o ~/.claude/skills/tanweai-pua-off/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11