feat: yeet resolving secrets again

Amolith created

Change summary

README.md                                             |  2 -
skills/resolving-secrets/SKILL.md                     | 19 -------------
skills/resolving-secrets/references/installing-opx.md |  1 
3 files changed, 22 deletions(-)

Detailed changes

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.

skills/resolving-secrets/SKILL.md 🔗

@@ -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 <amolith@secluded.site>
----
-
-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.