From b3c0e4f81c21c2bdb9e3f2022e63e17c5c911eb3 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 5 Jan 2026 13:30:05 -0700 Subject: [PATCH] docs(resolving-secrets): remove skill Deleted resolving-secrets skill and updated documentation accordingly. Assisted-by: GLM 4.7 via Crush --- AGENTS.md | 2 +- README.md | 3 --- skills/resolving-secrets/SKILL.md | 19 ------------------- .../references/installing-opx.md | 1 - 4 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 skills/resolving-secrets/SKILL.md delete mode 100644 skills/resolving-secrets/references/installing-opx.md diff --git a/AGENTS.md b/AGENTS.md index 12cdc3812b620a2bf19c985ea659689e7fd3008c..ac43ace71b72f704ad82c24361d81387d945fd40 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -22,7 +22,7 @@ The `skills/authoring-skills/` directory has the necessary info for, well, autho Two categories of skills exist: -- **Generic capability skills** (`resolving-secrets`, `formatting-commits`): Use specific tools to accomplish general tasks. Tool name omitted from skill name. +- **Generic capability skills** (`formatting-commits`): Use specific tools to accomplish general tasks. Tool name omitted from skill name. - **Service workflow skills** (`creating-tasks-through-lunatask`): Workflows for specific proprietary services. Service name included via `-through-{service}` suffix. ## Design Principles diff --git a/README.md b/README.md index 0093a9d7af59987a065410682fe80058b3e8bd79..0a2e3d2800f7d30d0ce6215aaf75bc22a24b7d01 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,6 @@ agent capabilities through a standardised format. - [querying-documentation](skills/querying-documentation/SKILL.md): Spawns focused agents to search specific language/framework documentation and answer moderately complex queries. -- [resolving-secrets](skills/resolving-secrets/SKILL.md): Wraps shell - commands to resolve secret references in environment variables. Use - when invoking `synu`, `crush`, `gh`, `hut`, etc. - [creating-tasks-through-lunatask](skills/creating-tasks-through-lunatask/SKILL.md): Creates tasks in Lunatask for todos, reminders, deferred work, and handoffs. 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