Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add jeninh/ampskills-dotfile --skill "resolving-secrets"
Install specific skill from multi-skill repository
# 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.
# SKILL.md
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 [email protected]
Prefix commands with fish -c "opx ...".
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 if it's unavailable.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.