bash Option 1: Install as a project skill (recommended) curl -o SKILL.md https://raw.githubusercontent.com/wuji-labs/nopua/main/SKILL.md Option 2: Install globally mkdir -p /.claude curl -o /.claude/SKILL.md https://raw.githubusercontent.com/wuji-labs/nopua/main/SKILL.md /skill SKILL.md bash mkdir -p .cursor/rules curl -o .cursor/rules/nopua.mdc \ https://raw.githubusercontent.com/wuji-labs/nopua/main/SKILL.md bash curl -o codex-instructions.md \ https://raw.githubusercontent.com/wuji-labs/nopua/main/SKILL.md codex --instructions codex-instructions.md "fix the auth bug" bash mkdir -p .kiro/sk…