From 1dd4304a1c914088ffbb8ab5bb3f971ee3ed6f28 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 6 Feb 2026 18:18:26 -0700 Subject: [PATCH] feat: yeet resolving secrets again --- README.md | 2 -- skills/resolving-secrets/SKILL.md | 19 ------------------- .../references/installing-opx.md | 1 - 3 files changed, 22 deletions(-) delete mode 100644 skills/resolving-secrets/SKILL.md delete mode 100644 skills/resolving-secrets/references/installing-opx.md diff --git a/README.md b/README.md index f19914006d75e02a0030593fe8e8d671013fc212..7bc9226e19c64dd768187ae8d9f166af43f94f91 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,6 @@ token count, plus overall metadata usage. I've used and tested them most with - [resuming-work-through-lunatask](skills/resuming-work-through-lunatask/SKILL.md): Resumes previously deferred work from Lunatask. Use when user pastes a task note, shares a deep link, or references continuing earlier work. -- [resolving-secrets](skills/resolving-secrets/SKILL.md): Wraps shell - commands to resolve secret references in environment variables. - [reviewing-code](skills/reviewing-code/SKILL.md): Reviews code for correctness, security, reliability, performance, and quality. Use when asked to review code, a PR, a diff, or changes. diff --git a/skills/resolving-secrets/SKILL.md b/skills/resolving-secrets/SKILL.md deleted file mode 100644 index 414bf5e0faedcc65b189ee08dafa8c7c5087efab..0000000000000000000000000000000000000000 --- a/skills/resolving-secrets/SKILL.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: resolving-secrets -description: Wraps shell commands to resolve secret references in environment variables to their actual values. Always use when invoking synu, crush, gh, hut, etc. Ask whether to use if an invocation fails due to missing credentials. -compatibility: Requires `fish` shell and `opx` Fish function -license: AGPL-3.0-or-later -metadata: - author: Amolith ---- - -Prefix commands with `fish -c "opx ..."`. - -```bash -fish -c "opx synu claude -p 'prompt'" -fish -c "opx hut todo ticket show -t '~singpolyma/soprani.ca' 465" -fish -c "opx gh issue view 123" -fish -c "opx crush" -``` - -Refer to [installing-opx.md](references/installing-opx.md) if it's unavailable. diff --git a/skills/resolving-secrets/references/installing-opx.md b/skills/resolving-secrets/references/installing-opx.md deleted file mode 100644 index 96cb65fbec931e410c6b0ba0c32494b1587e0cbb..0000000000000000000000000000000000000000 --- a/skills/resolving-secrets/references/installing-opx.md +++ /dev/null @@ -1 +0,0 @@ -Yoink it from https://git.secluded.site/yadr/blob/main/dot_config/private_fish/functions/opx.fish?raw=1 into ~/.config/fish/functions/opx.fish